Shades of Dark Violet #B112E1
Tints of Dark Violet #B112E1
RGB
CMYK
RGB Variations
Color information
#B112E1 (or 0xB112E1) is known color: Dark Violet. HEX triplet: B1, 12 and E1. RGB value is (177,18,225). Sum of RGB (Red+Green+Blue) = 177+18+225=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #B112E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112E1 is #4EED1E. Grayscale: #585858. Windows color (decimal): -5172511 or 14750385. OLE color: 14750385.
HSL color Cylindrical-coordinate representation of color #B112E1: hue angle of 286.09º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B112E1 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 18 | 225 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.12 |
| HSL | 286.09º | 0.85% | 0.48% | - |
| HSV(B) | 286.09º | 0.92% | 0.88% | - |
| XYZ | 31.94 | 15.22 | 72.49 | - |
| YUV | 89.14 | 204.68 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 225 | 0.21 | 0.92 | 0 | 0.12 | 286.09 | 0.85 | 0.48 |
| Hex | B1 | 12 | E1 | 15 | 5C | 0 | C | 11E | 55 | 30 |
| Octal | 261 | 22 | 341 | 25 | 134 | 0 | 14 | 436 | 125 | 60 |
| Binary | 10110001 | 10010 | 11100001 | 10101 | 1011100 | 0 | 1100 | 100011110 | 1010101 | 110000 |
Color Harmonies of #B112E1
Complementary color
Monochromatic Colors of #B112E1
Black with #B112E1
Text Example
Text Example
White with #B112E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112E1; }
p { color: rgb(177,18,225); }
H1.HeaderClassName
{
color: #B112E1;
}
.AnyTagClassName
{
color: #B112E1;
}
</style>
background-color css
<style>
a { background-color: #B112E1; }
a { background-color: rgb(177,18,225); }
div.DivClassName
{
background-color: #B112E1;
}
.BgClassName
{
background-color: #B112E1;
}
</style>
border-color css
<style>
span { border-color: #B112E1; }
span { border-color: rgb(177,18,225); }
td.TdClassName
{
border-color: #B112E1;
}
.TagClassName
{
border-color: #B112E1;
}
</style>