Shades of Medium Violet Red #BA1071
Tints of Medium Violet Red #BA1071
RGB
CMYK
RGB Variations
Color information
#BA1071 (or 0xBA1071) is known color: Medium Violet Red. HEX triplet: BA, 10 and 71. RGB value is (186,16,113). Sum of RGB (Red+Green+Blue) = 186+16+113=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1071 is #45EF8E. Grayscale: #4D4D4D. Windows color (decimal): -4583311 or 7409850. OLE color: 7409850.
HSL color Cylindrical-coordinate representation of color #BA1071: hue angle of 325.76º degrees, saturation: 0.84, 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 #BA1071 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 113 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.27 |
| HSL | 325.76º | 0.84% | 0.4% | - |
| HSV(B) | 325.76º | 0.91% | 0.73% | - |
| XYZ | 23.42 | 12 | 16.71 | - |
| YUV | 77.89 | 147.82 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 113 | 0 | 0.91 | 0.39 | 0.27 | 325.76 | 0.84 | 0.4 |
| Hex | BA | 10 | 71 | 0 | 5B | 27 | 1B | 146 | 54 | 28 |
| Octal | 272 | 20 | 161 | 0 | 133 | 47 | 33 | 506 | 124 | 50 |
| Binary | 10111010 | 10000 | 1110001 | 0 | 1011011 | 100111 | 11011 | 101000110 | 1010100 | 101000 |
Color Harmonies of #BA1071
Complementary color
Monochromatic Colors of #BA1071
Black with #BA1071
Text Example
Text Example
White with #BA1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1071; }
p { color: rgb(186,16,113); }
H1.HeaderClassName
{
color: #BA1071;
}
.AnyTagClassName
{
color: #BA1071;
}
</style>
background-color css
<style>
a { background-color: #BA1071; }
a { background-color: rgb(186,16,113); }
div.DivClassName
{
background-color: #BA1071;
}
.BgClassName
{
background-color: #BA1071;
}
</style>
border-color css
<style>
span { border-color: #BA1071; }
span { border-color: rgb(186,16,113); }
td.TdClassName
{
border-color: #BA1071;
}
.TagClassName
{
border-color: #BA1071;
}
</style>