Shades of Dark Violet #B012DD
Tints of Dark Violet #B012DD
RGB
CMYK
RGB Variations
Color information
#B012DD (or 0xB012DD) is known color: Dark Violet. HEX triplet: B0, 12 and DD. RGB value is (176,18,221). Sum of RGB (Red+Green+Blue) = 176+18+221=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #B012DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012DD is #4FED22. Grayscale: #575757. Windows color (decimal): -5238051 or 14488240. OLE color: 14488240.
HSL color Cylindrical-coordinate representation of color #B012DD: hue angle of 286.7º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012DD is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 18 | 221 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.13 |
| HSL | 286.7º | 0.85% | 0.47% | - |
| HSV(B) | 286.7º | 0.92% | 0.87% | - |
| XYZ | 31.17 | 14.88 | 69.64 | - |
| YUV | 88.38 | 202.85 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 221 | 0.20 | 0.92 | 0 | 0.13 | 286.7 | 0.85 | 0.47 |
| Hex | B0 | 12 | DD | 14 | 5C | 0 | D | 11F | 55 | 2F |
| Octal | 260 | 22 | 335 | 24 | 134 | 0 | 15 | 437 | 125 | 57 |
| Binary | 10110000 | 10010 | 11011101 | 10100 | 1011100 | 0 | 1101 | 100011111 | 1010101 | 101111 |
Color Harmonies of #B012DD
Complementary color
Monochromatic Colors of #B012DD
Black with #B012DD
Text Example
Text Example
White with #B012DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012DD; }
p { color: rgb(176,18,221); }
H1.HeaderClassName
{
color: #B012DD;
}
.AnyTagClassName
{
color: #B012DD;
}
</style>
background-color css
<style>
a { background-color: #B012DD; }
a { background-color: rgb(176,18,221); }
div.DivClassName
{
background-color: #B012DD;
}
.BgClassName
{
background-color: #B012DD;
}
</style>
border-color css
<style>
span { border-color: #B012DD; }
span { border-color: rgb(176,18,221); }
td.TdClassName
{
border-color: #B012DD;
}
.TagClassName
{
border-color: #B012DD;
}
</style>