Shades of Medium Red Violet #BA297D
Tints of Medium Red Violet #BA297D
RGB
CMYK
RGB Variations
Color information
#BA297D (or 0xBA297D) is known color: Medium Red Violet. HEX triplet: BA, 29 and 7D. RGB value is (186,41,125). Sum of RGB (Red+Green+Blue) = 186+41+125=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA297D is #45D682. Grayscale: #5D5D5D. Windows color (decimal): -4576899 or 8202682. OLE color: 8202682.
HSL color Cylindrical-coordinate representation of color #BA297D: hue angle of 325.24º 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 #BA297D is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 125 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.27 |
| HSL | 325.24º | 0.64% | 0.45% | - |
| HSV(B) | 325.24º | 0.78% | 0.73% | - |
| XYZ | 24.74 | 13.51 | 20.7 | - |
| YUV | 93.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 125 | 0 | 0.78 | 0.33 | 0.27 | 325.24 | 0.64 | 0.45 |
| Hex | BA | 29 | 7D | 0 | 4E | 21 | 1B | 145 | 40 | 2D |
| Octal | 272 | 51 | 175 | 0 | 116 | 41 | 33 | 505 | 100 | 55 |
| Binary | 10111010 | 101001 | 1111101 | 0 | 1001110 | 100001 | 11011 | 101000101 | 1000000 | 101101 |
Color Harmonies of #BA297D
Complementary color
Monochromatic Colors of #BA297D
Black with #BA297D
Text Example
Text Example
White with #BA297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA297D; }
p { color: rgb(186,41,125); }
H1.HeaderClassName
{
color: #BA297D;
}
.AnyTagClassName
{
color: #BA297D;
}
</style>
background-color css
<style>
a { background-color: #BA297D; }
a { background-color: rgb(186,41,125); }
div.DivClassName
{
background-color: #BA297D;
}
.BgClassName
{
background-color: #BA297D;
}
</style>
border-color css
<style>
span { border-color: #BA297D; }
span { border-color: rgb(186,41,125); }
td.TdClassName
{
border-color: #BA297D;
}
.TagClassName
{
border-color: #BA297D;
}
</style>