Shades of Medium Violet Red #BA1487
Tints of Medium Violet Red #BA1487
RGB
CMYK
RGB Variations
Color information
#BA1487 (or 0xBA1487) is known color: Medium Violet Red. HEX triplet: BA, 14 and 87. RGB value is (186,20,135). Sum of RGB (Red+Green+Blue) = 186+20+135=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1487 is #45EB78. Grayscale: #525252. Windows color (decimal): -4582265 or 8852666. OLE color: 8852666.
HSL color Cylindrical-coordinate representation of color #BA1487: hue angle of 318.43º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1487 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 135 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.27 |
| HSL | 318.43º | 0.81% | 0.4% | - |
| HSV(B) | 318.43º | 0.89% | 0.73% | - |
| XYZ | 24.87 | 12.69 | 24.06 | - |
| YUV | 82.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 135 | 0 | 0.89 | 0.27 | 0.27 | 318.43 | 0.81 | 0.4 |
| Hex | BA | 14 | 87 | 0 | 59 | 1B | 1B | 13E | 51 | 28 |
| Octal | 272 | 24 | 207 | 0 | 131 | 33 | 33 | 476 | 121 | 50 |
| Binary | 10111010 | 10100 | 10000111 | 0 | 1011001 | 11011 | 11011 | 100111110 | 1010001 | 101000 |
Color Harmonies of #BA1487
Complementary color
Monochromatic Colors of #BA1487
Black with #BA1487
Text Example
Text Example
White with #BA1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1487; }
p { color: rgb(186,20,135); }
H1.HeaderClassName
{
color: #BA1487;
}
.AnyTagClassName
{
color: #BA1487;
}
</style>
background-color css
<style>
a { background-color: #BA1487; }
a { background-color: rgb(186,20,135); }
div.DivClassName
{
background-color: #BA1487;
}
.BgClassName
{
background-color: #BA1487;
}
</style>
border-color css
<style>
span { border-color: #BA1487; }
span { border-color: rgb(186,20,135); }
td.TdClassName
{
border-color: #BA1487;
}
.TagClassName
{
border-color: #BA1487;
}
</style>