Shades of Dark Orchid #B52DC9
Tints of Dark Orchid #B52DC9
RGB
CMYK
RGB Variations
Color information
#B52DC9 (or 0xB52DC9) is known color: Dark Orchid. HEX triplet: B5, 2D and C9. RGB value is (181,45,201). Sum of RGB (Red+Green+Blue) = 181+45+201=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #B52DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DC9 is #4AD236. Grayscale: #666666. Windows color (decimal): -4903479 or 13184437. OLE color: 13184437.
HSL color Cylindrical-coordinate representation of color #B52DC9: hue angle of 292.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52DC9 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 45 | 201 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.21 |
| HSL | 292.31º | 0.63% | 0.48% | - |
| HSV(B) | 292.31º | 0.78% | 0.79% | - |
| XYZ | 30.54 | 15.92 | 56.72 | - |
| YUV | 103.45 | 183.06 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 201 | 0.10 | 0.78 | 0 | 0.21 | 292.31 | 0.63 | 0.48 |
| Hex | B5 | 2D | C9 | A | 4E | 0 | 15 | 124 | 3F | 30 |
| Octal | 265 | 55 | 311 | 12 | 116 | 0 | 25 | 444 | 77 | 60 |
| Binary | 10110101 | 101101 | 11001001 | 1010 | 1001110 | 0 | 10101 | 100100100 | 111111 | 110000 |
Color Harmonies of #B52DC9
Complementary color
Monochromatic Colors of #B52DC9
Black with #B52DC9
Text Example
Text Example
White with #B52DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DC9; }
p { color: rgb(181,45,201); }
H1.HeaderClassName
{
color: #B52DC9;
}
.AnyTagClassName
{
color: #B52DC9;
}
</style>
background-color css
<style>
a { background-color: #B52DC9; }
a { background-color: rgb(181,45,201); }
div.DivClassName
{
background-color: #B52DC9;
}
.BgClassName
{
background-color: #B52DC9;
}
</style>
border-color css
<style>
span { border-color: #B52DC9; }
span { border-color: rgb(181,45,201); }
td.TdClassName
{
border-color: #B52DC9;
}
.TagClassName
{
border-color: #B52DC9;
}
</style>