Shades of Medium Violet Red #BA1486
Tints of Medium Violet Red #BA1486
RGB
CMYK
RGB Variations
Color information
#BA1486 (or 0xBA1486) is known color: Medium Violet Red. HEX triplet: BA, 14 and 86. RGB value is (186,20,134). Sum of RGB (Red+Green+Blue) = 186+20+134=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1486 is #45EB79. Grayscale: #525252. Windows color (decimal): -4582266 or 8787130. OLE color: 8787130.
HSL color Cylindrical-coordinate representation of color #BA1486: hue angle of 318.8º 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 #BA1486 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 134 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.27 |
| HSL | 318.8º | 0.81% | 0.4% | - |
| HSV(B) | 318.8º | 0.89% | 0.73% | - |
| XYZ | 24.8 | 12.66 | 23.69 | - |
| YUV | 82.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 134 | 0 | 0.89 | 0.28 | 0.27 | 318.8 | 0.81 | 0.4 |
| Hex | BA | 14 | 86 | 0 | 59 | 1C | 1B | 13F | 51 | 28 |
| Octal | 272 | 24 | 206 | 0 | 131 | 34 | 33 | 477 | 121 | 50 |
| Binary | 10111010 | 10100 | 10000110 | 0 | 1011001 | 11100 | 11011 | 100111111 | 1010001 | 101000 |
Color Harmonies of #BA1486
Complementary color
Monochromatic Colors of #BA1486
Black with #BA1486
Text Example
Text Example
White with #BA1486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1486; }
p { color: rgb(186,20,134); }
H1.HeaderClassName
{
color: #BA1486;
}
.AnyTagClassName
{
color: #BA1486;
}
</style>
background-color css
<style>
a { background-color: #BA1486; }
a { background-color: rgb(186,20,134); }
div.DivClassName
{
background-color: #BA1486;
}
.BgClassName
{
background-color: #BA1486;
}
</style>
border-color css
<style>
span { border-color: #BA1486; }
span { border-color: rgb(186,20,134); }
td.TdClassName
{
border-color: #BA1486;
}
.TagClassName
{
border-color: #BA1486;
}
</style>