Shades of Medium Violet Red #B10E86
Tints of Medium Violet Red #B10E86
RGB
CMYK
RGB Variations
Color information
#B10E86 (or 0xB10E86) is known color: Medium Violet Red. HEX triplet: B1, 0E and 86. RGB value is (177,14,134). Sum of RGB (Red+Green+Blue) = 177+14+134=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10E86 is #4EF179. Grayscale: #4C4C4C. Windows color (decimal): -5173626 or 8785585. OLE color: 8785585.
HSL color Cylindrical-coordinate representation of color #B10E86: hue angle of 315.83º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E86 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 134 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.31 |
| HSL | 315.83º | 0.85% | 0.37% | - |
| HSV(B) | 315.83º | 0.92% | 0.69% | - |
| XYZ | 22.59 | 11.38 | 23.56 | - |
| YUV | 76.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 134 | 0 | 0.92 | 0.24 | 0.31 | 315.83 | 0.85 | 0.37 |
| Hex | B1 | E | 86 | 0 | 5C | 18 | 1F | 13C | 55 | 25 |
| Octal | 261 | 16 | 206 | 0 | 134 | 30 | 37 | 474 | 125 | 45 |
| Binary | 10110001 | 1110 | 10000110 | 0 | 1011100 | 11000 | 11111 | 100111100 | 1010101 | 100101 |
Color Harmonies of #B10E86
Complementary color
Monochromatic Colors of #B10E86
Black with #B10E86
Text Example
Text Example
White with #B10E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E86; }
p { color: rgb(177,14,134); }
H1.HeaderClassName
{
color: #B10E86;
}
.AnyTagClassName
{
color: #B10E86;
}
</style>
background-color css
<style>
a { background-color: #B10E86; }
a { background-color: rgb(177,14,134); }
div.DivClassName
{
background-color: #B10E86;
}
.BgClassName
{
background-color: #B10E86;
}
</style>
border-color css
<style>
span { border-color: #B10E86; }
span { border-color: rgb(177,14,134); }
td.TdClassName
{
border-color: #B10E86;
}
.TagClassName
{
border-color: #B10E86;
}
</style>