Shades of Medium Red Violet #B11E76
Tints of Medium Red Violet #B11E76
RGB
CMYK
RGB Variations
Color information
#B11E76 (or 0xB11E76) is known color: Medium Red Violet. HEX triplet: B1, 1E and 76. RGB value is (177,30,118). Sum of RGB (Red+Green+Blue) = 177+30+118=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E76 is #4EE189. Grayscale: #535353. Windows color (decimal): -5169546 or 7741105. OLE color: 7741105.
HSL color Cylindrical-coordinate representation of color #B11E76: hue angle of 324.08º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E76 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 30 | 118 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.31 |
| HSL | 324.08º | 0.71% | 0.41% | - |
| HSV(B) | 324.08º | 0.83% | 0.69% | - |
| XYZ | 21.87 | 11.58 | 18.22 | - |
| YUV | 83.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 118 | 0 | 0.83 | 0.33 | 0.31 | 324.08 | 0.71 | 0.41 |
| Hex | B1 | 1E | 76 | 0 | 53 | 21 | 1F | 144 | 47 | 29 |
| Octal | 261 | 36 | 166 | 0 | 123 | 41 | 37 | 504 | 107 | 51 |
| Binary | 10110001 | 11110 | 1110110 | 0 | 1010011 | 100001 | 11111 | 101000100 | 1000111 | 101001 |
Color Harmonies of #B11E76
Complementary color
Monochromatic Colors of #B11E76
Black with #B11E76
Text Example
Text Example
White with #B11E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11E76; }
p { color: rgb(177,30,118); }
H1.HeaderClassName
{
color: #B11E76;
}
.AnyTagClassName
{
color: #B11E76;
}
</style>
background-color css
<style>
a { background-color: #B11E76; }
a { background-color: rgb(177,30,118); }
div.DivClassName
{
background-color: #B11E76;
}
.BgClassName
{
background-color: #B11E76;
}
</style>
border-color css
<style>
span { border-color: #B11E76; }
span { border-color: rgb(177,30,118); }
td.TdClassName
{
border-color: #B11E76;
}
.TagClassName
{
border-color: #B11E76;
}
</style>