Shades of Medium Violet Red #B11491
Tints of Medium Violet Red #B11491
RGB
CMYK
RGB Variations
Color information
#B11491 (or 0xB11491) is known color: Medium Violet Red. HEX triplet: B1, 14 and 91. RGB value is (177,20,145). Sum of RGB (Red+Green+Blue) = 177+20+145=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B11491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11491 is #4EEB6E. Grayscale: #505050. Windows color (decimal): -5172079 or 9508017. OLE color: 9508017.
HSL color Cylindrical-coordinate representation of color #B11491: hue angle of 312.23º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11491 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 145 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.31 |
| HSL | 312.23º | 0.8% | 0.39% | - |
| HSV(B) | 312.23º | 0.89% | 0.69% | - |
| XYZ | 23.49 | 11.89 | 27.85 | - |
| YUV | 81.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 145 | 0 | 0.89 | 0.18 | 0.31 | 312.23 | 0.8 | 0.39 |
| Hex | B1 | 14 | 91 | 0 | 59 | 12 | 1F | 138 | 50 | 27 |
| Octal | 261 | 24 | 221 | 0 | 131 | 22 | 37 | 470 | 120 | 47 |
| Binary | 10110001 | 10100 | 10010001 | 0 | 1011001 | 10010 | 11111 | 100111000 | 1010000 | 100111 |
Color Harmonies of #B11491
Complementary color
Monochromatic Colors of #B11491
Black with #B11491
Text Example
Text Example
White with #B11491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11491; }
p { color: rgb(177,20,145); }
H1.HeaderClassName
{
color: #B11491;
}
.AnyTagClassName
{
color: #B11491;
}
</style>
background-color css
<style>
a { background-color: #B11491; }
a { background-color: rgb(177,20,145); }
div.DivClassName
{
background-color: #B11491;
}
.BgClassName
{
background-color: #B11491;
}
</style>
border-color css
<style>
span { border-color: #B11491; }
span { border-color: rgb(177,20,145); }
td.TdClassName
{
border-color: #B11491;
}
.TagClassName
{
border-color: #B11491;
}
</style>