Shades of Medium Violet Red #BA1386
Tints of Medium Violet Red #BA1386
RGB
CMYK
RGB Variations
Color information
#BA1386 (or 0xBA1386) is known color: Medium Violet Red. HEX triplet: BA, 13 and 86. RGB value is (186,19,134). Sum of RGB (Red+Green+Blue) = 186+19+134=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1386 is #45EC79. Grayscale: #515151. Windows color (decimal): -4582522 or 8786874. OLE color: 8786874.
HSL color Cylindrical-coordinate representation of color #BA1386: hue angle of 318.68º 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 #BA1386 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 134 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.27 |
| HSL | 318.68º | 0.81% | 0.4% | - |
| HSV(B) | 318.68º | 0.9% | 0.73% | - |
| XYZ | 24.79 | 12.63 | 23.68 | - |
| YUV | 82.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 134 | 0 | 0.90 | 0.28 | 0.27 | 318.68 | 0.81 | 0.4 |
| Hex | BA | 13 | 86 | 0 | 5A | 1C | 1B | 13F | 51 | 28 |
| Octal | 272 | 23 | 206 | 0 | 132 | 34 | 33 | 477 | 121 | 50 |
| Binary | 10111010 | 10011 | 10000110 | 0 | 1011010 | 11100 | 11011 | 100111111 | 1010001 | 101000 |
Color Harmonies of #BA1386
Complementary color
Monochromatic Colors of #BA1386
Black with #BA1386
Text Example
Text Example
White with #BA1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1386; }
p { color: rgb(186,19,134); }
H1.HeaderClassName
{
color: #BA1386;
}
.AnyTagClassName
{
color: #BA1386;
}
</style>
background-color css
<style>
a { background-color: #BA1386; }
a { background-color: rgb(186,19,134); }
div.DivClassName
{
background-color: #BA1386;
}
.BgClassName
{
background-color: #BA1386;
}
</style>
border-color css
<style>
span { border-color: #BA1386; }
span { border-color: rgb(186,19,134); }
td.TdClassName
{
border-color: #BA1386;
}
.TagClassName
{
border-color: #BA1386;
}
</style>