Shades of Medium Violet Red #B11786
Tints of Medium Violet Red #B11786
RGB
CMYK
RGB Variations
Color information
#B11786 (or 0xB11786) is known color: Medium Violet Red. HEX triplet: B1, 17 and 86. RGB value is (177,23,134). Sum of RGB (Red+Green+Blue) = 177+23+134=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B11786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11786 is #4EE879. Grayscale: #515151. Windows color (decimal): -5171322 or 8787889. OLE color: 8787889.
HSL color Cylindrical-coordinate representation of color #B11786: hue angle of 316.75º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11786 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 134 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.31 |
| HSL | 316.75º | 0.77% | 0.39% | - |
| HSV(B) | 316.75º | 0.87% | 0.69% | - |
| XYZ | 22.74 | 11.68 | 23.61 | - |
| YUV | 81.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 134 | 0 | 0.87 | 0.24 | 0.31 | 316.75 | 0.77 | 0.39 |
| Hex | B1 | 17 | 86 | 0 | 57 | 18 | 1F | 13D | 4D | 27 |
| Octal | 261 | 27 | 206 | 0 | 127 | 30 | 37 | 475 | 115 | 47 |
| Binary | 10110001 | 10111 | 10000110 | 0 | 1010111 | 11000 | 11111 | 100111101 | 1001101 | 100111 |
Color Harmonies of #B11786
Complementary color
Monochromatic Colors of #B11786
Black with #B11786
Text Example
Text Example
White with #B11786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11786; }
p { color: rgb(177,23,134); }
H1.HeaderClassName
{
color: #B11786;
}
.AnyTagClassName
{
color: #B11786;
}
</style>
background-color css
<style>
a { background-color: #B11786; }
a { background-color: rgb(177,23,134); }
div.DivClassName
{
background-color: #B11786;
}
.BgClassName
{
background-color: #B11786;
}
</style>
border-color css
<style>
span { border-color: #B11786; }
span { border-color: rgb(177,23,134); }
td.TdClassName
{
border-color: #B11786;
}
.TagClassName
{
border-color: #B11786;
}
</style>