Hex | b720c8 |
RGB | 183 , 32 , 200 |
RGB % | 44.1, 7.7, 48.2 |
HSL | 293.9, 72.4, 45.5 |
HSV | 293.9, 84, 78.4 |
CMYK | 21.7,214.2,0,55 |
XYZ | 0.305, 0.153, 0.56 |
xyY | 0.3, 0.15, 0.153 |
CIE-LAB | 0.46, 0.749, -0.533 |
CIE-LUV | 0.46, 0.522, -0.878 |
CIE-HCL | 324.57, 0.92, 0.46 |
Binary | 10110111,00100000,11001000 |
#b720c8 HTML/CSS Color Name is Dark Orchid / Pantone Purple C / Violet.
In a RGB color space, #b720c8 color RGB value is (Red:183,Green:32,Blue:200). it is composed of 44.1% red, 7.7% green and 48.2% blue. The process color (four color CMYK) of #b720c8 color hex is 21.7,214.2,0,55. HSL of color #b720c8 hue: 293.9 , saturation: 72.4 and the lightness value of b720c8 is 45.5. Mainly color is Violet. Reverse color is: #48df37.
The color codes conversion takes 1.805360 milliseconds.
.bgcolor {background-color:#b720c8; .textcolor {color:#b720c8; } .bordercolor {border:3px solid #b720c8; }
<p style="color:#b720c8">Text here</p>
<p style="background-color:#b720c8;">Content here</p>
<div style="border:1px solid #b720c8;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #b720c8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b720c8; -webkit-box-shadow: 1px 1px 3px 2px #b720c8; box-shadow: 1px 1px 3px 2px #b720c8; }
<p style="text-shadow: 4px 4px 2px #b720c8">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #b720c8; -webkit-box-shadow: 1px 1px 3px 2px #b720c8; box-shadow: 1px 1px 3px 2px #b720c8;">
Content here</div>