Shades of Dark Orchid #B820DB
Tints of Dark Orchid #B820DB
RGB
CMYK
RGB Variations
Color information
#B820DB (or 0xB820DB) is known color: Dark Orchid. HEX triplet: B8, 20 and DB. RGB value is (184,32,219). Sum of RGB (Red+Green+Blue) = 184+32+219=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B820DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820DB is #47DF24. Grayscale: #626262. Windows color (decimal): -4710181 or 14360760. OLE color: 14360760.
HSL color Cylindrical-coordinate representation of color #B820DB: hue angle of 288.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B820DB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 32 | 219 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.14 |
| HSL | 288.77º | 0.75% | 0.49% | - |
| HSV(B) | 288.77º | 0.85% | 0.86% | - |
| XYZ | 33.07 | 16.34 | 68.43 | - |
| YUV | 98.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 219 | 0.16 | 0.85 | 0 | 0.14 | 288.77 | 0.75 | 0.49 |
| Hex | B8 | 20 | DB | 10 | 55 | 0 | E | 121 | 4B | 31 |
| Octal | 270 | 40 | 333 | 20 | 125 | 0 | 16 | 441 | 113 | 61 |
| Binary | 10111000 | 100000 | 11011011 | 10000 | 1010101 | 0 | 1110 | 100100001 | 1001011 | 110001 |
Color Harmonies of #B820DB
Complementary color
Monochromatic Colors of #B820DB
Black with #B820DB
Text Example
Text Example
White with #B820DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820DB; }
p { color: rgb(184,32,219); }
H1.HeaderClassName
{
color: #B820DB;
}
.AnyTagClassName
{
color: #B820DB;
}
</style>
background-color css
<style>
a { background-color: #B820DB; }
a { background-color: rgb(184,32,219); }
div.DivClassName
{
background-color: #B820DB;
}
.BgClassName
{
background-color: #B820DB;
}
</style>
border-color css
<style>
span { border-color: #B820DB; }
span { border-color: rgb(184,32,219); }
td.TdClassName
{
border-color: #B820DB;
}
.TagClassName
{
border-color: #B820DB;
}
</style>