Shades of Medium Violet Red #BA0580
Tints of Medium Violet Red #BA0580
RGB
CMYK
RGB Variations
Color information
#BA0580 (or 0xBA0580) is known color: Medium Violet Red. HEX triplet: BA, 05 and 80. RGB value is (186,5,128). Sum of RGB (Red+Green+Blue) = 186+5+128=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0580 is #45FA7F. Grayscale: #484848. Windows color (decimal): -4586112 or 8390074. OLE color: 8390074.
HSL color Cylindrical-coordinate representation of color #BA0580: hue angle of 319.23º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0580 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.27 |
| HSL | 319.23º | 0.95% | 0.37% | - |
| HSV(B) | 319.23º | 0.97% | 0.73% | - |
| XYZ | 24.2 | 12.11 | 21.48 | - |
| YUV | 73.14 | 158.97 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 128 | 0 | 0.97 | 0.31 | 0.27 | 319.23 | 0.95 | 0.37 |
| Hex | BA | 5 | 80 | 0 | 61 | 1F | 1B | 13F | 5F | 25 |
| Octal | 272 | 5 | 200 | 0 | 141 | 37 | 33 | 477 | 137 | 45 |
| Binary | 10111010 | 101 | 10000000 | 0 | 1100001 | 11111 | 11011 | 100111111 | 1011111 | 100101 |
Color Harmonies of #BA0580
Complementary color
Monochromatic Colors of #BA0580
Black with #BA0580
Text Example
Text Example
White with #BA0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0580; }
p { color: rgb(186,5,128); }
H1.HeaderClassName
{
color: #BA0580;
}
.AnyTagClassName
{
color: #BA0580;
}
</style>
background-color css
<style>
a { background-color: #BA0580; }
a { background-color: rgb(186,5,128); }
div.DivClassName
{
background-color: #BA0580;
}
.BgClassName
{
background-color: #BA0580;
}
</style>
border-color css
<style>
span { border-color: #BA0580; }
span { border-color: rgb(186,5,128); }
td.TdClassName
{
border-color: #BA0580;
}
.TagClassName
{
border-color: #BA0580;
}
</style>