Shades of Medium Red Violet #BA29AA
Tints of Medium Red Violet #BA29AA
RGB
CMYK
RGB Variations
Color information
#BA29AA (or 0xBA29AA) is known color: Medium Red Violet. HEX triplet: BA, 29 and AA. RGB value is (186,41,170). Sum of RGB (Red+Green+Blue) = 186+41+170=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29AA is #45D655. Grayscale: #626262. Windows color (decimal): -4576854 or 11151802. OLE color: 11151802.
HSL color Cylindrical-coordinate representation of color #BA29AA: hue angle of 306.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA29AA is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 170 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.27 |
| HSL | 306.62º | 0.64% | 0.45% | - |
| HSV(B) | 306.62º | 0.78% | 0.73% | - |
| XYZ | 28.3 | 14.93 | 39.42 | - |
| YUV | 99.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 170 | 0 | 0.78 | 0.09 | 0.27 | 306.62 | 0.64 | 0.45 |
| Hex | BA | 29 | AA | 0 | 4E | 9 | 1B | 133 | 40 | 2D |
| Octal | 272 | 51 | 252 | 0 | 116 | 11 | 33 | 463 | 100 | 55 |
| Binary | 10111010 | 101001 | 10101010 | 0 | 1001110 | 1001 | 11011 | 100110011 | 1000000 | 101101 |
Color Harmonies of #BA29AA
Complementary color
Monochromatic Colors of #BA29AA
Black with #BA29AA
Text Example
Text Example
White with #BA29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29AA; }
p { color: rgb(186,41,170); }
H1.HeaderClassName
{
color: #BA29AA;
}
.AnyTagClassName
{
color: #BA29AA;
}
</style>
background-color css
<style>
a { background-color: #BA29AA; }
a { background-color: rgb(186,41,170); }
div.DivClassName
{
background-color: #BA29AA;
}
.BgClassName
{
background-color: #BA29AA;
}
</style>
border-color css
<style>
span { border-color: #BA29AA; }
span { border-color: rgb(186,41,170); }
td.TdClassName
{
border-color: #BA29AA;
}
.TagClassName
{
border-color: #BA29AA;
}
</style>