Shades of Dark Orchid #B52DC8
Tints of Dark Orchid #B52DC8
RGB
CMYK
RGB Variations
Color information
#B52DC8 (or 0xB52DC8) is known color: Dark Orchid. HEX triplet: B5, 2D and C8. RGB value is (181,45,200). Sum of RGB (Red+Green+Blue) = 181+45+200=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #B52DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DC8 is #4AD237. Grayscale: #666666. Windows color (decimal): -4903480 or 13118901. OLE color: 13118901.
HSL color Cylindrical-coordinate representation of color #B52DC8: hue angle of 292.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52DC8 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 45 | 200 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.22 |
| HSL | 292.65º | 0.63% | 0.48% | - |
| HSV(B) | 292.65º | 0.78% | 0.78% | - |
| XYZ | 30.42 | 15.87 | 56.1 | - |
| YUV | 103.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 200 | 0.09 | 0.78 | 0 | 0.22 | 292.65 | 0.63 | 0.48 |
| Hex | B5 | 2D | C8 | 9 | 4E | 0 | 16 | 125 | 3F | 30 |
| Octal | 265 | 55 | 310 | 11 | 116 | 0 | 26 | 445 | 77 | 60 |
| Binary | 10110101 | 101101 | 11001000 | 1001 | 1001110 | 0 | 10110 | 100100101 | 111111 | 110000 |
Color Harmonies of #B52DC8
Complementary color
Monochromatic Colors of #B52DC8
Black with #B52DC8
Text Example
Text Example
White with #B52DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DC8; }
p { color: rgb(181,45,200); }
H1.HeaderClassName
{
color: #B52DC8;
}
.AnyTagClassName
{
color: #B52DC8;
}
</style>
background-color css
<style>
a { background-color: #B52DC8; }
a { background-color: rgb(181,45,200); }
div.DivClassName
{
background-color: #B52DC8;
}
.BgClassName
{
background-color: #B52DC8;
}
</style>
border-color css
<style>
span { border-color: #B52DC8; }
span { border-color: rgb(181,45,200); }
td.TdClassName
{
border-color: #B52DC8;
}
.TagClassName
{
border-color: #B52DC8;
}
</style>