Shades of Dark Violet #B312DC
Tints of Dark Violet #B312DC
RGB
CMYK
RGB Variations
Color information
#B312DC (or 0xB312DC) is known color: Dark Violet. HEX triplet: B3, 12 and DC. RGB value is (179,18,220). Sum of RGB (Red+Green+Blue) = 179+18+220=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #B312DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312DC is #4CED23. Grayscale: #585858. Windows color (decimal): -5041444 or 14422707. OLE color: 14422707.
HSL color Cylindrical-coordinate representation of color #B312DC: hue angle of 287.82º 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 #B312DC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 18 | 220 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.14 |
| HSL | 287.82º | 0.85% | 0.47% | - |
| HSV(B) | 287.82º | 0.92% | 0.86% | - |
| XYZ | 31.72 | 15.18 | 68.97 | - |
| YUV | 89.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 220 | 0.19 | 0.92 | 0 | 0.14 | 287.82 | 0.85 | 0.47 |
| Hex | B3 | 12 | DC | 13 | 5C | 0 | E | 120 | 55 | 2F |
| Octal | 263 | 22 | 334 | 23 | 134 | 0 | 16 | 440 | 125 | 57 |
| Binary | 10110011 | 10010 | 11011100 | 10011 | 1011100 | 0 | 1110 | 100100000 | 1010101 | 101111 |
Color Harmonies of #B312DC
Complementary color
Monochromatic Colors of #B312DC
Black with #B312DC
Text Example
Text Example
White with #B312DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312DC; }
p { color: rgb(179,18,220); }
H1.HeaderClassName
{
color: #B312DC;
}
.AnyTagClassName
{
color: #B312DC;
}
</style>
background-color css
<style>
a { background-color: #B312DC; }
a { background-color: rgb(179,18,220); }
div.DivClassName
{
background-color: #B312DC;
}
.BgClassName
{
background-color: #B312DC;
}
</style>
border-color css
<style>
span { border-color: #B312DC; }
span { border-color: rgb(179,18,220); }
td.TdClassName
{
border-color: #B312DC;
}
.TagClassName
{
border-color: #B312DC;
}
</style>