Shades of Dark Orchid #B522CE
Tints of Dark Orchid #B522CE
RGB
CMYK
RGB Variations
Color information
#B522CE (or 0xB522CE) is known color: Dark Orchid. HEX triplet: B5, 22 and CE. RGB value is (181,34,206). Sum of RGB (Red+Green+Blue) = 181+34+206=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #B522CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522CE is #4ADD31. Grayscale: #616161. Windows color (decimal): -4906290 or 13509301. OLE color: 13509301.
HSL color Cylindrical-coordinate representation of color #B522CE: hue angle of 291.28º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B522CE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 34 | 206 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.19 |
| HSL | 291.28º | 0.72% | 0.47% | - |
| HSV(B) | 291.28º | 0.83% | 0.81% | - |
| XYZ | 30.77 | 15.42 | 59.75 | - |
| YUV | 97.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 206 | 0.12 | 0.83 | 0 | 0.19 | 291.28 | 0.72 | 0.47 |
| Hex | B5 | 22 | CE | C | 53 | 0 | 13 | 123 | 48 | 2F |
| Octal | 265 | 42 | 316 | 14 | 123 | 0 | 23 | 443 | 110 | 57 |
| Binary | 10110101 | 100010 | 11001110 | 1100 | 1010011 | 0 | 10011 | 100100011 | 1001000 | 101111 |
Color Harmonies of #B522CE
Complementary color
Monochromatic Colors of #B522CE
Black with #B522CE
Text Example
Text Example
White with #B522CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522CE; }
p { color: rgb(181,34,206); }
H1.HeaderClassName
{
color: #B522CE;
}
.AnyTagClassName
{
color: #B522CE;
}
</style>
background-color css
<style>
a { background-color: #B522CE; }
a { background-color: rgb(181,34,206); }
div.DivClassName
{
background-color: #B522CE;
}
.BgClassName
{
background-color: #B522CE;
}
</style>
border-color css
<style>
span { border-color: #B522CE; }
span { border-color: rgb(181,34,206); }
td.TdClassName
{
border-color: #B522CE;
}
.TagClassName
{
border-color: #B522CE;
}
</style>