Shades of Dark Orchid #B52ECC
Tints of Dark Orchid #B52ECC
RGB
CMYK
RGB Variations
Color information
#B52ECC (or 0xB52ECC) is known color: Dark Orchid. HEX triplet: B5, 2E and CC. RGB value is (181,46,204). Sum of RGB (Red+Green+Blue) = 181+46+204=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #B52ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ECC is #4AD133. Grayscale: #676767. Windows color (decimal): -4903220 or 13381301. OLE color: 13381301.
HSL color Cylindrical-coordinate representation of color #B52ECC: hue angle of 291.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52ECC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 46 | 204 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.2 |
| HSL | 291.27º | 0.63% | 0.49% | - |
| HSV(B) | 291.27º | 0.77% | 0.8% | - |
| XYZ | 30.93 | 16.14 | 58.61 | - |
| YUV | 104.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 204 | 0.11 | 0.77 | 0 | 0.2 | 291.27 | 0.63 | 0.49 |
| Hex | B5 | 2E | CC | B | 4D | 0 | 14 | 123 | 3F | 31 |
| Octal | 265 | 56 | 314 | 13 | 115 | 0 | 24 | 443 | 77 | 61 |
| Binary | 10110101 | 101110 | 11001100 | 1011 | 1001101 | 0 | 10100 | 100100011 | 111111 | 110001 |
Color Harmonies of #B52ECC
Complementary color
Monochromatic Colors of #B52ECC
Black with #B52ECC
Text Example
Text Example
White with #B52ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52ECC; }
p { color: rgb(181,46,204); }
H1.HeaderClassName
{
color: #B52ECC;
}
.AnyTagClassName
{
color: #B52ECC;
}
</style>
background-color css
<style>
a { background-color: #B52ECC; }
a { background-color: rgb(181,46,204); }
div.DivClassName
{
background-color: #B52ECC;
}
.BgClassName
{
background-color: #B52ECC;
}
</style>
border-color css
<style>
span { border-color: #B52ECC; }
span { border-color: rgb(181,46,204); }
td.TdClassName
{
border-color: #B52ECC;
}
.TagClassName
{
border-color: #B52ECC;
}
</style>