Shades of Dark Orchid #B022C6
Tints of Dark Orchid #B022C6
RGB
CMYK
RGB Variations
Color information
#B022C6 (or 0xB022C6) is known color: Dark Orchid. HEX triplet: B0, 22 and C6. RGB value is (176,34,198). Sum of RGB (Red+Green+Blue) = 176+34+198=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #B022C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022C6 is #4FDD39. Grayscale: #5E5E5E. Windows color (decimal): -5233978 or 12985008. OLE color: 12985008.
HSL color Cylindrical-coordinate representation of color #B022C6: hue angle of 291.95º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B022C6 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 34 | 198 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.22 |
| HSL | 291.95º | 0.71% | 0.45% | - |
| HSV(B) | 291.95º | 0.83% | 0.78% | - |
| XYZ | 28.67 | 14.45 | 54.7 | - |
| YUV | 95.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 198 | 0.11 | 0.83 | 0 | 0.22 | 291.95 | 0.71 | 0.45 |
| Hex | B0 | 22 | C6 | B | 53 | 0 | 16 | 124 | 47 | 2D |
| Octal | 260 | 42 | 306 | 13 | 123 | 0 | 26 | 444 | 107 | 55 |
| Binary | 10110000 | 100010 | 11000110 | 1011 | 1010011 | 0 | 10110 | 100100100 | 1000111 | 101101 |
Color Harmonies of #B022C6
Complementary color
Monochromatic Colors of #B022C6
Black with #B022C6
Text Example
Text Example
White with #B022C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B022C6; }
p { color: rgb(176,34,198); }
H1.HeaderClassName
{
color: #B022C6;
}
.AnyTagClassName
{
color: #B022C6;
}
</style>
background-color css
<style>
a { background-color: #B022C6; }
a { background-color: rgb(176,34,198); }
div.DivClassName
{
background-color: #B022C6;
}
.BgClassName
{
background-color: #B022C6;
}
</style>
border-color css
<style>
span { border-color: #B022C6; }
span { border-color: rgb(176,34,198); }
td.TdClassName
{
border-color: #B022C6;
}
.TagClassName
{
border-color: #B022C6;
}
</style>