Shades of Medium Red Violet #BA298E
Tints of Medium Red Violet #BA298E
RGB
CMYK
RGB Variations
Color information
#BA298E (or 0xBA298E) is known color: Medium Red Violet. HEX triplet: BA, 29 and 8E. RGB value is (186,41,142). Sum of RGB (Red+Green+Blue) = 186+41+142=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA298E is #45D671. Grayscale: #5F5F5F. Windows color (decimal): -4576882 or 9316794. OLE color: 9316794.
HSL color Cylindrical-coordinate representation of color #BA298E: hue angle of 318.21º 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 #BA298E is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 142 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.27 |
| HSL | 318.21º | 0.64% | 0.45% | - |
| HSV(B) | 318.21º | 0.78% | 0.73% | - |
| XYZ | 25.93 | 13.98 | 26.92 | - |
| YUV | 95.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 142 | 0 | 0.78 | 0.24 | 0.27 | 318.21 | 0.64 | 0.45 |
| Hex | BA | 29 | 8E | 0 | 4E | 18 | 1B | 13E | 40 | 2D |
| Octal | 272 | 51 | 216 | 0 | 116 | 30 | 33 | 476 | 100 | 55 |
| Binary | 10111010 | 101001 | 10001110 | 0 | 1001110 | 11000 | 11011 | 100111110 | 1000000 | 101101 |
Color Harmonies of #BA298E
Complementary color
Monochromatic Colors of #BA298E
Black with #BA298E
Text Example
Text Example
White with #BA298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA298E; }
p { color: rgb(186,41,142); }
H1.HeaderClassName
{
color: #BA298E;
}
.AnyTagClassName
{
color: #BA298E;
}
</style>
background-color css
<style>
a { background-color: #BA298E; }
a { background-color: rgb(186,41,142); }
div.DivClassName
{
background-color: #BA298E;
}
.BgClassName
{
background-color: #BA298E;
}
</style>
border-color css
<style>
span { border-color: #BA298E; }
span { border-color: rgb(186,41,142); }
td.TdClassName
{
border-color: #BA298E;
}
.TagClassName
{
border-color: #BA298E;
}
</style>