Shades of Medium Violet Red #BA1580
Tints of Medium Violet Red #BA1580
RGB
CMYK
RGB Variations
Color information
#BA1580 (or 0xBA1580) is known color: Medium Violet Red. HEX triplet: BA, 15 and 80. RGB value is (186,21,128). Sum of RGB (Red+Green+Blue) = 186+21+128=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1580 is #45EA7F. Grayscale: #525252. Windows color (decimal): -4582016 or 8394170. OLE color: 8394170.
HSL color Cylindrical-coordinate representation of color #BA1580: hue angle of 321.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1580 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 128 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.27 |
| HSL | 321.09º | 0.8% | 0.41% | - |
| HSV(B) | 321.09º | 0.89% | 0.73% | - |
| XYZ | 24.41 | 12.53 | 21.55 | - |
| YUV | 82.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 128 | 0 | 0.89 | 0.31 | 0.27 | 321.09 | 0.8 | 0.41 |
| Hex | BA | 15 | 80 | 0 | 59 | 1F | 1B | 141 | 50 | 29 |
| Octal | 272 | 25 | 200 | 0 | 131 | 37 | 33 | 501 | 120 | 51 |
| Binary | 10111010 | 10101 | 10000000 | 0 | 1011001 | 11111 | 11011 | 101000001 | 1010000 | 101001 |
Color Harmonies of #BA1580
Complementary color
Monochromatic Colors of #BA1580
Black with #BA1580
Text Example
Text Example
White with #BA1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1580; }
p { color: rgb(186,21,128); }
H1.HeaderClassName
{
color: #BA1580;
}
.AnyTagClassName
{
color: #BA1580;
}
</style>
background-color css
<style>
a { background-color: #BA1580; }
a { background-color: rgb(186,21,128); }
div.DivClassName
{
background-color: #BA1580;
}
.BgClassName
{
background-color: #BA1580;
}
</style>
border-color css
<style>
span { border-color: #BA1580; }
span { border-color: rgb(186,21,128); }
td.TdClassName
{
border-color: #BA1580;
}
.TagClassName
{
border-color: #BA1580;
}
</style>