Shades of Medium Violet Red #BA1584
Tints of Medium Violet Red #BA1584
RGB
CMYK
RGB Variations
Color information
#BA1584 (or 0xBA1584) is known color: Medium Violet Red. HEX triplet: BA, 15 and 84. RGB value is (186,21,132). Sum of RGB (Red+Green+Blue) = 186+21+132=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1584 is #45EA7B. Grayscale: #525252. Windows color (decimal): -4582012 or 8656314. OLE color: 8656314.
HSL color Cylindrical-coordinate representation of color #BA1584: hue angle of 319.64º 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 #BA1584 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 132 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.27 |
| HSL | 319.64º | 0.8% | 0.41% | - |
| HSV(B) | 319.64º | 0.89% | 0.73% | - |
| XYZ | 24.68 | 12.64 | 22.97 | - |
| YUV | 82.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 132 | 0 | 0.89 | 0.29 | 0.27 | 319.64 | 0.8 | 0.41 |
| Hex | BA | 15 | 84 | 0 | 59 | 1D | 1B | 140 | 50 | 29 |
| Octal | 272 | 25 | 204 | 0 | 131 | 35 | 33 | 500 | 120 | 51 |
| Binary | 10111010 | 10101 | 10000100 | 0 | 1011001 | 11101 | 11011 | 101000000 | 1010000 | 101001 |
Color Harmonies of #BA1584
Complementary color
Monochromatic Colors of #BA1584
Black with #BA1584
Text Example
Text Example
White with #BA1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1584; }
p { color: rgb(186,21,132); }
H1.HeaderClassName
{
color: #BA1584;
}
.AnyTagClassName
{
color: #BA1584;
}
</style>
background-color css
<style>
a { background-color: #BA1584; }
a { background-color: rgb(186,21,132); }
div.DivClassName
{
background-color: #BA1584;
}
.BgClassName
{
background-color: #BA1584;
}
</style>
border-color css
<style>
span { border-color: #BA1584; }
span { border-color: rgb(186,21,132); }
td.TdClassName
{
border-color: #BA1584;
}
.TagClassName
{
border-color: #BA1584;
}
</style>