Shades of Medium Violet Red #B11377
Tints of Medium Violet Red #B11377
RGB
CMYK
RGB Variations
Color information
#B11377 (or 0xB11377) is known color: Medium Violet Red. HEX triplet: B1, 13 and 77. RGB value is (177,19,119). Sum of RGB (Red+Green+Blue) = 177+19+119=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B11377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11377 is #4EEC88. Grayscale: #4D4D4D. Windows color (decimal): -5172361 or 7803825. OLE color: 7803825.
HSL color Cylindrical-coordinate representation of color #B11377: hue angle of 322.03º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11377 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 119 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.31 |
| HSL | 322.03º | 0.81% | 0.38% | - |
| HSV(B) | 322.03º | 0.89% | 0.69% | - |
| XYZ | 21.69 | 11.14 | 18.46 | - |
| YUV | 77.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 119 | 0 | 0.89 | 0.33 | 0.31 | 322.03 | 0.81 | 0.38 |
| Hex | B1 | 13 | 77 | 0 | 59 | 21 | 1F | 142 | 51 | 26 |
| Octal | 261 | 23 | 167 | 0 | 131 | 41 | 37 | 502 | 121 | 46 |
| Binary | 10110001 | 10011 | 1110111 | 0 | 1011001 | 100001 | 11111 | 101000010 | 1010001 | 100110 |
Color Harmonies of #B11377
Complementary color
Monochromatic Colors of #B11377
Black with #B11377
Text Example
Text Example
White with #B11377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11377; }
p { color: rgb(177,19,119); }
H1.HeaderClassName
{
color: #B11377;
}
.AnyTagClassName
{
color: #B11377;
}
</style>
background-color css
<style>
a { background-color: #B11377; }
a { background-color: rgb(177,19,119); }
div.DivClassName
{
background-color: #B11377;
}
.BgClassName
{
background-color: #B11377;
}
</style>
border-color css
<style>
span { border-color: #B11377; }
span { border-color: rgb(177,19,119); }
td.TdClassName
{
border-color: #B11377;
}
.TagClassName
{
border-color: #B11377;
}
</style>