Shades of Medium Red Violet #BA2D74
Tints of Medium Red Violet #BA2D74
RGB
CMYK
RGB Variations
Color information
#BA2D74 (or 0xBA2D74) is known color: Medium Red Violet. HEX triplet: BA, 2D and 74. RGB value is (186,45,116). Sum of RGB (Red+Green+Blue) = 186+45+116=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D74 is #45D28B. Grayscale: #5F5F5F. Windows color (decimal): -4575884 or 7613882. OLE color: 7613882.
HSL color Cylindrical-coordinate representation of color #BA2D74: hue angle of 329.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2D74 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 116 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.27 |
| HSL | 329.79º | 0.61% | 0.45% | - |
| HSV(B) | 329.79º | 0.76% | 0.73% | - |
| XYZ | 24.34 | 13.58 | 17.86 | - |
| YUV | 95.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 116 | 0 | 0.76 | 0.38 | 0.27 | 329.79 | 0.61 | 0.45 |
| Hex | BA | 2D | 74 | 0 | 4C | 26 | 1B | 14A | 3D | 2D |
| Octal | 272 | 55 | 164 | 0 | 114 | 46 | 33 | 512 | 75 | 55 |
| Binary | 10111010 | 101101 | 1110100 | 0 | 1001100 | 100110 | 11011 | 101001010 | 111101 | 101101 |
Color Harmonies of #BA2D74
Complementary color
Monochromatic Colors of #BA2D74
Black with #BA2D74
Text Example
Text Example
White with #BA2D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D74; }
p { color: rgb(186,45,116); }
H1.HeaderClassName
{
color: #BA2D74;
}
.AnyTagClassName
{
color: #BA2D74;
}
</style>
background-color css
<style>
a { background-color: #BA2D74; }
a { background-color: rgb(186,45,116); }
div.DivClassName
{
background-color: #BA2D74;
}
.BgClassName
{
background-color: #BA2D74;
}
</style>
border-color css
<style>
span { border-color: #BA2D74; }
span { border-color: rgb(186,45,116); }
td.TdClassName
{
border-color: #BA2D74;
}
.TagClassName
{
border-color: #BA2D74;
}
</style>