Shades of Medium Violet Red #B11176
Tints of Medium Violet Red #B11176
RGB
CMYK
RGB Variations
Color information
#B11176 (or 0xB11176) is known color: Medium Violet Red. HEX triplet: B1, 11 and 76. RGB value is (177,17,118). Sum of RGB (Red+Green+Blue) = 177+17+118=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11176 is #4EEE89. Grayscale: #4C4C4C. Windows color (decimal): -5172874 or 7737777. OLE color: 7737777.
HSL color Cylindrical-coordinate representation of color #B11176: hue angle of 322.12º 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 #B11176 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 118 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.31 |
| HSL | 322.13º | 0.82% | 0.38% | - |
| HSV(B) | 322.13º | 0.9% | 0.69% | - |
| XYZ | 21.6 | 11.06 | 18.14 | - |
| YUV | 76.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 118 | 0 | 0.90 | 0.33 | 0.31 | 322.13 | 0.82 | 0.38 |
| Hex | B1 | 11 | 76 | 0 | 5A | 21 | 1F | 142 | 52 | 26 |
| Octal | 261 | 21 | 166 | 0 | 132 | 41 | 37 | 502 | 122 | 46 |
| Binary | 10110001 | 10001 | 1110110 | 0 | 1011010 | 100001 | 11111 | 101000010 | 1010010 | 100110 |
Color Harmonies of #B11176
Complementary color
Monochromatic Colors of #B11176
Black with #B11176
Text Example
Text Example
White with #B11176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11176; }
p { color: rgb(177,17,118); }
H1.HeaderClassName
{
color: #B11176;
}
.AnyTagClassName
{
color: #B11176;
}
</style>
background-color css
<style>
a { background-color: #B11176; }
a { background-color: rgb(177,17,118); }
div.DivClassName
{
background-color: #B11176;
}
.BgClassName
{
background-color: #B11176;
}
</style>
border-color css
<style>
span { border-color: #B11176; }
span { border-color: rgb(177,17,118); }
td.TdClassName
{
border-color: #B11176;
}
.TagClassName
{
border-color: #B11176;
}
</style>