Shades of Dark Orchid #B52DCE
Tints of Dark Orchid #B52DCE
RGB
CMYK
RGB Variations
Color information
#B52DCE (or 0xB52DCE) is known color: Dark Orchid. HEX triplet: B5, 2D and CE. RGB value is (181,45,206). Sum of RGB (Red+Green+Blue) = 181+45+206=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #B52DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DCE is #4AD231. Grayscale: #676767. Windows color (decimal): -4903474 or 13512117. OLE color: 13512117.
HSL color Cylindrical-coordinate representation of color #B52DCE: hue angle of 290.68º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52DCE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 45 | 206 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.19 |
| HSL | 290.68º | 0.64% | 0.49% | - |
| HSV(B) | 290.68º | 0.78% | 0.81% | - |
| XYZ | 31.14 | 16.16 | 59.87 | - |
| YUV | 104.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 206 | 0.12 | 0.78 | 0 | 0.19 | 290.68 | 0.64 | 0.49 |
| Hex | B5 | 2D | CE | C | 4E | 0 | 13 | 123 | 40 | 31 |
| Octal | 265 | 55 | 316 | 14 | 116 | 0 | 23 | 443 | 100 | 61 |
| Binary | 10110101 | 101101 | 11001110 | 1100 | 1001110 | 0 | 10011 | 100100011 | 1000000 | 110001 |
Color Harmonies of #B52DCE
Complementary color
Monochromatic Colors of #B52DCE
Black with #B52DCE
Text Example
Text Example
White with #B52DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DCE; }
p { color: rgb(181,45,206); }
H1.HeaderClassName
{
color: #B52DCE;
}
.AnyTagClassName
{
color: #B52DCE;
}
</style>
background-color css
<style>
a { background-color: #B52DCE; }
a { background-color: rgb(181,45,206); }
div.DivClassName
{
background-color: #B52DCE;
}
.BgClassName
{
background-color: #B52DCE;
}
</style>
border-color css
<style>
span { border-color: #B52DCE; }
span { border-color: rgb(181,45,206); }
td.TdClassName
{
border-color: #B52DCE;
}
.TagClassName
{
border-color: #B52DCE;
}
</style>