Shades of Dark Orchid #B52FCD
Tints of Dark Orchid #B52FCD
RGB
CMYK
RGB Variations
Color information
#B52FCD (or 0xB52FCD) is known color: Dark Orchid. HEX triplet: B5, 2F and CD. RGB value is (181,47,205). Sum of RGB (Red+Green+Blue) = 181+47+205=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #B52FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FCD is #4AD032. Grayscale: #686868. Windows color (decimal): -4902963 or 13447093. OLE color: 13447093.
HSL color Cylindrical-coordinate representation of color #B52FCD: hue angle of 290.89º 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 #B52FCD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 47 | 205 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.20 |
| HSL | 290.89º | 0.63% | 0.49% | - |
| HSV(B) | 290.89º | 0.77% | 0.8% | - |
| XYZ | 31.09 | 16.26 | 59.26 | - |
| YUV | 105.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 205 | 0.12 | 0.77 | 0 | 0.20 | 290.89 | 0.63 | 0.49 |
| Hex | B5 | 2F | CD | C | 4D | 0 | 14 | 123 | 3F | 31 |
| Octal | 265 | 57 | 315 | 14 | 115 | 0 | 24 | 443 | 77 | 61 |
| Binary | 10110101 | 101111 | 11001101 | 1100 | 1001101 | 0 | 10100 | 100100011 | 111111 | 110001 |
Color Harmonies of #B52FCD
Complementary color
Monochromatic Colors of #B52FCD
Black with #B52FCD
Text Example
Text Example
White with #B52FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FCD; }
p { color: rgb(181,47,205); }
H1.HeaderClassName
{
color: #B52FCD;
}
.AnyTagClassName
{
color: #B52FCD;
}
</style>
background-color css
<style>
a { background-color: #B52FCD; }
a { background-color: rgb(181,47,205); }
div.DivClassName
{
background-color: #B52FCD;
}
.BgClassName
{
background-color: #B52FCD;
}
</style>
border-color css
<style>
span { border-color: #B52FCD; }
span { border-color: rgb(181,47,205); }
td.TdClassName
{
border-color: #B52FCD;
}
.TagClassName
{
border-color: #B52FCD;
}
</style>