Shades of Medium Violet Red #BA1271
Tints of Medium Violet Red #BA1271
RGB
CMYK
RGB Variations
Color information
#BA1271 (or 0xBA1271) is known color: Medium Violet Red. HEX triplet: BA, 12 and 71. RGB value is (186,18,113). Sum of RGB (Red+Green+Blue) = 186+18+113=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1271 is #45ED8E. Grayscale: #4E4E4E. Windows color (decimal): -4582799 or 7410362. OLE color: 7410362.
HSL color Cylindrical-coordinate representation of color #BA1271: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1271 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 113 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.27 |
| HSL | 326.07º | 0.82% | 0.4% | - |
| HSV(B) | 326.07º | 0.9% | 0.73% | - |
| XYZ | 23.45 | 12.06 | 16.72 | - |
| YUV | 79.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 113 | 0 | 0.90 | 0.39 | 0.27 | 326.07 | 0.82 | 0.4 |
| Hex | BA | 12 | 71 | 0 | 5A | 27 | 1B | 146 | 52 | 28 |
| Octal | 272 | 22 | 161 | 0 | 132 | 47 | 33 | 506 | 122 | 50 |
| Binary | 10111010 | 10010 | 1110001 | 0 | 1011010 | 100111 | 11011 | 101000110 | 1010010 | 101000 |
Color Harmonies of #BA1271
Complementary color
Monochromatic Colors of #BA1271
Black with #BA1271
Text Example
Text Example
White with #BA1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1271; }
p { color: rgb(186,18,113); }
H1.HeaderClassName
{
color: #BA1271;
}
.AnyTagClassName
{
color: #BA1271;
}
</style>
background-color css
<style>
a { background-color: #BA1271; }
a { background-color: rgb(186,18,113); }
div.DivClassName
{
background-color: #BA1271;
}
.BgClassName
{
background-color: #BA1271;
}
</style>
border-color css
<style>
span { border-color: #BA1271; }
span { border-color: rgb(186,18,113); }
td.TdClassName
{
border-color: #BA1271;
}
.TagClassName
{
border-color: #BA1271;
}
</style>