Shades of Dark Violet #B315DB
Tints of Dark Violet #B315DB
RGB
CMYK
RGB Variations
Color information
#B315DB (or 0xB315DB) is known color: Dark Violet. HEX triplet: B3, 15 and DB. RGB value is (179,21,219). Sum of RGB (Red+Green+Blue) = 179+21+219=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B315DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315DB is #4CEA24. Grayscale: #5A5A5A. Windows color (decimal): -5040677 or 14357939. OLE color: 14357939.
HSL color Cylindrical-coordinate representation of color #B315DB: hue angle of 287.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B315DB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 21 | 219 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.14 |
| HSL | 287.88º | 0.83% | 0.47% | - |
| HSV(B) | 287.88º | 0.9% | 0.86% | - |
| XYZ | 31.64 | 15.23 | 68.29 | - |
| YUV | 90.81 | 200.35 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 219 | 0.18 | 0.90 | 0 | 0.14 | 287.88 | 0.83 | 0.47 |
| Hex | B3 | 15 | DB | 12 | 5A | 0 | E | 120 | 52 | 2F |
| Octal | 263 | 25 | 333 | 22 | 132 | 0 | 16 | 440 | 122 | 57 |
| Binary | 10110011 | 10101 | 11011011 | 10010 | 1011010 | 0 | 1110 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B315DB
Complementary color
Monochromatic Colors of #B315DB
Black with #B315DB
Text Example
Text Example
White with #B315DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B315DB; }
p { color: rgb(179,21,219); }
H1.HeaderClassName
{
color: #B315DB;
}
.AnyTagClassName
{
color: #B315DB;
}
</style>
background-color css
<style>
a { background-color: #B315DB; }
a { background-color: rgb(179,21,219); }
div.DivClassName
{
background-color: #B315DB;
}
.BgClassName
{
background-color: #B315DB;
}
</style>
border-color css
<style>
span { border-color: #B315DB; }
span { border-color: rgb(179,21,219); }
td.TdClassName
{
border-color: #B315DB;
}
.TagClassName
{
border-color: #B315DB;
}
</style>