Shades of Dark Orchid #B820DE
Tints of Dark Orchid #B820DE
RGB
CMYK
RGB Variations
Color information
#B820DE (or 0xB820DE) is known color: Dark Orchid. HEX triplet: B8, 20 and DE. RGB value is (184,32,222). Sum of RGB (Red+Green+Blue) = 184+32+222=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B820DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820DE is #47DF21. Grayscale: #626262. Windows color (decimal): -4710178 or 14557368. OLE color: 14557368.
HSL color Cylindrical-coordinate representation of color #B820DE: hue angle of 288º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B820DE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 32 | 222 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.13 |
| HSL | 288º | 0.75% | 0.5% | - |
| HSV(B) | 288º | 0.86% | 0.87% | - |
| XYZ | 33.47 | 16.5 | 70.53 | - |
| YUV | 99.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 222 | 0.17 | 0.86 | 0 | 0.13 | 288 | 0.75 | 0.5 |
| Hex | B8 | 20 | DE | 11 | 56 | 0 | D | 120 | 4B | 32 |
| Octal | 270 | 40 | 336 | 21 | 126 | 0 | 15 | 440 | 113 | 62 |
| Binary | 10111000 | 100000 | 11011110 | 10001 | 1010110 | 0 | 1101 | 100100000 | 1001011 | 110010 |
Color Harmonies of #B820DE
Complementary color
Monochromatic Colors of #B820DE
Black with #B820DE
Text Example
Text Example
White with #B820DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820DE; }
p { color: rgb(184,32,222); }
H1.HeaderClassName
{
color: #B820DE;
}
.AnyTagClassName
{
color: #B820DE;
}
</style>
background-color css
<style>
a { background-color: #B820DE; }
a { background-color: rgb(184,32,222); }
div.DivClassName
{
background-color: #B820DE;
}
.BgClassName
{
background-color: #B820DE;
}
</style>
border-color css
<style>
span { border-color: #B820DE; }
span { border-color: rgb(184,32,222); }
td.TdClassName
{
border-color: #B820DE;
}
.TagClassName
{
border-color: #B820DE;
}
</style>