Shades of Medium Violet Red #BA0186
Tints of Medium Violet Red #BA0186
RGB
CMYK
RGB Variations
Color information
#BA0186 (or 0xBA0186) is known color: Medium Violet Red. HEX triplet: BA, 01 and 86. RGB value is (186,1,134). Sum of RGB (Red+Green+Blue) = 186+1+134=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0186 is #45FE79. Grayscale: #474747. Windows color (decimal): -4587130 or 8782266. OLE color: 8782266.
HSL color Cylindrical-coordinate representation of color #BA0186: hue angle of 316.86º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0186 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.27 |
| HSL | 316.86º | 0.99% | 0.37% | - |
| HSV(B) | 316.86º | 0.99% | 0.73% | - |
| XYZ | 24.56 | 12.18 | 23.61 | - |
| YUV | 71.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 134 | 0 | 0.99 | 0.28 | 0.27 | 316.86 | 0.99 | 0.37 |
| Hex | BA | 1 | 86 | 0 | 63 | 1C | 1B | 13D | 63 | 25 |
| Octal | 272 | 1 | 206 | 0 | 143 | 34 | 33 | 475 | 143 | 45 |
| Binary | 10111010 | 1 | 10000110 | 0 | 1100011 | 11100 | 11011 | 100111101 | 1100011 | 100101 |
Color Harmonies of #BA0186
Complementary color
Monochromatic Colors of #BA0186
Black with #BA0186
Text Example
Text Example
White with #BA0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0186; }
p { color: rgb(186,1,134); }
H1.HeaderClassName
{
color: #BA0186;
}
.AnyTagClassName
{
color: #BA0186;
}
</style>
background-color css
<style>
a { background-color: #BA0186; }
a { background-color: rgb(186,1,134); }
div.DivClassName
{
background-color: #BA0186;
}
.BgClassName
{
background-color: #BA0186;
}
</style>
border-color css
<style>
span { border-color: #BA0186; }
span { border-color: rgb(186,1,134); }
td.TdClassName
{
border-color: #BA0186;
}
.TagClassName
{
border-color: #BA0186;
}
</style>