Shades of Dark Violet #B108DB
Tints of Dark Violet #B108DB
RGB
CMYK
RGB Variations
Color information
#B108DB (or 0xB108DB) is known color: Dark Violet. HEX triplet: B1, 08 and DB. RGB value is (177,8,219). Sum of RGB (Red+Green+Blue) = 177+8+219=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #B108DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108DB is #4EF724. Grayscale: #515151. Windows color (decimal): -5175077 or 14354609. OLE color: 14354609.
HSL color Cylindrical-coordinate representation of color #B108DB: hue angle of 288.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108DB is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 8 | 219 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.14 |
| HSL | 288.06º | 0.93% | 0.45% | - |
| HSV(B) | 288.06º | 0.96% | 0.86% | - |
| XYZ | 31 | 14.64 | 68.21 | - |
| YUV | 82.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 219 | 0.19 | 0.96 | 0 | 0.14 | 288.06 | 0.93 | 0.45 |
| Hex | B1 | 8 | DB | 13 | 60 | 0 | E | 120 | 5D | 2D |
| Octal | 261 | 10 | 333 | 23 | 140 | 0 | 16 | 440 | 135 | 55 |
| Binary | 10110001 | 1000 | 11011011 | 10011 | 1100000 | 0 | 1110 | 100100000 | 1011101 | 101101 |
Color Harmonies of #B108DB
Complementary color
Monochromatic Colors of #B108DB
Black with #B108DB
Text Example
Text Example
White with #B108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108DB; }
p { color: rgb(177,8,219); }
H1.HeaderClassName
{
color: #B108DB;
}
.AnyTagClassName
{
color: #B108DB;
}
</style>
background-color css
<style>
a { background-color: #B108DB; }
a { background-color: rgb(177,8,219); }
div.DivClassName
{
background-color: #B108DB;
}
.BgClassName
{
background-color: #B108DB;
}
</style>
border-color css
<style>
span { border-color: #B108DB; }
span { border-color: rgb(177,8,219); }
td.TdClassName
{
border-color: #B108DB;
}
.TagClassName
{
border-color: #B108DB;
}
</style>