Shades of Dark Violet #B116E1
Tints of Dark Violet #B116E1
RGB
CMYK
RGB Variations
Color information
#B116E1 (or 0xB116E1) is known color: Dark Violet. HEX triplet: B1, 16 and E1. RGB value is (177,22,225). Sum of RGB (Red+Green+Blue) = 177+22+225=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #B116E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116E1 is #4EE91E. Grayscale: #5A5A5A. Windows color (decimal): -5171487 or 14751409. OLE color: 14751409.
HSL color Cylindrical-coordinate representation of color #B116E1: hue angle of 285.81º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B116E1 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 22 | 225 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.12 |
| HSL | 285.81º | 0.82% | 0.48% | - |
| HSV(B) | 285.81º | 0.9% | 0.88% | - |
| XYZ | 32.01 | 15.36 | 72.51 | - |
| YUV | 91.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 225 | 0.21 | 0.90 | 0 | 0.12 | 285.81 | 0.82 | 0.48 |
| Hex | B1 | 16 | E1 | 15 | 5A | 0 | C | 11E | 52 | 30 |
| Octal | 261 | 26 | 341 | 25 | 132 | 0 | 14 | 436 | 122 | 60 |
| Binary | 10110001 | 10110 | 11100001 | 10101 | 1011010 | 0 | 1100 | 100011110 | 1010010 | 110000 |
Color Harmonies of #B116E1
Complementary color
Monochromatic Colors of #B116E1
Black with #B116E1
Text Example
Text Example
White with #B116E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116E1; }
p { color: rgb(177,22,225); }
H1.HeaderClassName
{
color: #B116E1;
}
.AnyTagClassName
{
color: #B116E1;
}
</style>
background-color css
<style>
a { background-color: #B116E1; }
a { background-color: rgb(177,22,225); }
div.DivClassName
{
background-color: #B116E1;
}
.BgClassName
{
background-color: #B116E1;
}
</style>
border-color css
<style>
span { border-color: #B116E1; }
span { border-color: rgb(177,22,225); }
td.TdClassName
{
border-color: #B116E1;
}
.TagClassName
{
border-color: #B116E1;
}
</style>