Shades of Medium Red Violet #BA2B71
Tints of Medium Red Violet #BA2B71
RGB
CMYK
RGB Variations
Color information
#BA2B71 (or 0xBA2B71) is known color: Medium Red Violet. HEX triplet: BA, 2B and 71. RGB value is (186,43,113). Sum of RGB (Red+Green+Blue) = 186+43+113=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B71 is #45D48E. Grayscale: #5D5D5D. Windows color (decimal): -4576399 or 7416762. OLE color: 7416762.
HSL color Cylindrical-coordinate representation of color #BA2B71: hue angle of 330.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B71 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 113 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.27 |
| HSL | 330.63º | 0.62% | 0.45% | - |
| HSV(B) | 330.63º | 0.77% | 0.73% | - |
| XYZ | 24.09 | 13.36 | 16.93 | - |
| YUV | 93.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 113 | 0 | 0.77 | 0.39 | 0.27 | 330.63 | 0.62 | 0.45 |
| Hex | BA | 2B | 71 | 0 | 4D | 27 | 1B | 14B | 3E | 2D |
| Octal | 272 | 53 | 161 | 0 | 115 | 47 | 33 | 513 | 76 | 55 |
| Binary | 10111010 | 101011 | 1110001 | 0 | 1001101 | 100111 | 11011 | 101001011 | 111110 | 101101 |
Color Harmonies of #BA2B71
Complementary color
Monochromatic Colors of #BA2B71
Black with #BA2B71
Text Example
Text Example
White with #BA2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B71; }
p { color: rgb(186,43,113); }
H1.HeaderClassName
{
color: #BA2B71;
}
.AnyTagClassName
{
color: #BA2B71;
}
</style>
background-color css
<style>
a { background-color: #BA2B71; }
a { background-color: rgb(186,43,113); }
div.DivClassName
{
background-color: #BA2B71;
}
.BgClassName
{
background-color: #BA2B71;
}
</style>
border-color css
<style>
span { border-color: #BA2B71; }
span { border-color: rgb(186,43,113); }
td.TdClassName
{
border-color: #BA2B71;
}
.TagClassName
{
border-color: #BA2B71;
}
</style>