Shades of Dark Orchid #B52ACE
Tints of Dark Orchid #B52ACE
RGB
CMYK
RGB Variations
Color information
#B52ACE (or 0xB52ACE) is known color: Dark Orchid. HEX triplet: B5, 2A and CE. RGB value is (181,42,206). Sum of RGB (Red+Green+Blue) = 181+42+206=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #B52ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ACE is #4AD531. Grayscale: #656565. Windows color (decimal): -4904242 or 13511349. OLE color: 13511349.
HSL color Cylindrical-coordinate representation of color #B52ACE: hue angle of 290.85º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52ACE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 42 | 206 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.19 |
| HSL | 290.85º | 0.66% | 0.49% | - |
| HSV(B) | 290.85º | 0.8% | 0.81% | - |
| XYZ | 31.02 | 15.94 | 59.83 | - |
| YUV | 102.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 206 | 0.12 | 0.80 | 0 | 0.19 | 290.85 | 0.66 | 0.49 |
| Hex | B5 | 2A | CE | C | 50 | 0 | 13 | 123 | 42 | 31 |
| Octal | 265 | 52 | 316 | 14 | 120 | 0 | 23 | 443 | 102 | 61 |
| Binary | 10110101 | 101010 | 11001110 | 1100 | 1010000 | 0 | 10011 | 100100011 | 1000010 | 110001 |
Color Harmonies of #B52ACE
Complementary color
Monochromatic Colors of #B52ACE
Black with #B52ACE
Text Example
Text Example
White with #B52ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52ACE; }
p { color: rgb(181,42,206); }
H1.HeaderClassName
{
color: #B52ACE;
}
.AnyTagClassName
{
color: #B52ACE;
}
</style>
background-color css
<style>
a { background-color: #B52ACE; }
a { background-color: rgb(181,42,206); }
div.DivClassName
{
background-color: #B52ACE;
}
.BgClassName
{
background-color: #B52ACE;
}
</style>
border-color css
<style>
span { border-color: #B52ACE; }
span { border-color: rgb(181,42,206); }
td.TdClassName
{
border-color: #B52ACE;
}
.TagClassName
{
border-color: #B52ACE;
}
</style>