Shades of Medium Red Violet #BA24A3
Tints of Medium Red Violet #BA24A3
RGB
CMYK
RGB Variations
Color information
#BA24A3 (or 0xBA24A3) is known color: Medium Red Violet. HEX triplet: BA, 24 and A3. RGB value is (186,36,163). Sum of RGB (Red+Green+Blue) = 186+36+163=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24A3 is #45DB5C. Grayscale: #5E5E5E. Windows color (decimal): -4578141 or 10691770. OLE color: 10691770.
HSL color Cylindrical-coordinate representation of color #BA24A3: hue angle of 309.2º 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 #BA24A3 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 163 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.27 |
| HSL | 309.2º | 0.68% | 0.44% | - |
| HSV(B) | 309.2º | 0.81% | 0.73% | - |
| XYZ | 27.49 | 14.35 | 35.97 | - |
| YUV | 95.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 163 | 0 | 0.81 | 0.12 | 0.27 | 309.2 | 0.68 | 0.44 |
| Hex | BA | 24 | A3 | 0 | 51 | C | 1B | 135 | 44 | 2C |
| Octal | 272 | 44 | 243 | 0 | 121 | 14 | 33 | 465 | 104 | 54 |
| Binary | 10111010 | 100100 | 10100011 | 0 | 1010001 | 1100 | 11011 | 100110101 | 1000100 | 101100 |
Color Harmonies of #BA24A3
Complementary color
Monochromatic Colors of #BA24A3
Black with #BA24A3
Text Example
Text Example
White with #BA24A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24A3; }
p { color: rgb(186,36,163); }
H1.HeaderClassName
{
color: #BA24A3;
}
.AnyTagClassName
{
color: #BA24A3;
}
</style>
background-color css
<style>
a { background-color: #BA24A3; }
a { background-color: rgb(186,36,163); }
div.DivClassName
{
background-color: #BA24A3;
}
.BgClassName
{
background-color: #BA24A3;
}
</style>
border-color css
<style>
span { border-color: #BA24A3; }
span { border-color: rgb(186,36,163); }
td.TdClassName
{
border-color: #BA24A3;
}
.TagClassName
{
border-color: #BA24A3;
}
</style>