Shades of Medium Violet Red #BA0C70
Tints of Medium Violet Red #BA0C70
RGB
CMYK
RGB Variations
Color information
#BA0C70 (or 0xBA0C70) is known color: Medium Violet Red. HEX triplet: BA, 0C and 70. RGB value is (186,12,112). Sum of RGB (Red+Green+Blue) = 186+12+112=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C70 is #45F38F. Grayscale: #4B4B4B. Windows color (decimal): -4584336 or 7343290. OLE color: 7343290.
HSL color Cylindrical-coordinate representation of color #BA0C70: hue angle of 325.52º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C70 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 112 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.27 |
| HSL | 325.52º | 0.88% | 0.39% | - |
| HSV(B) | 325.52º | 0.94% | 0.73% | - |
| XYZ | 23.31 | 11.87 | 16.39 | - |
| YUV | 75.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 112 | 0 | 0.94 | 0.40 | 0.27 | 325.52 | 0.88 | 0.39 |
| Hex | BA | C | 70 | 0 | 5E | 28 | 1B | 146 | 58 | 27 |
| Octal | 272 | 14 | 160 | 0 | 136 | 50 | 33 | 506 | 130 | 47 |
| Binary | 10111010 | 1100 | 1110000 | 0 | 1011110 | 101000 | 11011 | 101000110 | 1011000 | 100111 |
Color Harmonies of #BA0C70
Complementary color
Monochromatic Colors of #BA0C70
Black with #BA0C70
Text Example
Text Example
White with #BA0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C70; }
p { color: rgb(186,12,112); }
H1.HeaderClassName
{
color: #BA0C70;
}
.AnyTagClassName
{
color: #BA0C70;
}
</style>
background-color css
<style>
a { background-color: #BA0C70; }
a { background-color: rgb(186,12,112); }
div.DivClassName
{
background-color: #BA0C70;
}
.BgClassName
{
background-color: #BA0C70;
}
</style>
border-color css
<style>
span { border-color: #BA0C70; }
span { border-color: rgb(186,12,112); }
td.TdClassName
{
border-color: #BA0C70;
}
.TagClassName
{
border-color: #BA0C70;
}
</style>