Shades of Medium Red Violet #BA2F71
Tints of Medium Red Violet #BA2F71
RGB
CMYK
RGB Variations
Color information
#BA2F71 (or 0xBA2F71) is known color: Medium Red Violet. HEX triplet: BA, 2F and 71. RGB value is (186,47,113). Sum of RGB (Red+Green+Blue) = 186+47+113=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F71 is #45D08E. Grayscale: #5F5F5F. Windows color (decimal): -4575375 or 7417786. OLE color: 7417786.
HSL color Cylindrical-coordinate representation of color #BA2F71: hue angle of 331.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F71 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 113 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.27 |
| HSL | 331.51º | 0.6% | 0.46% | - |
| HSV(B) | 331.51º | 0.75% | 0.73% | - |
| XYZ | 24.25 | 13.66 | 16.98 | - |
| YUV | 96.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 113 | 0 | 0.75 | 0.39 | 0.27 | 331.51 | 0.6 | 0.46 |
| Hex | BA | 2F | 71 | 0 | 4B | 27 | 1B | 14C | 3C | 2E |
| Octal | 272 | 57 | 161 | 0 | 113 | 47 | 33 | 514 | 74 | 56 |
| Binary | 10111010 | 101111 | 1110001 | 0 | 1001011 | 100111 | 11011 | 101001100 | 111100 | 101110 |
Color Harmonies of #BA2F71
Complementary color
Monochromatic Colors of #BA2F71
Black with #BA2F71
Text Example
Text Example
White with #BA2F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F71; }
p { color: rgb(186,47,113); }
H1.HeaderClassName
{
color: #BA2F71;
}
.AnyTagClassName
{
color: #BA2F71;
}
</style>
background-color css
<style>
a { background-color: #BA2F71; }
a { background-color: rgb(186,47,113); }
div.DivClassName
{
background-color: #BA2F71;
}
.BgClassName
{
background-color: #BA2F71;
}
</style>
border-color css
<style>
span { border-color: #BA2F71; }
span { border-color: rgb(186,47,113); }
td.TdClassName
{
border-color: #BA2F71;
}
.TagClassName
{
border-color: #BA2F71;
}
</style>