Shades of Medium Violet Red #BA1480
Tints of Medium Violet Red #BA1480
RGB
CMYK
RGB Variations
Color information
#BA1480 (or 0xBA1480) is known color: Medium Violet Red. HEX triplet: BA, 14 and 80. RGB value is (186,20,128). Sum of RGB (Red+Green+Blue) = 186+20+128=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1480 is #45EB7F. Grayscale: #515151. Windows color (decimal): -4582272 or 8393914. OLE color: 8393914.
HSL color Cylindrical-coordinate representation of color #BA1480: hue angle of 320.96º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1480 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 128 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.27 |
| HSL | 320.96º | 0.81% | 0.4% | - |
| HSV(B) | 320.96º | 0.89% | 0.73% | - |
| XYZ | 24.4 | 12.5 | 21.55 | - |
| YUV | 81.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 128 | 0 | 0.89 | 0.31 | 0.27 | 320.96 | 0.81 | 0.4 |
| Hex | BA | 14 | 80 | 0 | 59 | 1F | 1B | 141 | 51 | 28 |
| Octal | 272 | 24 | 200 | 0 | 131 | 37 | 33 | 501 | 121 | 50 |
| Binary | 10111010 | 10100 | 10000000 | 0 | 1011001 | 11111 | 11011 | 101000001 | 1010001 | 101000 |
Color Harmonies of #BA1480
Complementary color
Monochromatic Colors of #BA1480
Black with #BA1480
Text Example
Text Example
White with #BA1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1480; }
p { color: rgb(186,20,128); }
H1.HeaderClassName
{
color: #BA1480;
}
.AnyTagClassName
{
color: #BA1480;
}
</style>
background-color css
<style>
a { background-color: #BA1480; }
a { background-color: rgb(186,20,128); }
div.DivClassName
{
background-color: #BA1480;
}
.BgClassName
{
background-color: #BA1480;
}
</style>
border-color css
<style>
span { border-color: #BA1480; }
span { border-color: rgb(186,20,128); }
td.TdClassName
{
border-color: #BA1480;
}
.TagClassName
{
border-color: #BA1480;
}
</style>