Shades of Dark Orchid #B820D7
Tints of Dark Orchid #B820D7
RGB
CMYK
RGB Variations
Color information
#B820D7 (or 0xB820D7) is known color: Dark Orchid. HEX triplet: B8, 20 and D7. RGB value is (184,32,215). Sum of RGB (Red+Green+Blue) = 184+32+215=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #B820D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820D7 is #47DF28. Grayscale: #616161. Windows color (decimal): -4710185 or 14098616. OLE color: 14098616.
HSL color Cylindrical-coordinate representation of color #B820D7: hue angle of 289.84º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B820D7 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 32 | 215 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.16 |
| HSL | 289.84º | 0.74% | 0.48% | - |
| HSV(B) | 289.84º | 0.85% | 0.84% | - |
| XYZ | 32.55 | 16.13 | 65.69 | - |
| YUV | 98.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 215 | 0.14 | 0.85 | 0 | 0.16 | 289.84 | 0.74 | 0.48 |
| Hex | B8 | 20 | D7 | E | 55 | 0 | 10 | 122 | 4A | 30 |
| Octal | 270 | 40 | 327 | 16 | 125 | 0 | 20 | 442 | 112 | 60 |
| Binary | 10111000 | 100000 | 11010111 | 1110 | 1010101 | 0 | 10000 | 100100010 | 1001010 | 110000 |
Color Harmonies of #B820D7
Complementary color
Monochromatic Colors of #B820D7
Black with #B820D7
Text Example
Text Example
White with #B820D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820D7; }
p { color: rgb(184,32,215); }
H1.HeaderClassName
{
color: #B820D7;
}
.AnyTagClassName
{
color: #B820D7;
}
</style>
background-color css
<style>
a { background-color: #B820D7; }
a { background-color: rgb(184,32,215); }
div.DivClassName
{
background-color: #B820D7;
}
.BgClassName
{
background-color: #B820D7;
}
</style>
border-color css
<style>
span { border-color: #B820D7; }
span { border-color: rgb(184,32,215); }
td.TdClassName
{
border-color: #B820D7;
}
.TagClassName
{
border-color: #B820D7;
}
</style>