Shades of Medium Red Violet #BA24A2
Tints of Medium Red Violet #BA24A2
RGB
CMYK
RGB Variations
Color information
#BA24A2 (or 0xBA24A2) is known color: Medium Red Violet. HEX triplet: BA, 24 and A2. RGB value is (186,36,162). Sum of RGB (Red+Green+Blue) = 186+36+162=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24A2 is #45DB5D. Grayscale: #5E5E5E. Windows color (decimal): -4578142 or 10626234. OLE color: 10626234.
HSL color Cylindrical-coordinate representation of color #BA24A2: hue angle of 309.6º 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 #BA24A2 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 162 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.27 |
| HSL | 309.6º | 0.68% | 0.44% | - |
| HSV(B) | 309.6º | 0.81% | 0.73% | - |
| XYZ | 27.4 | 14.31 | 35.5 | - |
| YUV | 95.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 162 | 0 | 0.81 | 0.13 | 0.27 | 309.6 | 0.68 | 0.44 |
| Hex | BA | 24 | A2 | 0 | 51 | D | 1B | 136 | 44 | 2C |
| Octal | 272 | 44 | 242 | 0 | 121 | 15 | 33 | 466 | 104 | 54 |
| Binary | 10111010 | 100100 | 10100010 | 0 | 1010001 | 1101 | 11011 | 100110110 | 1000100 | 101100 |
Color Harmonies of #BA24A2
Complementary color
Monochromatic Colors of #BA24A2
Black with #BA24A2
Text Example
Text Example
White with #BA24A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24A2; }
p { color: rgb(186,36,162); }
H1.HeaderClassName
{
color: #BA24A2;
}
.AnyTagClassName
{
color: #BA24A2;
}
</style>
background-color css
<style>
a { background-color: #BA24A2; }
a { background-color: rgb(186,36,162); }
div.DivClassName
{
background-color: #BA24A2;
}
.BgClassName
{
background-color: #BA24A2;
}
</style>
border-color css
<style>
span { border-color: #BA24A2; }
span { border-color: rgb(186,36,162); }
td.TdClassName
{
border-color: #BA24A2;
}
.TagClassName
{
border-color: #BA24A2;
}
</style>