Shades of Medium Violet Red #BA1986
Tints of Medium Violet Red #BA1986
RGB
CMYK
RGB Variations
Color information
#BA1986 (or 0xBA1986) is known color: Medium Violet Red. HEX triplet: BA, 19 and 86. RGB value is (186,25,134). Sum of RGB (Red+Green+Blue) = 186+25+134=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1986 is #45E679. Grayscale: #555555. Windows color (decimal): -4580986 or 8788410. OLE color: 8788410.
HSL color Cylindrical-coordinate representation of color #BA1986: hue angle of 319.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1986 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 134 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.27 |
| HSL | 319.38º | 0.76% | 0.41% | - |
| HSV(B) | 319.38º | 0.87% | 0.73% | - |
| XYZ | 24.9 | 12.86 | 23.72 | - |
| YUV | 85.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 134 | 0 | 0.87 | 0.28 | 0.27 | 319.38 | 0.76 | 0.41 |
| Hex | BA | 19 | 86 | 0 | 57 | 1C | 1B | 13F | 4C | 29 |
| Octal | 272 | 31 | 206 | 0 | 127 | 34 | 33 | 477 | 114 | 51 |
| Binary | 10111010 | 11001 | 10000110 | 0 | 1010111 | 11100 | 11011 | 100111111 | 1001100 | 101001 |
Color Harmonies of #BA1986
Complementary color
Monochromatic Colors of #BA1986
Black with #BA1986
Text Example
Text Example
White with #BA1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1986; }
p { color: rgb(186,25,134); }
H1.HeaderClassName
{
color: #BA1986;
}
.AnyTagClassName
{
color: #BA1986;
}
</style>
background-color css
<style>
a { background-color: #BA1986; }
a { background-color: rgb(186,25,134); }
div.DivClassName
{
background-color: #BA1986;
}
.BgClassName
{
background-color: #BA1986;
}
</style>
border-color css
<style>
span { border-color: #BA1986; }
span { border-color: rgb(186,25,134); }
td.TdClassName
{
border-color: #BA1986;
}
.TagClassName
{
border-color: #BA1986;
}
</style>