Shades of Dark Orchid #B822DB
Tints of Dark Orchid #B822DB
RGB
CMYK
RGB Variations
Color information
#B822DB (or 0xB822DB) is known color: Dark Orchid. HEX triplet: B8, 22 and DB. RGB value is (184,34,219). Sum of RGB (Red+Green+Blue) = 184+34+219=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #B822DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822DB is #47DD24. Grayscale: #636363. Windows color (decimal): -4709669 or 14361272. OLE color: 14361272.
HSL color Cylindrical-coordinate representation of color #B822DB: hue angle of 288.65º 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 #B822DB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 34 | 219 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.14 |
| HSL | 288.65º | 0.73% | 0.5% | - |
| HSV(B) | 288.65º | 0.84% | 0.86% | - |
| XYZ | 33.13 | 16.45 | 68.45 | - |
| YUV | 99.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 219 | 0.16 | 0.84 | 0 | 0.14 | 288.65 | 0.73 | 0.5 |
| Hex | B8 | 22 | DB | 10 | 54 | 0 | E | 121 | 49 | 32 |
| Octal | 270 | 42 | 333 | 20 | 124 | 0 | 16 | 441 | 111 | 62 |
| Binary | 10111000 | 100010 | 11011011 | 10000 | 1010100 | 0 | 1110 | 100100001 | 1001001 | 110010 |
Color Harmonies of #B822DB
Complementary color
Monochromatic Colors of #B822DB
Black with #B822DB
Text Example
Text Example
White with #B822DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822DB; }
p { color: rgb(184,34,219); }
H1.HeaderClassName
{
color: #B822DB;
}
.AnyTagClassName
{
color: #B822DB;
}
</style>
background-color css
<style>
a { background-color: #B822DB; }
a { background-color: rgb(184,34,219); }
div.DivClassName
{
background-color: #B822DB;
}
.BgClassName
{
background-color: #B822DB;
}
</style>
border-color css
<style>
span { border-color: #B822DB; }
span { border-color: rgb(184,34,219); }
td.TdClassName
{
border-color: #B822DB;
}
.TagClassName
{
border-color: #B822DB;
}
</style>