Shades of Dark Orchid #B52FCC
Tints of Dark Orchid #B52FCC
RGB
CMYK
RGB Variations
Color information
#B52FCC (or 0xB52FCC) is known color: Dark Orchid. HEX triplet: B5, 2F and CC. RGB value is (181,47,204). Sum of RGB (Red+Green+Blue) = 181+47+204=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #B52FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FCC is #4AD033. Grayscale: #686868. Windows color (decimal): -4902964 or 13381557. OLE color: 13381557.
HSL color Cylindrical-coordinate representation of color #B52FCC: hue angle of 291.21º 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 #B52FCC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 47 | 204 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.2 |
| HSL | 291.21º | 0.63% | 0.49% | - |
| HSV(B) | 291.21º | 0.77% | 0.8% | - |
| XYZ | 30.97 | 16.22 | 58.62 | - |
| YUV | 104.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 204 | 0.11 | 0.77 | 0 | 0.2 | 291.21 | 0.63 | 0.49 |
| Hex | B5 | 2F | CC | B | 4D | 0 | 14 | 123 | 3F | 31 |
| Octal | 265 | 57 | 314 | 13 | 115 | 0 | 24 | 443 | 77 | 61 |
| Binary | 10110101 | 101111 | 11001100 | 1011 | 1001101 | 0 | 10100 | 100100011 | 111111 | 110001 |
Color Harmonies of #B52FCC
Complementary color
Monochromatic Colors of #B52FCC
Black with #B52FCC
Text Example
Text Example
White with #B52FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FCC; }
p { color: rgb(181,47,204); }
H1.HeaderClassName
{
color: #B52FCC;
}
.AnyTagClassName
{
color: #B52FCC;
}
</style>
background-color css
<style>
a { background-color: #B52FCC; }
a { background-color: rgb(181,47,204); }
div.DivClassName
{
background-color: #B52FCC;
}
.BgClassName
{
background-color: #B52FCC;
}
</style>
border-color css
<style>
span { border-color: #B52FCC; }
span { border-color: rgb(181,47,204); }
td.TdClassName
{
border-color: #B52FCC;
}
.TagClassName
{
border-color: #B52FCC;
}
</style>