Shades of Dark Orchid #B52ACC
Tints of Dark Orchid #B52ACC
RGB
CMYK
RGB Variations
Color information
#B52ACC (or 0xB52ACC) is known color: Dark Orchid. HEX triplet: B5, 2A and CC. RGB value is (181,42,204). Sum of RGB (Red+Green+Blue) = 181+42+204=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #B52ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ACC is #4AD533. Grayscale: #656565. Windows color (decimal): -4904244 or 13380277. OLE color: 13380277.
HSL color Cylindrical-coordinate representation of color #B52ACC: hue angle of 291.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52ACC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 42 | 204 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.2 |
| HSL | 291.48º | 0.66% | 0.48% | - |
| HSV(B) | 291.48º | 0.79% | 0.8% | - |
| XYZ | 30.78 | 15.84 | 58.56 | - |
| YUV | 102.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 204 | 0.11 | 0.79 | 0 | 0.2 | 291.48 | 0.66 | 0.48 |
| Hex | B5 | 2A | CC | B | 4F | 0 | 14 | 123 | 42 | 30 |
| Octal | 265 | 52 | 314 | 13 | 117 | 0 | 24 | 443 | 102 | 60 |
| Binary | 10110101 | 101010 | 11001100 | 1011 | 1001111 | 0 | 10100 | 100100011 | 1000010 | 110000 |
Color Harmonies of #B52ACC
Complementary color
Monochromatic Colors of #B52ACC
Black with #B52ACC
Text Example
Text Example
White with #B52ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52ACC; }
p { color: rgb(181,42,204); }
H1.HeaderClassName
{
color: #B52ACC;
}
.AnyTagClassName
{
color: #B52ACC;
}
</style>
background-color css
<style>
a { background-color: #B52ACC; }
a { background-color: rgb(181,42,204); }
div.DivClassName
{
background-color: #B52ACC;
}
.BgClassName
{
background-color: #B52ACC;
}
</style>
border-color css
<style>
span { border-color: #B52ACC; }
span { border-color: rgb(181,42,204); }
td.TdClassName
{
border-color: #B52ACC;
}
.TagClassName
{
border-color: #B52ACC;
}
</style>