Shades of Medium Red Violet #BA2771
Tints of Medium Red Violet #BA2771
RGB
CMYK
RGB Variations
Color information
#BA2771 (or 0xBA2771) is known color: Medium Red Violet. HEX triplet: BA, 27 and 71. RGB value is (186,39,113). Sum of RGB (Red+Green+Blue) = 186+39+113=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2771 is #45D88E. Grayscale: #5B5B5B. Windows color (decimal): -4577423 or 7415738. OLE color: 7415738.
HSL color Cylindrical-coordinate representation of color #BA2771: hue angle of 329.8º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2771 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 113 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.27 |
| HSL | 329.8º | 0.65% | 0.44% | - |
| HSV(B) | 329.8º | 0.79% | 0.73% | - |
| XYZ | 23.96 | 13.08 | 16.89 | - |
| YUV | 91.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 113 | 0 | 0.79 | 0.39 | 0.27 | 329.8 | 0.65 | 0.44 |
| Hex | BA | 27 | 71 | 0 | 4F | 27 | 1B | 14A | 41 | 2C |
| Octal | 272 | 47 | 161 | 0 | 117 | 47 | 33 | 512 | 101 | 54 |
| Binary | 10111010 | 100111 | 1110001 | 0 | 1001111 | 100111 | 11011 | 101001010 | 1000001 | 101100 |
Color Harmonies of #BA2771
Complementary color
Monochromatic Colors of #BA2771
Black with #BA2771
Text Example
Text Example
White with #BA2771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2771; }
p { color: rgb(186,39,113); }
H1.HeaderClassName
{
color: #BA2771;
}
.AnyTagClassName
{
color: #BA2771;
}
</style>
background-color css
<style>
a { background-color: #BA2771; }
a { background-color: rgb(186,39,113); }
div.DivClassName
{
background-color: #BA2771;
}
.BgClassName
{
background-color: #BA2771;
}
</style>
border-color css
<style>
span { border-color: #BA2771; }
span { border-color: rgb(186,39,113); }
td.TdClassName
{
border-color: #BA2771;
}
.TagClassName
{
border-color: #BA2771;
}
</style>