Shades of Medium Red Violet #BA297A
Tints of Medium Red Violet #BA297A
RGB
CMYK
RGB Variations
Color information
#BA297A (or 0xBA297A) is known color: Medium Red Violet. HEX triplet: BA, 29 and 7A. RGB value is (186,41,122). Sum of RGB (Red+Green+Blue) = 186+41+122=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA297A is #45D685. Grayscale: #5D5D5D. Windows color (decimal): -4576902 or 8006074. OLE color: 8006074.
HSL color Cylindrical-coordinate representation of color #BA297A: hue angle of 326.48º 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 #BA297A is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 122 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.27 |
| HSL | 326.48º | 0.64% | 0.45% | - |
| HSV(B) | 326.48º | 0.78% | 0.73% | - |
| XYZ | 24.56 | 13.43 | 19.71 | - |
| YUV | 93.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 122 | 0 | 0.78 | 0.34 | 0.27 | 326.48 | 0.64 | 0.45 |
| Hex | BA | 29 | 7A | 0 | 4E | 22 | 1B | 146 | 40 | 2D |
| Octal | 272 | 51 | 172 | 0 | 116 | 42 | 33 | 506 | 100 | 55 |
| Binary | 10111010 | 101001 | 1111010 | 0 | 1001110 | 100010 | 11011 | 101000110 | 1000000 | 101101 |
Color Harmonies of #BA297A
Complementary color
Monochromatic Colors of #BA297A
Black with #BA297A
Text Example
Text Example
White with #BA297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA297A; }
p { color: rgb(186,41,122); }
H1.HeaderClassName
{
color: #BA297A;
}
.AnyTagClassName
{
color: #BA297A;
}
</style>
background-color css
<style>
a { background-color: #BA297A; }
a { background-color: rgb(186,41,122); }
div.DivClassName
{
background-color: #BA297A;
}
.BgClassName
{
background-color: #BA297A;
}
</style>
border-color css
<style>
span { border-color: #BA297A; }
span { border-color: rgb(186,41,122); }
td.TdClassName
{
border-color: #BA297A;
}
.TagClassName
{
border-color: #BA297A;
}
</style>