Shades of Dark Violet #B012DB
Tints of Dark Violet #B012DB
RGB
CMYK
RGB Variations
Color information
#B012DB (or 0xB012DB) is known color: Dark Violet. HEX triplet: B0, 12 and DB. RGB value is (176,18,219). Sum of RGB (Red+Green+Blue) = 176+18+219=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B012DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012DB is #4FED24. Grayscale: #575757. Windows color (decimal): -5238053 or 14357168. OLE color: 14357168.
HSL color Cylindrical-coordinate representation of color #B012DB: hue angle of 287.16º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012DB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 18 | 219 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.14 |
| HSL | 287.16º | 0.85% | 0.46% | - |
| HSV(B) | 287.16º | 0.92% | 0.86% | - |
| XYZ | 30.91 | 14.78 | 68.24 | - |
| YUV | 88.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 219 | 0.20 | 0.92 | 0 | 0.14 | 287.16 | 0.85 | 0.46 |
| Hex | B0 | 12 | DB | 14 | 5C | 0 | E | 11F | 55 | 2E |
| Octal | 260 | 22 | 333 | 24 | 134 | 0 | 16 | 437 | 125 | 56 |
| Binary | 10110000 | 10010 | 11011011 | 10100 | 1011100 | 0 | 1110 | 100011111 | 1010101 | 101110 |
Color Harmonies of #B012DB
Complementary color
Monochromatic Colors of #B012DB
Black with #B012DB
Text Example
Text Example
White with #B012DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012DB; }
p { color: rgb(176,18,219); }
H1.HeaderClassName
{
color: #B012DB;
}
.AnyTagClassName
{
color: #B012DB;
}
</style>
background-color css
<style>
a { background-color: #B012DB; }
a { background-color: rgb(176,18,219); }
div.DivClassName
{
background-color: #B012DB;
}
.BgClassName
{
background-color: #B012DB;
}
</style>
border-color css
<style>
span { border-color: #B012DB; }
span { border-color: rgb(176,18,219); }
td.TdClassName
{
border-color: #B012DB;
}
.TagClassName
{
border-color: #B012DB;
}
</style>