Shades of Medium Violet Red #B11C91
Tints of Medium Violet Red #B11C91
RGB
CMYK
RGB Variations
Color information
#B11C91 (or 0xB11C91) is known color: Medium Violet Red. HEX triplet: B1, 1C and 91. RGB value is (177,28,145). Sum of RGB (Red+Green+Blue) = 177+28+145=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C91 is #4EE36E. Grayscale: #555555. Windows color (decimal): -5170031 or 9510065. OLE color: 9510065.
HSL color Cylindrical-coordinate representation of color #B11C91: hue angle of 312.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C91 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 145 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.31 |
| HSL | 312.89º | 0.73% | 0.4% | - |
| HSV(B) | 312.89º | 0.84% | 0.69% | - |
| XYZ | 23.66 | 12.22 | 27.9 | - |
| YUV | 85.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 145 | 0 | 0.84 | 0.18 | 0.31 | 312.89 | 0.73 | 0.4 |
| Hex | B1 | 1C | 91 | 0 | 54 | 12 | 1F | 139 | 49 | 28 |
| Octal | 261 | 34 | 221 | 0 | 124 | 22 | 37 | 471 | 111 | 50 |
| Binary | 10110001 | 11100 | 10010001 | 0 | 1010100 | 10010 | 11111 | 100111001 | 1001001 | 101000 |
Color Harmonies of #B11C91
Complementary color
Monochromatic Colors of #B11C91
Black with #B11C91
Text Example
Text Example
White with #B11C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C91; }
p { color: rgb(177,28,145); }
H1.HeaderClassName
{
color: #B11C91;
}
.AnyTagClassName
{
color: #B11C91;
}
</style>
background-color css
<style>
a { background-color: #B11C91; }
a { background-color: rgb(177,28,145); }
div.DivClassName
{
background-color: #B11C91;
}
.BgClassName
{
background-color: #B11C91;
}
</style>
border-color css
<style>
span { border-color: #B11C91; }
span { border-color: rgb(177,28,145); }
td.TdClassName
{
border-color: #B11C91;
}
.TagClassName
{
border-color: #B11C91;
}
</style>