Shades of Dark Violet #B312DD
Tints of Dark Violet #B312DD
RGB
CMYK
RGB Variations
Color information
#B312DD (or 0xB312DD) is known color: Dark Violet. HEX triplet: B3, 12 and DD. RGB value is (179,18,221). Sum of RGB (Red+Green+Blue) = 179+18+221=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #B312DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312DD is #4CED22. Grayscale: #585858. Windows color (decimal): -5041443 or 14488243. OLE color: 14488243.
HSL color Cylindrical-coordinate representation of color #B312DD: hue angle of 287.59º 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 #B312DD is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 18 | 221 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.13 |
| HSL | 287.59º | 0.85% | 0.47% | - |
| HSV(B) | 287.59º | 0.92% | 0.87% | - |
| XYZ | 31.86 | 15.24 | 69.67 | - |
| YUV | 89.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 221 | 0.19 | 0.92 | 0 | 0.13 | 287.59 | 0.85 | 0.47 |
| Hex | B3 | 12 | DD | 13 | 5C | 0 | D | 120 | 55 | 2F |
| Octal | 263 | 22 | 335 | 23 | 134 | 0 | 15 | 440 | 125 | 57 |
| Binary | 10110011 | 10010 | 11011101 | 10011 | 1011100 | 0 | 1101 | 100100000 | 1010101 | 101111 |
Color Harmonies of #B312DD
Complementary color
Monochromatic Colors of #B312DD
Black with #B312DD
Text Example
Text Example
White with #B312DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312DD; }
p { color: rgb(179,18,221); }
H1.HeaderClassName
{
color: #B312DD;
}
.AnyTagClassName
{
color: #B312DD;
}
</style>
background-color css
<style>
a { background-color: #B312DD; }
a { background-color: rgb(179,18,221); }
div.DivClassName
{
background-color: #B312DD;
}
.BgClassName
{
background-color: #B312DD;
}
</style>
border-color css
<style>
span { border-color: #B312DD; }
span { border-color: rgb(179,18,221); }
td.TdClassName
{
border-color: #B312DD;
}
.TagClassName
{
border-color: #B312DD;
}
</style>