Shades of Medium Red Violet #BA296D
Tints of Medium Red Violet #BA296D
RGB
CMYK
RGB Variations
Color information
#BA296D (or 0xBA296D) is known color: Medium Red Violet. HEX triplet: BA, 29 and 6D. RGB value is (186,41,109). Sum of RGB (Red+Green+Blue) = 186+41+109=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA296D is #45D692. Grayscale: #5B5B5B. Windows color (decimal): -4576915 or 7154106. OLE color: 7154106.
HSL color Cylindrical-coordinate representation of color #BA296D: hue angle of 331.86º 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 #BA296D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 109 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.27 |
| HSL | 331.86º | 0.64% | 0.45% | - |
| HSV(B) | 331.86º | 0.78% | 0.73% | - |
| XYZ | 23.8 | 13.13 | 15.75 | - |
| YUV | 92.11 | 137.54 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 109 | 0 | 0.78 | 0.41 | 0.27 | 331.86 | 0.64 | 0.45 |
| Hex | BA | 29 | 6D | 0 | 4E | 29 | 1B | 14C | 40 | 2D |
| Octal | 272 | 51 | 155 | 0 | 116 | 51 | 33 | 514 | 100 | 55 |
| Binary | 10111010 | 101001 | 1101101 | 0 | 1001110 | 101001 | 11011 | 101001100 | 1000000 | 101101 |
Color Harmonies of #BA296D
Complementary color
Monochromatic Colors of #BA296D
Black with #BA296D
Text Example
Text Example
White with #BA296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA296D; }
p { color: rgb(186,41,109); }
H1.HeaderClassName
{
color: #BA296D;
}
.AnyTagClassName
{
color: #BA296D;
}
</style>
background-color css
<style>
a { background-color: #BA296D; }
a { background-color: rgb(186,41,109); }
div.DivClassName
{
background-color: #BA296D;
}
.BgClassName
{
background-color: #BA296D;
}
</style>
border-color css
<style>
span { border-color: #BA296D; }
span { border-color: rgb(186,41,109); }
td.TdClassName
{
border-color: #BA296D;
}
.TagClassName
{
border-color: #BA296D;
}
</style>