Shades of Medium Red Violet #BA2571
Tints of Medium Red Violet #BA2571
RGB
CMYK
RGB Variations
Color information
#BA2571 (or 0xBA2571) is known color: Medium Red Violet. HEX triplet: BA, 25 and 71. RGB value is (186,37,113). Sum of RGB (Red+Green+Blue) = 186+37+113=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2571 is #45DA8E. Grayscale: #5A5A5A. Windows color (decimal): -4577935 or 7415226. OLE color: 7415226.
HSL color Cylindrical-coordinate representation of color #BA2571: hue angle of 329.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2571 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 113 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.27 |
| HSL | 329.4º | 0.67% | 0.44% | - |
| HSV(B) | 329.4º | 0.8% | 0.73% | - |
| XYZ | 23.89 | 12.95 | 16.86 | - |
| YUV | 90.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 113 | 0 | 0.80 | 0.39 | 0.27 | 329.4 | 0.67 | 0.44 |
| Hex | BA | 25 | 71 | 0 | 50 | 27 | 1B | 149 | 43 | 2C |
| Octal | 272 | 45 | 161 | 0 | 120 | 47 | 33 | 511 | 103 | 54 |
| Binary | 10111010 | 100101 | 1110001 | 0 | 1010000 | 100111 | 11011 | 101001001 | 1000011 | 101100 |
Color Harmonies of #BA2571
Complementary color
Monochromatic Colors of #BA2571
Black with #BA2571
Text Example
Text Example
White with #BA2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2571; }
p { color: rgb(186,37,113); }
H1.HeaderClassName
{
color: #BA2571;
}
.AnyTagClassName
{
color: #BA2571;
}
</style>
background-color css
<style>
a { background-color: #BA2571; }
a { background-color: rgb(186,37,113); }
div.DivClassName
{
background-color: #BA2571;
}
.BgClassName
{
background-color: #BA2571;
}
</style>
border-color css
<style>
span { border-color: #BA2571; }
span { border-color: rgb(186,37,113); }
td.TdClassName
{
border-color: #BA2571;
}
.TagClassName
{
border-color: #BA2571;
}
</style>