Shades of Dark Violet #B312DB
Tints of Dark Violet #B312DB
RGB
CMYK
RGB Variations
Color information
#B312DB (or 0xB312DB) is known color: Dark Violet. HEX triplet: B3, 12 and DB. RGB value is (179,18,219). Sum of RGB (Red+Green+Blue) = 179+18+219=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #B312DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312DB is #4CED24. Grayscale: #585858. Windows color (decimal): -5041445 or 14357171. OLE color: 14357171.
HSL color Cylindrical-coordinate representation of color #B312DB: hue angle of 288.06º 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 #B312DB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 18 | 219 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.14 |
| HSL | 288.06º | 0.85% | 0.46% | - |
| HSV(B) | 288.06º | 0.92% | 0.86% | - |
| XYZ | 31.59 | 15.13 | 68.27 | - |
| YUV | 89.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 219 | 0.18 | 0.92 | 0 | 0.14 | 288.06 | 0.85 | 0.46 |
| Hex | B3 | 12 | DB | 12 | 5C | 0 | E | 120 | 55 | 2E |
| Octal | 263 | 22 | 333 | 22 | 134 | 0 | 16 | 440 | 125 | 56 |
| Binary | 10110011 | 10010 | 11011011 | 10010 | 1011100 | 0 | 1110 | 100100000 | 1010101 | 101110 |
Color Harmonies of #B312DB
Complementary color
Monochromatic Colors of #B312DB
Black with #B312DB
Text Example
Text Example
White with #B312DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312DB; }
p { color: rgb(179,18,219); }
H1.HeaderClassName
{
color: #B312DB;
}
.AnyTagClassName
{
color: #B312DB;
}
</style>
background-color css
<style>
a { background-color: #B312DB; }
a { background-color: rgb(179,18,219); }
div.DivClassName
{
background-color: #B312DB;
}
.BgClassName
{
background-color: #B312DB;
}
</style>
border-color css
<style>
span { border-color: #B312DB; }
span { border-color: rgb(179,18,219); }
td.TdClassName
{
border-color: #B312DB;
}
.TagClassName
{
border-color: #B312DB;
}
</style>