Shades of Dark Violet #B012D6
Tints of Dark Violet #B012D6
RGB
CMYK
RGB Variations
Color information
#B012D6 (or 0xB012D6) is known color: Dark Violet. HEX triplet: B0, 12 and D6. RGB value is (176,18,214). Sum of RGB (Red+Green+Blue) = 176+18+214=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #B012D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012D6 is #4FED29. Grayscale: #565656. Windows color (decimal): -5238058 or 14029488. OLE color: 14029488.
HSL color Cylindrical-coordinate representation of color #B012D6: hue angle of 288.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012D6 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 18 | 214 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.16 |
| HSL | 288.37º | 0.84% | 0.45% | - |
| HSV(B) | 288.37º | 0.92% | 0.84% | - |
| XYZ | 30.26 | 14.52 | 64.83 | - |
| YUV | 87.59 | 199.35 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 214 | 0.18 | 0.92 | 0 | 0.16 | 288.37 | 0.84 | 0.45 |
| Hex | B0 | 12 | D6 | 12 | 5C | 0 | 10 | 120 | 54 | 2D |
| Octal | 260 | 22 | 326 | 22 | 134 | 0 | 20 | 440 | 124 | 55 |
| Binary | 10110000 | 10010 | 11010110 | 10010 | 1011100 | 0 | 10000 | 100100000 | 1010100 | 101101 |
Color Harmonies of #B012D6
Complementary color
Monochromatic Colors of #B012D6
Black with #B012D6
Text Example
Text Example
White with #B012D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012D6; }
p { color: rgb(176,18,214); }
H1.HeaderClassName
{
color: #B012D6;
}
.AnyTagClassName
{
color: #B012D6;
}
</style>
background-color css
<style>
a { background-color: #B012D6; }
a { background-color: rgb(176,18,214); }
div.DivClassName
{
background-color: #B012D6;
}
.BgClassName
{
background-color: #B012D6;
}
</style>
border-color css
<style>
span { border-color: #B012D6; }
span { border-color: rgb(176,18,214); }
td.TdClassName
{
border-color: #B012D6;
}
.TagClassName
{
border-color: #B012D6;
}
</style>