Shades of Medium Violet Red #B10B7E
Tints of Medium Violet Red #B10B7E
RGB
CMYK
RGB Variations
Color information
#B10B7E (or 0xB10B7E) is known color: Medium Violet Red. HEX triplet: B1, 0B and 7E. RGB value is (177,11,126). Sum of RGB (Red+Green+Blue) = 177+11+126=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B7E is #4EF481. Grayscale: #494949. Windows color (decimal): -5174402 or 8260529. OLE color: 8260529.
HSL color Cylindrical-coordinate representation of color #B10B7E: hue angle of 318.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B7E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 126 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.31 |
| HSL | 318.43º | 0.88% | 0.37% | - |
| HSV(B) | 318.43º | 0.94% | 0.69% | - |
| XYZ | 22.02 | 11.09 | 20.72 | - |
| YUV | 73.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 126 | 0 | 0.94 | 0.29 | 0.31 | 318.43 | 0.88 | 0.37 |
| Hex | B1 | B | 7E | 0 | 5E | 1D | 1F | 13E | 58 | 25 |
| Octal | 261 | 13 | 176 | 0 | 136 | 35 | 37 | 476 | 130 | 45 |
| Binary | 10110001 | 1011 | 1111110 | 0 | 1011110 | 11101 | 11111 | 100111110 | 1011000 | 100101 |
Color Harmonies of #B10B7E
Complementary color
Monochromatic Colors of #B10B7E
Black with #B10B7E
Text Example
Text Example
White with #B10B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B7E; }
p { color: rgb(177,11,126); }
H1.HeaderClassName
{
color: #B10B7E;
}
.AnyTagClassName
{
color: #B10B7E;
}
</style>
background-color css
<style>
a { background-color: #B10B7E; }
a { background-color: rgb(177,11,126); }
div.DivClassName
{
background-color: #B10B7E;
}
.BgClassName
{
background-color: #B10B7E;
}
</style>
border-color css
<style>
span { border-color: #B10B7E; }
span { border-color: rgb(177,11,126); }
td.TdClassName
{
border-color: #B10B7E;
}
.TagClassName
{
border-color: #B10B7E;
}
</style>