Shades of Medium Violet Red #B10E8C
Tints of Medium Violet Red #B10E8C
RGB
CMYK
RGB Variations
Color information
#B10E8C (or 0xB10E8C) is known color: Medium Violet Red. HEX triplet: B1, 0E and 8C. RGB value is (177,14,140). Sum of RGB (Red+Green+Blue) = 177+14+140=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10E8C is #4EF173. Grayscale: #4C4C4C. Windows color (decimal): -5173620 or 9178801. OLE color: 9178801.
HSL color Cylindrical-coordinate representation of color #B10E8C: hue angle of 313.62º 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 #B10E8C is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 140 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.31 |
| HSL | 313.62º | 0.85% | 0.37% | - |
| HSV(B) | 313.62º | 0.92% | 0.69% | - |
| XYZ | 23.02 | 11.55 | 25.83 | - |
| YUV | 77.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 140 | 0 | 0.92 | 0.21 | 0.31 | 313.62 | 0.85 | 0.37 |
| Hex | B1 | E | 8C | 0 | 5C | 15 | 1F | 13A | 55 | 25 |
| Octal | 261 | 16 | 214 | 0 | 134 | 25 | 37 | 472 | 125 | 45 |
| Binary | 10110001 | 1110 | 10001100 | 0 | 1011100 | 10101 | 11111 | 100111010 | 1010101 | 100101 |
Color Harmonies of #B10E8C
Complementary color
Monochromatic Colors of #B10E8C
Black with #B10E8C
Text Example
Text Example
White with #B10E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E8C; }
p { color: rgb(177,14,140); }
H1.HeaderClassName
{
color: #B10E8C;
}
.AnyTagClassName
{
color: #B10E8C;
}
</style>
background-color css
<style>
a { background-color: #B10E8C; }
a { background-color: rgb(177,14,140); }
div.DivClassName
{
background-color: #B10E8C;
}
.BgClassName
{
background-color: #B10E8C;
}
</style>
border-color css
<style>
span { border-color: #B10E8C; }
span { border-color: rgb(177,14,140); }
td.TdClassName
{
border-color: #B10E8C;
}
.TagClassName
{
border-color: #B10E8C;
}
</style>