Shades of Dark Violet #B012DC
Tints of Dark Violet #B012DC
RGB
CMYK
RGB Variations
Color information
#B012DC (or 0xB012DC) is known color: Dark Violet. HEX triplet: B0, 12 and DC. RGB value is (176,18,220). Sum of RGB (Red+Green+Blue) = 176+18+220=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #B012DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012DC is #4FED23. Grayscale: #575757. Windows color (decimal): -5238052 or 14422704. OLE color: 14422704.
HSL color Cylindrical-coordinate representation of color #B012DC: hue angle of 286.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012DC is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 18 | 220 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.14 |
| HSL | 286.93º | 0.85% | 0.47% | - |
| HSV(B) | 286.93º | 0.92% | 0.86% | - |
| XYZ | 31.04 | 14.83 | 68.94 | - |
| YUV | 88.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 220 | 0.2 | 0.92 | 0 | 0.14 | 286.93 | 0.85 | 0.47 |
| Hex | B0 | 12 | DC | 14 | 5C | 0 | E | 11F | 55 | 2F |
| Octal | 260 | 22 | 334 | 24 | 134 | 0 | 16 | 437 | 125 | 57 |
| Binary | 10110000 | 10010 | 11011100 | 10100 | 1011100 | 0 | 1110 | 100011111 | 1010101 | 101111 |
Color Harmonies of #B012DC
Complementary color
Monochromatic Colors of #B012DC
Black with #B012DC
Text Example
Text Example
White with #B012DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012DC; }
p { color: rgb(176,18,220); }
H1.HeaderClassName
{
color: #B012DC;
}
.AnyTagClassName
{
color: #B012DC;
}
</style>
background-color css
<style>
a { background-color: #B012DC; }
a { background-color: rgb(176,18,220); }
div.DivClassName
{
background-color: #B012DC;
}
.BgClassName
{
background-color: #B012DC;
}
</style>
border-color css
<style>
span { border-color: #B012DC; }
span { border-color: rgb(176,18,220); }
td.TdClassName
{
border-color: #B012DC;
}
.TagClassName
{
border-color: #B012DC;
}
</style>