Shades of Medium Violet Red #B11191
Tints of Medium Violet Red #B11191
RGB
CMYK
RGB Variations
Color information
#B11191 (or 0xB11191) is known color: Medium Violet Red. HEX triplet: B1, 11 and 91. RGB value is (177,17,145). Sum of RGB (Red+Green+Blue) = 177+17+145=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B11191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11191 is #4EEE6E. Grayscale: #4F4F4F. Windows color (decimal): -5172847 or 9507249. OLE color: 9507249.
HSL color Cylindrical-coordinate representation of color #B11191: hue angle of 312º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11191 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 145 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.31 |
| HSL | 312º | 0.82% | 0.38% | - |
| HSV(B) | 312º | 0.9% | 0.69% | - |
| XYZ | 23.44 | 11.79 | 27.83 | - |
| YUV | 79.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 145 | 0 | 0.90 | 0.18 | 0.31 | 312 | 0.82 | 0.38 |
| Hex | B1 | 11 | 91 | 0 | 5A | 12 | 1F | 138 | 52 | 26 |
| Octal | 261 | 21 | 221 | 0 | 132 | 22 | 37 | 470 | 122 | 46 |
| Binary | 10110001 | 10001 | 10010001 | 0 | 1011010 | 10010 | 11111 | 100111000 | 1010010 | 100110 |
Color Harmonies of #B11191
Complementary color
Monochromatic Colors of #B11191
Black with #B11191
Text Example
Text Example
White with #B11191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11191; }
p { color: rgb(177,17,145); }
H1.HeaderClassName
{
color: #B11191;
}
.AnyTagClassName
{
color: #B11191;
}
</style>
background-color css
<style>
a { background-color: #B11191; }
a { background-color: rgb(177,17,145); }
div.DivClassName
{
background-color: #B11191;
}
.BgClassName
{
background-color: #B11191;
}
</style>
border-color css
<style>
span { border-color: #B11191; }
span { border-color: rgb(177,17,145); }
td.TdClassName
{
border-color: #B11191;
}
.TagClassName
{
border-color: #B11191;
}
</style>