Shades of Medium Red Violet #B11F91
Tints of Medium Red Violet #B11F91
RGB
CMYK
RGB Variations
Color information
#B11F91 (or 0xB11F91) is known color: Medium Red Violet. HEX triplet: B1, 1F and 91. RGB value is (177,31,145). Sum of RGB (Red+Green+Blue) = 177+31+145=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F91 is #4EE06E. Grayscale: #575757. Windows color (decimal): -5169263 or 9510833. OLE color: 9510833.
HSL color Cylindrical-coordinate representation of color #B11F91: hue angle of 313.15º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F91 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 145 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.31 |
| HSL | 313.15º | 0.7% | 0.41% | - |
| HSV(B) | 313.15º | 0.82% | 0.69% | - |
| XYZ | 23.73 | 12.37 | 27.93 | - |
| YUV | 87.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 145 | 0 | 0.82 | 0.18 | 0.31 | 313.15 | 0.7 | 0.41 |
| Hex | B1 | 1F | 91 | 0 | 52 | 12 | 1F | 139 | 46 | 29 |
| Octal | 261 | 37 | 221 | 0 | 122 | 22 | 37 | 471 | 106 | 51 |
| Binary | 10110001 | 11111 | 10010001 | 0 | 1010010 | 10010 | 11111 | 100111001 | 1000110 | 101001 |
Color Harmonies of #B11F91
Complementary color
Monochromatic Colors of #B11F91
Black with #B11F91
Text Example
Text Example
White with #B11F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F91; }
p { color: rgb(177,31,145); }
H1.HeaderClassName
{
color: #B11F91;
}
.AnyTagClassName
{
color: #B11F91;
}
</style>
background-color css
<style>
a { background-color: #B11F91; }
a { background-color: rgb(177,31,145); }
div.DivClassName
{
background-color: #B11F91;
}
.BgClassName
{
background-color: #B11F91;
}
</style>
border-color css
<style>
span { border-color: #B11F91; }
span { border-color: rgb(177,31,145); }
td.TdClassName
{
border-color: #B11F91;
}
.TagClassName
{
border-color: #B11F91;
}
</style>