Shades of Medium Red Violet #BA297E
Tints of Medium Red Violet #BA297E
RGB
CMYK
RGB Variations
Color information
#BA297E (or 0xBA297E) is known color: Medium Red Violet. HEX triplet: BA, 29 and 7E. RGB value is (186,41,126). Sum of RGB (Red+Green+Blue) = 186+41+126=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA297E is #45D681. Grayscale: #5D5D5D. Windows color (decimal): -4576898 or 8268218. OLE color: 8268218.
HSL color Cylindrical-coordinate representation of color #BA297E: hue angle of 324.83º 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 #BA297E is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 126 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.27 |
| HSL | 324.83º | 0.64% | 0.45% | - |
| HSV(B) | 324.83º | 0.78% | 0.73% | - |
| XYZ | 24.81 | 13.53 | 21.04 | - |
| YUV | 94.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 126 | 0 | 0.78 | 0.32 | 0.27 | 324.83 | 0.64 | 0.45 |
| Hex | BA | 29 | 7E | 0 | 4E | 20 | 1B | 145 | 40 | 2D |
| Octal | 272 | 51 | 176 | 0 | 116 | 40 | 33 | 505 | 100 | 55 |
| Binary | 10111010 | 101001 | 1111110 | 0 | 1001110 | 100000 | 11011 | 101000101 | 1000000 | 101101 |
Color Harmonies of #BA297E
Complementary color
Monochromatic Colors of #BA297E
Black with #BA297E
Text Example
Text Example
White with #BA297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA297E; }
p { color: rgb(186,41,126); }
H1.HeaderClassName
{
color: #BA297E;
}
.AnyTagClassName
{
color: #BA297E;
}
</style>
background-color css
<style>
a { background-color: #BA297E; }
a { background-color: rgb(186,41,126); }
div.DivClassName
{
background-color: #BA297E;
}
.BgClassName
{
background-color: #BA297E;
}
</style>
border-color css
<style>
span { border-color: #BA297E; }
span { border-color: rgb(186,41,126); }
td.TdClassName
{
border-color: #BA297E;
}
.TagClassName
{
border-color: #BA297E;
}
</style>