Shades of Dark Violet #B010DC
Tints of Dark Violet #B010DC
RGB
CMYK
RGB Variations
Color information
#B010DC (or 0xB010DC) is known color: Dark Violet. HEX triplet: B0, 10 and DC. RGB value is (176,16,220). Sum of RGB (Red+Green+Blue) = 176+16+220=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #B010DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010DC is #4FEF23. Grayscale: #565656. Windows color (decimal): -5238564 or 14422192. OLE color: 14422192.
HSL color Cylindrical-coordinate representation of color #B010DC: hue angle of 287.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010DC is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 16 | 220 | - |
| CMYK | 0.2 | 0.93 | 0 | 0.14 |
| HSL | 287.06º | 0.86% | 0.46% | - |
| HSV(B) | 287.06º | 0.93% | 0.86% | - |
| XYZ | 31.01 | 14.77 | 68.93 | - |
| YUV | 87.1 | 203.01 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 220 | 0.2 | 0.93 | 0 | 0.14 | 287.06 | 0.86 | 0.46 |
| Hex | B0 | 10 | DC | 14 | 5D | 0 | E | 11F | 56 | 2E |
| Octal | 260 | 20 | 334 | 24 | 135 | 0 | 16 | 437 | 126 | 56 |
| Binary | 10110000 | 10000 | 11011100 | 10100 | 1011101 | 0 | 1110 | 100011111 | 1010110 | 101110 |
Color Harmonies of #B010DC
Complementary color
Monochromatic Colors of #B010DC
Black with #B010DC
Text Example
Text Example
White with #B010DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010DC; }
p { color: rgb(176,16,220); }
H1.HeaderClassName
{
color: #B010DC;
}
.AnyTagClassName
{
color: #B010DC;
}
</style>
background-color css
<style>
a { background-color: #B010DC; }
a { background-color: rgb(176,16,220); }
div.DivClassName
{
background-color: #B010DC;
}
.BgClassName
{
background-color: #B010DC;
}
</style>
border-color css
<style>
span { border-color: #B010DC; }
span { border-color: rgb(176,16,220); }
td.TdClassName
{
border-color: #B010DC;
}
.TagClassName
{
border-color: #B010DC;
}
</style>