Shades of Medium Violet Red #BA1171
Tints of Medium Violet Red #BA1171
RGB
CMYK
RGB Variations
Color information
#BA1171 (or 0xBA1171) is known color: Medium Violet Red. HEX triplet: BA, 11 and 71. RGB value is (186,17,113). Sum of RGB (Red+Green+Blue) = 186+17+113=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1171 is #45EE8E. Grayscale: #4E4E4E. Windows color (decimal): -4583055 or 7410106. OLE color: 7410106.
HSL color Cylindrical-coordinate representation of color #BA1171: hue angle of 325.92º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1171 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 113 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.27 |
| HSL | 325.92º | 0.83% | 0.4% | - |
| HSV(B) | 325.92º | 0.91% | 0.73% | - |
| XYZ | 23.43 | 12.03 | 16.71 | - |
| YUV | 78.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 113 | 0 | 0.91 | 0.39 | 0.27 | 325.92 | 0.83 | 0.4 |
| Hex | BA | 11 | 71 | 0 | 5B | 27 | 1B | 146 | 53 | 28 |
| Octal | 272 | 21 | 161 | 0 | 133 | 47 | 33 | 506 | 123 | 50 |
| Binary | 10111010 | 10001 | 1110001 | 0 | 1011011 | 100111 | 11011 | 101000110 | 1010011 | 101000 |
Color Harmonies of #BA1171
Complementary color
Monochromatic Colors of #BA1171
Black with #BA1171
Text Example
Text Example
White with #BA1171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1171; }
p { color: rgb(186,17,113); }
H1.HeaderClassName
{
color: #BA1171;
}
.AnyTagClassName
{
color: #BA1171;
}
</style>
background-color css
<style>
a { background-color: #BA1171; }
a { background-color: rgb(186,17,113); }
div.DivClassName
{
background-color: #BA1171;
}
.BgClassName
{
background-color: #BA1171;
}
</style>
border-color css
<style>
span { border-color: #BA1171; }
span { border-color: rgb(186,17,113); }
td.TdClassName
{
border-color: #BA1171;
}
.TagClassName
{
border-color: #BA1171;
}
</style>