Shades of Dark Orchid #B522DD
Tints of Dark Orchid #B522DD
RGB
CMYK
RGB Variations
Color information
#B522DD (or 0xB522DD) is known color: Dark Orchid. HEX triplet: B5, 22 and DD. RGB value is (181,34,221). Sum of RGB (Red+Green+Blue) = 181+34+221=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #B522DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522DD is #4ADD22. Grayscale: #626262. Windows color (decimal): -4906275 or 14492341. OLE color: 14492341.
HSL color Cylindrical-coordinate representation of color #B522DD: hue angle of 287.17º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B522DD is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 34 | 221 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.13 |
| HSL | 287.17º | 0.73% | 0.5% | - |
| HSV(B) | 287.17º | 0.85% | 0.87% | - |
| XYZ | 32.68 | 16.19 | 69.81 | - |
| YUV | 99.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 221 | 0.18 | 0.85 | 0 | 0.13 | 287.17 | 0.73 | 0.5 |
| Hex | B5 | 22 | DD | 12 | 55 | 0 | D | 11F | 49 | 32 |
| Octal | 265 | 42 | 335 | 22 | 125 | 0 | 15 | 437 | 111 | 62 |
| Binary | 10110101 | 100010 | 11011101 | 10010 | 1010101 | 0 | 1101 | 100011111 | 1001001 | 110010 |
Color Harmonies of #B522DD
Complementary color
Monochromatic Colors of #B522DD
Black with #B522DD
Text Example
Text Example
White with #B522DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522DD; }
p { color: rgb(181,34,221); }
H1.HeaderClassName
{
color: #B522DD;
}
.AnyTagClassName
{
color: #B522DD;
}
</style>
background-color css
<style>
a { background-color: #B522DD; }
a { background-color: rgb(181,34,221); }
div.DivClassName
{
background-color: #B522DD;
}
.BgClassName
{
background-color: #B522DD;
}
</style>
border-color css
<style>
span { border-color: #B522DD; }
span { border-color: rgb(181,34,221); }
td.TdClassName
{
border-color: #B522DD;
}
.TagClassName
{
border-color: #B522DD;
}
</style>