Shades of Medium Red Violet #BA2870
Tints of Medium Red Violet #BA2870
RGB
CMYK
RGB Variations
Color information
#BA2870 (or 0xBA2870) is known color: Medium Red Violet. HEX triplet: BA, 28 and 70. RGB value is (186,40,112). Sum of RGB (Red+Green+Blue) = 186+40+112=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2870 is #45D78F. Grayscale: #5B5B5B. Windows color (decimal): -4577168 or 7350458. OLE color: 7350458.
HSL color Cylindrical-coordinate representation of color #BA2870: hue angle of 330.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2870 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 112 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.27 |
| HSL | 330.41º | 0.65% | 0.44% | - |
| HSV(B) | 330.41º | 0.78% | 0.73% | - |
| XYZ | 23.93 | 13.13 | 16.6 | - |
| YUV | 91.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 112 | 0 | 0.78 | 0.40 | 0.27 | 330.41 | 0.65 | 0.44 |
| Hex | BA | 28 | 70 | 0 | 4E | 28 | 1B | 14A | 41 | 2C |
| Octal | 272 | 50 | 160 | 0 | 116 | 50 | 33 | 512 | 101 | 54 |
| Binary | 10111010 | 101000 | 1110000 | 0 | 1001110 | 101000 | 11011 | 101001010 | 1000001 | 101100 |
Color Harmonies of #BA2870
Complementary color
Monochromatic Colors of #BA2870
Black with #BA2870
Text Example
Text Example
White with #BA2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2870; }
p { color: rgb(186,40,112); }
H1.HeaderClassName
{
color: #BA2870;
}
.AnyTagClassName
{
color: #BA2870;
}
</style>
background-color css
<style>
a { background-color: #BA2870; }
a { background-color: rgb(186,40,112); }
div.DivClassName
{
background-color: #BA2870;
}
.BgClassName
{
background-color: #BA2870;
}
</style>
border-color css
<style>
span { border-color: #BA2870; }
span { border-color: rgb(186,40,112); }
td.TdClassName
{
border-color: #BA2870;
}
.TagClassName
{
border-color: #BA2870;
}
</style>