Shades of Medium Violet Red #BA1070
Tints of Medium Violet Red #BA1070
RGB
CMYK
RGB Variations
Color information
#BA1070 (or 0xBA1070) is known color: Medium Violet Red. HEX triplet: BA, 10 and 70. RGB value is (186,16,112). Sum of RGB (Red+Green+Blue) = 186+16+112=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1070 is #45EF8F. Grayscale: #4D4D4D. Windows color (decimal): -4583312 or 7344314. OLE color: 7344314.
HSL color Cylindrical-coordinate representation of color #BA1070: hue angle of 326.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1070 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 112 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.27 |
| HSL | 326.12º | 0.84% | 0.4% | - |
| HSV(B) | 326.12º | 0.91% | 0.73% | - |
| XYZ | 23.36 | 11.98 | 16.41 | - |
| YUV | 77.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 112 | 0 | 0.91 | 0.40 | 0.27 | 326.12 | 0.84 | 0.4 |
| Hex | BA | 10 | 70 | 0 | 5B | 28 | 1B | 146 | 54 | 28 |
| Octal | 272 | 20 | 160 | 0 | 133 | 50 | 33 | 506 | 124 | 50 |
| Binary | 10111010 | 10000 | 1110000 | 0 | 1011011 | 101000 | 11011 | 101000110 | 1010100 | 101000 |
Color Harmonies of #BA1070
Complementary color
Monochromatic Colors of #BA1070
Black with #BA1070
Text Example
Text Example
White with #BA1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1070; }
p { color: rgb(186,16,112); }
H1.HeaderClassName
{
color: #BA1070;
}
.AnyTagClassName
{
color: #BA1070;
}
</style>
background-color css
<style>
a { background-color: #BA1070; }
a { background-color: rgb(186,16,112); }
div.DivClassName
{
background-color: #BA1070;
}
.BgClassName
{
background-color: #BA1070;
}
</style>
border-color css
<style>
span { border-color: #BA1070; }
span { border-color: rgb(186,16,112); }
td.TdClassName
{
border-color: #BA1070;
}
.TagClassName
{
border-color: #BA1070;
}
</style>