Shades of Medium Violet Red #BA1686
Tints of Medium Violet Red #BA1686
RGB
CMYK
RGB Variations
Color information
#BA1686 (or 0xBA1686) is known color: Medium Violet Red. HEX triplet: BA, 16 and 86. RGB value is (186,22,134). Sum of RGB (Red+Green+Blue) = 186+22+134=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1686 is #45E979. Grayscale: #535353. Windows color (decimal): -4581754 or 8787642. OLE color: 8787642.
HSL color Cylindrical-coordinate representation of color #BA1686: hue angle of 319.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1686 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 134 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.27 |
| HSL | 319.02º | 0.79% | 0.41% | - |
| HSV(B) | 319.02º | 0.88% | 0.73% | - |
| XYZ | 24.84 | 12.73 | 23.7 | - |
| YUV | 83.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 134 | 0 | 0.88 | 0.28 | 0.27 | 319.02 | 0.79 | 0.41 |
| Hex | BA | 16 | 86 | 0 | 58 | 1C | 1B | 13F | 4F | 29 |
| Octal | 272 | 26 | 206 | 0 | 130 | 34 | 33 | 477 | 117 | 51 |
| Binary | 10111010 | 10110 | 10000110 | 0 | 1011000 | 11100 | 11011 | 100111111 | 1001111 | 101001 |
Color Harmonies of #BA1686
Complementary color
Monochromatic Colors of #BA1686
Black with #BA1686
Text Example
Text Example
White with #BA1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1686; }
p { color: rgb(186,22,134); }
H1.HeaderClassName
{
color: #BA1686;
}
.AnyTagClassName
{
color: #BA1686;
}
</style>
background-color css
<style>
a { background-color: #BA1686; }
a { background-color: rgb(186,22,134); }
div.DivClassName
{
background-color: #BA1686;
}
.BgClassName
{
background-color: #BA1686;
}
</style>
border-color css
<style>
span { border-color: #BA1686; }
span { border-color: rgb(186,22,134); }
td.TdClassName
{
border-color: #BA1686;
}
.TagClassName
{
border-color: #BA1686;
}
</style>