Shades of Dark Violet #B316DB
Tints of Dark Violet #B316DB
RGB
CMYK
RGB Variations
Color information
#B316DB (or 0xB316DB) is known color: Dark Violet. HEX triplet: B3, 16 and DB. RGB value is (179,22,219). Sum of RGB (Red+Green+Blue) = 179+22+219=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #B316DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316DB is #4CE924. Grayscale: #5A5A5A. Windows color (decimal): -5040421 or 14358195. OLE color: 14358195.
HSL color Cylindrical-coordinate representation of color #B316DB: hue angle of 287.82º 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 #B316DB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 22 | 219 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.14 |
| HSL | 287.82º | 0.82% | 0.47% | - |
| HSV(B) | 287.82º | 0.9% | 0.86% | - |
| XYZ | 31.66 | 15.27 | 68.3 | - |
| YUV | 91.4 | 200.01 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 219 | 0.18 | 0.90 | 0 | 0.14 | 287.82 | 0.82 | 0.47 |
| Hex | B3 | 16 | DB | 12 | 5A | 0 | E | 120 | 52 | 2F |
| Octal | 263 | 26 | 333 | 22 | 132 | 0 | 16 | 440 | 122 | 57 |
| Binary | 10110011 | 10110 | 11011011 | 10010 | 1011010 | 0 | 1110 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B316DB
Complementary color
Monochromatic Colors of #B316DB
Black with #B316DB
Text Example
Text Example
White with #B316DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316DB; }
p { color: rgb(179,22,219); }
H1.HeaderClassName
{
color: #B316DB;
}
.AnyTagClassName
{
color: #B316DB;
}
</style>
background-color css
<style>
a { background-color: #B316DB; }
a { background-color: rgb(179,22,219); }
div.DivClassName
{
background-color: #B316DB;
}
.BgClassName
{
background-color: #B316DB;
}
</style>
border-color css
<style>
span { border-color: #B316DB; }
span { border-color: rgb(179,22,219); }
td.TdClassName
{
border-color: #B316DB;
}
.TagClassName
{
border-color: #B316DB;
}
</style>