Shades of Dark Orchid #B020C6
Tints of Dark Orchid #B020C6
RGB
CMYK
RGB Variations
Color information
#B020C6 (or 0xB020C6) is known color: Dark Orchid. HEX triplet: B0, 20 and C6. RGB value is (176,32,198). Sum of RGB (Red+Green+Blue) = 176+32+198=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #B020C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020C6 is #4FDF39. Grayscale: #5D5D5D. Windows color (decimal): -5234490 or 12984496. OLE color: 12984496.
HSL color Cylindrical-coordinate representation of color #B020C6: hue angle of 292.05º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B020C6 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 32 | 198 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.22 |
| HSL | 292.05º | 0.72% | 0.45% | - |
| HSV(B) | 292.05º | 0.84% | 0.78% | - |
| XYZ | 28.61 | 14.34 | 54.69 | - |
| YUV | 93.98 | 186.71 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 198 | 0.11 | 0.84 | 0 | 0.22 | 292.05 | 0.72 | 0.45 |
| Hex | B0 | 20 | C6 | B | 54 | 0 | 16 | 124 | 48 | 2D |
| Octal | 260 | 40 | 306 | 13 | 124 | 0 | 26 | 444 | 110 | 55 |
| Binary | 10110000 | 100000 | 11000110 | 1011 | 1010100 | 0 | 10110 | 100100100 | 1001000 | 101101 |
Color Harmonies of #B020C6
Complementary color
Monochromatic Colors of #B020C6
Black with #B020C6
Text Example
Text Example
White with #B020C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B020C6; }
p { color: rgb(176,32,198); }
H1.HeaderClassName
{
color: #B020C6;
}
.AnyTagClassName
{
color: #B020C6;
}
</style>
background-color css
<style>
a { background-color: #B020C6; }
a { background-color: rgb(176,32,198); }
div.DivClassName
{
background-color: #B020C6;
}
.BgClassName
{
background-color: #B020C6;
}
</style>
border-color css
<style>
span { border-color: #B020C6; }
span { border-color: rgb(176,32,198); }
td.TdClassName
{
border-color: #B020C6;
}
.TagClassName
{
border-color: #B020C6;
}
</style>