Shades of Dark Orchid #B522DB
Tints of Dark Orchid #B522DB
RGB
CMYK
RGB Variations
Color information
#B522DB (or 0xB522DB) is known color: Dark Orchid. HEX triplet: B5, 22 and DB. RGB value is (181,34,219). Sum of RGB (Red+Green+Blue) = 181+34+219=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B522DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522DB is #4ADD24. Grayscale: #626262. Windows color (decimal): -4906277 or 14361269. OLE color: 14361269.
HSL color Cylindrical-coordinate representation of color #B522DB: hue angle of 287.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B522DB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 34 | 219 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.14 |
| HSL | 287.68º | 0.73% | 0.5% | - |
| HSV(B) | 287.68º | 0.84% | 0.86% | - |
| XYZ | 32.41 | 16.08 | 68.41 | - |
| YUV | 99.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 219 | 0.17 | 0.84 | 0 | 0.14 | 287.68 | 0.73 | 0.5 |
| Hex | B5 | 22 | DB | 11 | 54 | 0 | E | 120 | 49 | 32 |
| Octal | 265 | 42 | 333 | 21 | 124 | 0 | 16 | 440 | 111 | 62 |
| Binary | 10110101 | 100010 | 11011011 | 10001 | 1010100 | 0 | 1110 | 100100000 | 1001001 | 110010 |
Color Harmonies of #B522DB
Complementary color
Monochromatic Colors of #B522DB
Black with #B522DB
Text Example
Text Example
White with #B522DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522DB; }
p { color: rgb(181,34,219); }
H1.HeaderClassName
{
color: #B522DB;
}
.AnyTagClassName
{
color: #B522DB;
}
</style>
background-color css
<style>
a { background-color: #B522DB; }
a { background-color: rgb(181,34,219); }
div.DivClassName
{
background-color: #B522DB;
}
.BgClassName
{
background-color: #B522DB;
}
</style>
border-color css
<style>
span { border-color: #B522DB; }
span { border-color: rgb(181,34,219); }
td.TdClassName
{
border-color: #B522DB;
}
.TagClassName
{
border-color: #B522DB;
}
</style>