Shades of Dark Orchid #B820D9
Tints of Dark Orchid #B820D9
RGB
CMYK
RGB Variations
Color information
#B820D9 (or 0xB820D9) is known color: Dark Orchid. HEX triplet: B8, 20 and D9. RGB value is (184,32,217). Sum of RGB (Red+Green+Blue) = 184+32+217=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #B820D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820D9 is #47DF26. Grayscale: #616161. Windows color (decimal): -4710183 or 14229688. OLE color: 14229688.
HSL color Cylindrical-coordinate representation of color #B820D9: hue angle of 289.3º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B820D9 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 32 | 217 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.15 |
| HSL | 289.3º | 0.74% | 0.49% | - |
| HSV(B) | 289.3º | 0.85% | 0.85% | - |
| XYZ | 32.81 | 16.23 | 67.05 | - |
| YUV | 98.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 217 | 0.15 | 0.85 | 0 | 0.15 | 289.3 | 0.74 | 0.49 |
| Hex | B8 | 20 | D9 | F | 55 | 0 | F | 121 | 4A | 31 |
| Octal | 270 | 40 | 331 | 17 | 125 | 0 | 17 | 441 | 112 | 61 |
| Binary | 10111000 | 100000 | 11011001 | 1111 | 1010101 | 0 | 1111 | 100100001 | 1001010 | 110001 |
Color Harmonies of #B820D9
Complementary color
Monochromatic Colors of #B820D9
Black with #B820D9
Text Example
Text Example
White with #B820D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820D9; }
p { color: rgb(184,32,217); }
H1.HeaderClassName
{
color: #B820D9;
}
.AnyTagClassName
{
color: #B820D9;
}
</style>
background-color css
<style>
a { background-color: #B820D9; }
a { background-color: rgb(184,32,217); }
div.DivClassName
{
background-color: #B820D9;
}
.BgClassName
{
background-color: #B820D9;
}
</style>
border-color css
<style>
span { border-color: #B820D9; }
span { border-color: rgb(184,32,217); }
td.TdClassName
{
border-color: #B820D9;
}
.TagClassName
{
border-color: #B820D9;
}
</style>