Shades of Medium Violet Red #B10BA0
Tints of Medium Violet Red #B10BA0
RGB
CMYK
RGB Variations
Color information
#B10BA0 (or 0xB10BA0) is known color: Medium Violet Red. HEX triplet: B1, 0B and A0. RGB value is (177,11,160). Sum of RGB (Red+Green+Blue) = 177+11+160=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B10BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BA0 is #4EF45F. Grayscale: #4D4D4D. Windows color (decimal): -5174368 or 10488753. OLE color: 10488753.
HSL color Cylindrical-coordinate representation of color #B10BA0: hue angle of 306.14º 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 #B10BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.31 |
| HSL | 306.14º | 0.88% | 0.37% | - |
| HSV(B) | 306.14º | 0.94% | 0.69% | - |
| XYZ | 24.6 | 12.12 | 34.3 | - |
| YUV | 77.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 160 | 0 | 0.94 | 0.10 | 0.31 | 306.14 | 0.88 | 0.37 |
| Hex | B1 | B | A0 | 0 | 5E | A | 1F | 132 | 58 | 25 |
| Octal | 261 | 13 | 240 | 0 | 136 | 12 | 37 | 462 | 130 | 45 |
| Binary | 10110001 | 1011 | 10100000 | 0 | 1011110 | 1010 | 11111 | 100110010 | 1011000 | 100101 |
Color Harmonies of #B10BA0
Complementary color
Monochromatic Colors of #B10BA0
Black with #B10BA0
Text Example
Text Example
White with #B10BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BA0; }
p { color: rgb(177,11,160); }
H1.HeaderClassName
{
color: #B10BA0;
}
.AnyTagClassName
{
color: #B10BA0;
}
</style>
background-color css
<style>
a { background-color: #B10BA0; }
a { background-color: rgb(177,11,160); }
div.DivClassName
{
background-color: #B10BA0;
}
.BgClassName
{
background-color: #B10BA0;
}
</style>
border-color css
<style>
span { border-color: #B10BA0; }
span { border-color: rgb(177,11,160); }
td.TdClassName
{
border-color: #B10BA0;
}
.TagClassName
{
border-color: #B10BA0;
}
</style>