Shades of Dark Violet #B116E0
Tints of Dark Violet #B116E0
RGB
CMYK
RGB Variations
Color information
#B116E0 (or 0xB116E0) is known color: Dark Violet. HEX triplet: B1, 16 and E0. RGB value is (177,22,224). Sum of RGB (Red+Green+Blue) = 177+22+224=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #B116E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116E0 is #4EE91F. Grayscale: #5A5A5A. Windows color (decimal): -5171488 or 14685873. OLE color: 14685873.
HSL color Cylindrical-coordinate representation of color #B116E0: hue angle of 286.04º 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 #B116E0 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 22 | 224 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.12 |
| HSL | 286.04º | 0.82% | 0.48% | - |
| HSV(B) | 286.04º | 0.9% | 0.88% | - |
| XYZ | 31.87 | 15.3 | 71.79 | - |
| YUV | 91.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 224 | 0.21 | 0.90 | 0 | 0.12 | 286.04 | 0.82 | 0.48 |
| Hex | B1 | 16 | E0 | 15 | 5A | 0 | C | 11E | 52 | 30 |
| Octal | 261 | 26 | 340 | 25 | 132 | 0 | 14 | 436 | 122 | 60 |
| Binary | 10110001 | 10110 | 11100000 | 10101 | 1011010 | 0 | 1100 | 100011110 | 1010010 | 110000 |
Color Harmonies of #B116E0
Complementary color
Monochromatic Colors of #B116E0
Black with #B116E0
Text Example
Text Example
White with #B116E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116E0; }
p { color: rgb(177,22,224); }
H1.HeaderClassName
{
color: #B116E0;
}
.AnyTagClassName
{
color: #B116E0;
}
</style>
background-color css
<style>
a { background-color: #B116E0; }
a { background-color: rgb(177,22,224); }
div.DivClassName
{
background-color: #B116E0;
}
.BgClassName
{
background-color: #B116E0;
}
</style>
border-color css
<style>
span { border-color: #B116E0; }
span { border-color: rgb(177,22,224); }
td.TdClassName
{
border-color: #B116E0;
}
.TagClassName
{
border-color: #B116E0;
}
</style>