Shades of Dark Orchid #B822D9
Tints of Dark Orchid #B822D9
RGB
CMYK
RGB Variations
Color information
#B822D9 (or 0xB822D9) is known color: Dark Orchid. HEX triplet: B8, 22 and D9. RGB value is (184,34,217). Sum of RGB (Red+Green+Blue) = 184+34+217=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 217 (85.16% from 255 or 49.89% from 435); Max value from RGB is 217 - color contains mainly: blue. Hex color #B822D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822D9 is #47DD26. Grayscale: #636363. Windows color (decimal): -4709671 or 14230200. OLE color: 14230200.
HSL color Cylindrical-coordinate representation of color #B822D9: hue angle of 289.18º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B822D9 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 34 | 217 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.15 |
| HSL | 289.18º | 0.73% | 0.49% | - |
| HSV(B) | 289.18º | 0.84% | 0.85% | - |
| XYZ | 32.86 | 16.34 | 67.07 | - |
| YUV | 99.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 217 | 0.15 | 0.84 | 0 | 0.15 | 289.18 | 0.73 | 0.49 |
| Hex | B8 | 22 | D9 | F | 54 | 0 | F | 121 | 49 | 31 |
| Octal | 270 | 42 | 331 | 17 | 124 | 0 | 17 | 441 | 111 | 61 |
| Binary | 10111000 | 100010 | 11011001 | 1111 | 1010100 | 0 | 1111 | 100100001 | 1001001 | 110001 |
Color Harmonies of #B822D9
Complementary color
Monochromatic Colors of #B822D9
Black with #B822D9
Text Example
Text Example
White with #B822D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822D9; }
p { color: rgb(184,34,217); }
H1.HeaderClassName
{
color: #B822D9;
}
.AnyTagClassName
{
color: #B822D9;
}
</style>
background-color css
<style>
a { background-color: #B822D9; }
a { background-color: rgb(184,34,217); }
div.DivClassName
{
background-color: #B822D9;
}
.BgClassName
{
background-color: #B822D9;
}
</style>
border-color css
<style>
span { border-color: #B822D9; }
span { border-color: rgb(184,34,217); }
td.TdClassName
{
border-color: #B822D9;
}
.TagClassName
{
border-color: #B822D9;
}
</style>