Shades of Medium Violet Red #BA1780
Tints of Medium Violet Red #BA1780
RGB
CMYK
RGB Variations
Color information
#BA1780 (or 0xBA1780) is known color: Medium Violet Red. HEX triplet: BA, 17 and 80. RGB value is (186,23,128). Sum of RGB (Red+Green+Blue) = 186+23+128=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1780 is #45E87F. Grayscale: #535353. Windows color (decimal): -4581504 or 8394682. OLE color: 8394682.
HSL color Cylindrical-coordinate representation of color #BA1780: hue angle of 321.35º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1780 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 128 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.27 |
| HSL | 321.35º | 0.78% | 0.41% | - |
| HSV(B) | 321.35º | 0.88% | 0.73% | - |
| XYZ | 24.45 | 12.61 | 21.57 | - |
| YUV | 83.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 128 | 0 | 0.88 | 0.31 | 0.27 | 321.35 | 0.78 | 0.41 |
| Hex | BA | 17 | 80 | 0 | 58 | 1F | 1B | 141 | 4E | 29 |
| Octal | 272 | 27 | 200 | 0 | 130 | 37 | 33 | 501 | 116 | 51 |
| Binary | 10111010 | 10111 | 10000000 | 0 | 1011000 | 11111 | 11011 | 101000001 | 1001110 | 101001 |
Color Harmonies of #BA1780
Complementary color
Monochromatic Colors of #BA1780
Black with #BA1780
Text Example
Text Example
White with #BA1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1780; }
p { color: rgb(186,23,128); }
H1.HeaderClassName
{
color: #BA1780;
}
.AnyTagClassName
{
color: #BA1780;
}
</style>
background-color css
<style>
a { background-color: #BA1780; }
a { background-color: rgb(186,23,128); }
div.DivClassName
{
background-color: #BA1780;
}
.BgClassName
{
background-color: #BA1780;
}
</style>
border-color css
<style>
span { border-color: #BA1780; }
span { border-color: rgb(186,23,128); }
td.TdClassName
{
border-color: #BA1780;
}
.TagClassName
{
border-color: #BA1780;
}
</style>