Shades of Medium Violet Red #B10E7A
Tints of Medium Violet Red #B10E7A
RGB
CMYK
RGB Variations
Color information
#B10E7A (or 0xB10E7A) is known color: Medium Violet Red. HEX triplet: B1, 0E and 7A. RGB value is (177,14,122). Sum of RGB (Red+Green+Blue) = 177+14+122=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E7A is #4EF185. Grayscale: #4A4A4A. Windows color (decimal): -5173638 or 7999153. OLE color: 7999153.
HSL color Cylindrical-coordinate representation of color #B10E7A: hue angle of 320.25º 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 #B10E7A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 122 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.31 |
| HSL | 320.25º | 0.85% | 0.37% | - |
| HSV(B) | 320.25º | 0.92% | 0.69% | - |
| XYZ | 21.8 | 11.07 | 19.4 | - |
| YUV | 75.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 122 | 0 | 0.92 | 0.31 | 0.31 | 320.25 | 0.85 | 0.37 |
| Hex | B1 | E | 7A | 0 | 5C | 1F | 1F | 140 | 55 | 25 |
| Octal | 261 | 16 | 172 | 0 | 134 | 37 | 37 | 500 | 125 | 45 |
| Binary | 10110001 | 1110 | 1111010 | 0 | 1011100 | 11111 | 11111 | 101000000 | 1010101 | 100101 |
Color Harmonies of #B10E7A
Complementary color
Monochromatic Colors of #B10E7A
Black with #B10E7A
Text Example
Text Example
White with #B10E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E7A; }
p { color: rgb(177,14,122); }
H1.HeaderClassName
{
color: #B10E7A;
}
.AnyTagClassName
{
color: #B10E7A;
}
</style>
background-color css
<style>
a { background-color: #B10E7A; }
a { background-color: rgb(177,14,122); }
div.DivClassName
{
background-color: #B10E7A;
}
.BgClassName
{
background-color: #B10E7A;
}
</style>
border-color css
<style>
span { border-color: #B10E7A; }
span { border-color: rgb(177,14,122); }
td.TdClassName
{
border-color: #B10E7A;
}
.TagClassName
{
border-color: #B10E7A;
}
</style>