Shades of Dark Violet #B112DB
Tints of Dark Violet #B112DB
RGB
CMYK
RGB Variations
Color information
#B112DB (or 0xB112DB) is known color: Dark Violet. HEX triplet: B1, 12 and DB. RGB value is (177,18,219). Sum of RGB (Red+Green+Blue) = 177+18+219=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B112DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112DB is #4EED24. Grayscale: #575757. Windows color (decimal): -5172517 or 14357169. OLE color: 14357169.
HSL color Cylindrical-coordinate representation of color #B112DB: hue angle of 287.46º 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 #B112DB is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 18 | 219 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.14 |
| HSL | 287.46º | 0.85% | 0.46% | - |
| HSV(B) | 287.46º | 0.92% | 0.86% | - |
| XYZ | 31.13 | 14.89 | 68.25 | - |
| YUV | 88.46 | 201.68 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 219 | 0.19 | 0.92 | 0 | 0.14 | 287.46 | 0.85 | 0.46 |
| Hex | B1 | 12 | DB | 13 | 5C | 0 | E | 11F | 55 | 2E |
| Octal | 261 | 22 | 333 | 23 | 134 | 0 | 16 | 437 | 125 | 56 |
| Binary | 10110001 | 10010 | 11011011 | 10011 | 1011100 | 0 | 1110 | 100011111 | 1010101 | 101110 |
Color Harmonies of #B112DB
Complementary color
Monochromatic Colors of #B112DB
Black with #B112DB
Text Example
Text Example
White with #B112DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112DB; }
p { color: rgb(177,18,219); }
H1.HeaderClassName
{
color: #B112DB;
}
.AnyTagClassName
{
color: #B112DB;
}
</style>
background-color css
<style>
a { background-color: #B112DB; }
a { background-color: rgb(177,18,219); }
div.DivClassName
{
background-color: #B112DB;
}
.BgClassName
{
background-color: #B112DB;
}
</style>
border-color css
<style>
span { border-color: #B112DB; }
span { border-color: rgb(177,18,219); }
td.TdClassName
{
border-color: #B112DB;
}
.TagClassName
{
border-color: #B112DB;
}
</style>