Shades of Dark Orchid #B52ECB
Tints of Dark Orchid #B52ECB
RGB
CMYK
RGB Variations
Color information
#B52ECB (or 0xB52ECB) is known color: Dark Orchid. HEX triplet: B5, 2E and CB. RGB value is (181,46,203). Sum of RGB (Red+Green+Blue) = 181+46+203=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #B52ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ECB is #4AD134. Grayscale: #676767. Windows color (decimal): -4903221 or 13315765. OLE color: 13315765.
HSL color Cylindrical-coordinate representation of color #B52ECB: hue angle of 291.59º 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 #B52ECB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 46 | 203 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.20 |
| HSL | 291.59º | 0.63% | 0.49% | - |
| HSV(B) | 291.59º | 0.77% | 0.8% | - |
| XYZ | 30.81 | 16.09 | 57.98 | - |
| YUV | 104.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 203 | 0.11 | 0.77 | 0 | 0.20 | 291.59 | 0.63 | 0.49 |
| Hex | B5 | 2E | CB | B | 4D | 0 | 14 | 124 | 3F | 31 |
| Octal | 265 | 56 | 313 | 13 | 115 | 0 | 24 | 444 | 77 | 61 |
| Binary | 10110101 | 101110 | 11001011 | 1011 | 1001101 | 0 | 10100 | 100100100 | 111111 | 110001 |
Color Harmonies of #B52ECB
Complementary color
Monochromatic Colors of #B52ECB
Black with #B52ECB
Text Example
Text Example
White with #B52ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52ECB; }
p { color: rgb(181,46,203); }
H1.HeaderClassName
{
color: #B52ECB;
}
.AnyTagClassName
{
color: #B52ECB;
}
</style>
background-color css
<style>
a { background-color: #B52ECB; }
a { background-color: rgb(181,46,203); }
div.DivClassName
{
background-color: #B52ECB;
}
.BgClassName
{
background-color: #B52ECB;
}
</style>
border-color css
<style>
span { border-color: #B52ECB; }
span { border-color: rgb(181,46,203); }
td.TdClassName
{
border-color: #B52ECB;
}
.TagClassName
{
border-color: #B52ECB;
}
</style>