Shades of Medium Violet Red #BA1380
Tints of Medium Violet Red #BA1380
RGB
CMYK
RGB Variations
Color information
#BA1380 (or 0xBA1380) is known color: Medium Violet Red. HEX triplet: BA, 13 and 80. RGB value is (186,19,128). Sum of RGB (Red+Green+Blue) = 186+19+128=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1380 is #45EC7F. Grayscale: #515151. Windows color (decimal): -4582528 or 8393658. OLE color: 8393658.
HSL color Cylindrical-coordinate representation of color #BA1380: hue angle of 320.84º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1380 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 128 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.27 |
| HSL | 320.84º | 0.81% | 0.4% | - |
| HSV(B) | 320.84º | 0.9% | 0.73% | - |
| XYZ | 24.38 | 12.46 | 21.54 | - |
| YUV | 81.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 128 | 0 | 0.90 | 0.31 | 0.27 | 320.84 | 0.81 | 0.4 |
| Hex | BA | 13 | 80 | 0 | 5A | 1F | 1B | 141 | 51 | 28 |
| Octal | 272 | 23 | 200 | 0 | 132 | 37 | 33 | 501 | 121 | 50 |
| Binary | 10111010 | 10011 | 10000000 | 0 | 1011010 | 11111 | 11011 | 101000001 | 1010001 | 101000 |
Color Harmonies of #BA1380
Complementary color
Monochromatic Colors of #BA1380
Black with #BA1380
Text Example
Text Example
White with #BA1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1380; }
p { color: rgb(186,19,128); }
H1.HeaderClassName
{
color: #BA1380;
}
.AnyTagClassName
{
color: #BA1380;
}
</style>
background-color css
<style>
a { background-color: #BA1380; }
a { background-color: rgb(186,19,128); }
div.DivClassName
{
background-color: #BA1380;
}
.BgClassName
{
background-color: #BA1380;
}
</style>
border-color css
<style>
span { border-color: #BA1380; }
span { border-color: rgb(186,19,128); }
td.TdClassName
{
border-color: #BA1380;
}
.TagClassName
{
border-color: #BA1380;
}
</style>