Shades of Dark Orchid #B022D0
Tints of Dark Orchid #B022D0
RGB
CMYK
RGB Variations
Color information
#B022D0 (or 0xB022D0) is known color: Dark Orchid. HEX triplet: B0, 22 and D0. RGB value is (176,34,208). Sum of RGB (Red+Green+Blue) = 176+34+208=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #B022D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022D0 is #4FDD2F. Grayscale: #5F5F5F. Windows color (decimal): -5233968 or 13640368. OLE color: 13640368.
HSL color Cylindrical-coordinate representation of color #B022D0: hue angle of 288.97º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B022D0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 34 | 208 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.18 |
| HSL | 288.97º | 0.72% | 0.47% | - |
| HSV(B) | 288.97º | 0.84% | 0.82% | - |
| XYZ | 29.86 | 14.93 | 60.98 | - |
| YUV | 96.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 208 | 0.15 | 0.84 | 0 | 0.18 | 288.97 | 0.72 | 0.47 |
| Hex | B0 | 22 | D0 | F | 54 | 0 | 12 | 121 | 48 | 2F |
| Octal | 260 | 42 | 320 | 17 | 124 | 0 | 22 | 441 | 110 | 57 |
| Binary | 10110000 | 100010 | 11010000 | 1111 | 1010100 | 0 | 10010 | 100100001 | 1001000 | 101111 |
Color Harmonies of #B022D0
Complementary color
Monochromatic Colors of #B022D0
Black with #B022D0
Text Example
Text Example
White with #B022D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B022D0; }
p { color: rgb(176,34,208); }
H1.HeaderClassName
{
color: #B022D0;
}
.AnyTagClassName
{
color: #B022D0;
}
</style>
background-color css
<style>
a { background-color: #B022D0; }
a { background-color: rgb(176,34,208); }
div.DivClassName
{
background-color: #B022D0;
}
.BgClassName
{
background-color: #B022D0;
}
</style>
border-color css
<style>
span { border-color: #B022D0; }
span { border-color: rgb(176,34,208); }
td.TdClassName
{
border-color: #B022D0;
}
.TagClassName
{
border-color: #B022D0;
}
</style>