Shades of Medium Violet Red #B00BA0
Tints of Medium Violet Red #B00BA0
RGB
CMYK
RGB Variations
Color information
#B00BA0 (or 0xB00BA0) is known color: Medium Violet Red. HEX triplet: B0, 0B and A0. RGB value is (176,11,160). Sum of RGB (Red+Green+Blue) = 176+11+160=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B00BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00BA0 is #4FF45F. Grayscale: #4C4C4C. Windows color (decimal): -5239904 or 10488752. OLE color: 10488752.
HSL color Cylindrical-coordinate representation of color #B00BA0: hue angle of 305.82º 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 #B00BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.31 |
| HSL | 305.82º | 0.88% | 0.37% | - |
| HSV(B) | 305.82º | 0.94% | 0.69% | - |
| XYZ | 24.37 | 12.01 | 34.29 | - |
| YUV | 77.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 160 | 0 | 0.94 | 0.09 | 0.31 | 305.82 | 0.88 | 0.37 |
| Hex | B0 | B | A0 | 0 | 5E | 9 | 1F | 132 | 58 | 25 |
| Octal | 260 | 13 | 240 | 0 | 136 | 11 | 37 | 462 | 130 | 45 |
| Binary | 10110000 | 1011 | 10100000 | 0 | 1011110 | 1001 | 11111 | 100110010 | 1011000 | 100101 |
Color Harmonies of #B00BA0
Complementary color
Monochromatic Colors of #B00BA0
Black with #B00BA0
Text Example
Text Example
White with #B00BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00BA0; }
p { color: rgb(176,11,160); }
H1.HeaderClassName
{
color: #B00BA0;
}
.AnyTagClassName
{
color: #B00BA0;
}
</style>
background-color css
<style>
a { background-color: #B00BA0; }
a { background-color: rgb(176,11,160); }
div.DivClassName
{
background-color: #B00BA0;
}
.BgClassName
{
background-color: #B00BA0;
}
</style>
border-color css
<style>
span { border-color: #B00BA0; }
span { border-color: rgb(176,11,160); }
td.TdClassName
{
border-color: #B00BA0;
}
.TagClassName
{
border-color: #B00BA0;
}
</style>