Shades of Dark Orchid #B922D8
Tints of Dark Orchid #B922D8
RGB
CMYK
RGB Variations
Color information
#B922D8 (or 0xB922D8) is known color: Dark Orchid. HEX triplet: B9, 22 and D8. RGB value is (185,34,216). Sum of RGB (Red+Green+Blue) = 185+34+216=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #B922D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922D8 is #46DD27. Grayscale: #636363. Windows color (decimal): -4644136 or 14164665. OLE color: 14164665.
HSL color Cylindrical-coordinate representation of color #B922D8: hue angle of 289.78º 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 #B922D8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 34 | 216 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.15 |
| HSL | 289.78º | 0.73% | 0.49% | - |
| HSV(B) | 289.78º | 0.84% | 0.85% | - |
| XYZ | 32.97 | 16.42 | 66.4 | - |
| YUV | 99.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 216 | 0.14 | 0.84 | 0 | 0.15 | 289.78 | 0.73 | 0.49 |
| Hex | B9 | 22 | D8 | E | 54 | 0 | F | 122 | 49 | 31 |
| Octal | 271 | 42 | 330 | 16 | 124 | 0 | 17 | 442 | 111 | 61 |
| Binary | 10111001 | 100010 | 11011000 | 1110 | 1010100 | 0 | 1111 | 100100010 | 1001001 | 110001 |
Color Harmonies of #B922D8
Complementary color
Monochromatic Colors of #B922D8
Black with #B922D8
Text Example
Text Example
White with #B922D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B922D8; }
p { color: rgb(185,34,216); }
H1.HeaderClassName
{
color: #B922D8;
}
.AnyTagClassName
{
color: #B922D8;
}
</style>
background-color css
<style>
a { background-color: #B922D8; }
a { background-color: rgb(185,34,216); }
div.DivClassName
{
background-color: #B922D8;
}
.BgClassName
{
background-color: #B922D8;
}
</style>
border-color css
<style>
span { border-color: #B922D8; }
span { border-color: rgb(185,34,216); }
td.TdClassName
{
border-color: #B922D8;
}
.TagClassName
{
border-color: #B922D8;
}
</style>