Shades of Medium Red Violet #BA24AA
Tints of Medium Red Violet #BA24AA
RGB
CMYK
RGB Variations
Color information
#BA24AA (or 0xBA24AA) is known color: Medium Red Violet. HEX triplet: BA, 24 and AA. RGB value is (186,36,170). Sum of RGB (Red+Green+Blue) = 186+36+170=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA24AA is #45DB55. Grayscale: #5F5F5F. Windows color (decimal): -4578134 or 11150522. OLE color: 11150522.
HSL color Cylindrical-coordinate representation of color #BA24AA: hue angle of 306.4º 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 #BA24AA is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 170 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.27 |
| HSL | 306.4º | 0.68% | 0.44% | - |
| HSV(B) | 306.4º | 0.81% | 0.73% | - |
| XYZ | 28.14 | 14.6 | 39.37 | - |
| YUV | 96.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 170 | 0 | 0.81 | 0.09 | 0.27 | 306.4 | 0.68 | 0.44 |
| Hex | BA | 24 | AA | 0 | 51 | 9 | 1B | 132 | 44 | 2C |
| Octal | 272 | 44 | 252 | 0 | 121 | 11 | 33 | 462 | 104 | 54 |
| Binary | 10111010 | 100100 | 10101010 | 0 | 1010001 | 1001 | 11011 | 100110010 | 1000100 | 101100 |
Color Harmonies of #BA24AA
Complementary color
Monochromatic Colors of #BA24AA
Black with #BA24AA
Text Example
Text Example
White with #BA24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24AA; }
p { color: rgb(186,36,170); }
H1.HeaderClassName
{
color: #BA24AA;
}
.AnyTagClassName
{
color: #BA24AA;
}
</style>
background-color css
<style>
a { background-color: #BA24AA; }
a { background-color: rgb(186,36,170); }
div.DivClassName
{
background-color: #BA24AA;
}
.BgClassName
{
background-color: #BA24AA;
}
</style>
border-color css
<style>
span { border-color: #BA24AA; }
span { border-color: rgb(186,36,170); }
td.TdClassName
{
border-color: #BA24AA;
}
.TagClassName
{
border-color: #BA24AA;
}
</style>