Shades of Medium Red Violet #BA2474
Tints of Medium Red Violet #BA2474
RGB
CMYK
RGB Variations
Color information
#BA2474 (or 0xBA2474) is known color: Medium Red Violet. HEX triplet: BA, 24 and 74. RGB value is (186,36,116). Sum of RGB (Red+Green+Blue) = 186+36+116=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2474 is #45DB8B. Grayscale: #595959. Windows color (decimal): -4578188 or 7611578. OLE color: 7611578.
HSL color Cylindrical-coordinate representation of color #BA2474: hue angle of 328º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2474 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 116 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.27 |
| HSL | 328º | 0.68% | 0.44% | - |
| HSV(B) | 328º | 0.81% | 0.73% | - |
| XYZ | 24.03 | 12.96 | 17.76 | - |
| YUV | 89.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 116 | 0 | 0.81 | 0.38 | 0.27 | 328 | 0.68 | 0.44 |
| Hex | BA | 24 | 74 | 0 | 51 | 26 | 1B | 148 | 44 | 2C |
| Octal | 272 | 44 | 164 | 0 | 121 | 46 | 33 | 510 | 104 | 54 |
| Binary | 10111010 | 100100 | 1110100 | 0 | 1010001 | 100110 | 11011 | 101001000 | 1000100 | 101100 |
Color Harmonies of #BA2474
Complementary color
Monochromatic Colors of #BA2474
Black with #BA2474
Text Example
Text Example
White with #BA2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2474; }
p { color: rgb(186,36,116); }
H1.HeaderClassName
{
color: #BA2474;
}
.AnyTagClassName
{
color: #BA2474;
}
</style>
background-color css
<style>
a { background-color: #BA2474; }
a { background-color: rgb(186,36,116); }
div.DivClassName
{
background-color: #BA2474;
}
.BgClassName
{
background-color: #BA2474;
}
</style>
border-color css
<style>
span { border-color: #BA2474; }
span { border-color: rgb(186,36,116); }
td.TdClassName
{
border-color: #BA2474;
}
.TagClassName
{
border-color: #BA2474;
}
</style>