Shades of Dark Violet #B111E1
Tints of Dark Violet #B111E1
RGB
CMYK
RGB Variations
Color information
#B111E1 (or 0xB111E1) is known color: Dark Violet. HEX triplet: B1, 11 and E1. RGB value is (177,17,225). Sum of RGB (Red+Green+Blue) = 177+17+225=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #B111E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111E1 is #4EEE1E. Grayscale: #575757. Windows color (decimal): -5172767 or 14750129. OLE color: 14750129.
HSL color Cylindrical-coordinate representation of color #B111E1: hue angle of 286.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B111E1 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 17 | 225 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.12 |
| HSL | 286.15º | 0.86% | 0.47% | - |
| HSV(B) | 286.15º | 0.92% | 0.88% | - |
| XYZ | 31.92 | 15.18 | 72.48 | - |
| YUV | 88.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 225 | 0.21 | 0.92 | 0 | 0.12 | 286.15 | 0.86 | 0.47 |
| Hex | B1 | 11 | E1 | 15 | 5C | 0 | C | 11E | 56 | 2F |
| Octal | 261 | 21 | 341 | 25 | 134 | 0 | 14 | 436 | 126 | 57 |
| Binary | 10110001 | 10001 | 11100001 | 10101 | 1011100 | 0 | 1100 | 100011110 | 1010110 | 101111 |
Color Harmonies of #B111E1
Complementary color
Monochromatic Colors of #B111E1
Black with #B111E1
Text Example
Text Example
White with #B111E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111E1; }
p { color: rgb(177,17,225); }
H1.HeaderClassName
{
color: #B111E1;
}
.AnyTagClassName
{
color: #B111E1;
}
</style>
background-color css
<style>
a { background-color: #B111E1; }
a { background-color: rgb(177,17,225); }
div.DivClassName
{
background-color: #B111E1;
}
.BgClassName
{
background-color: #B111E1;
}
</style>
border-color css
<style>
span { border-color: #B111E1; }
span { border-color: rgb(177,17,225); }
td.TdClassName
{
border-color: #B111E1;
}
.TagClassName
{
border-color: #B111E1;
}
</style>