Shades of Medium Red Violet #BA249E
Tints of Medium Red Violet #BA249E
RGB
CMYK
RGB Variations
Color information
#BA249E (or 0xBA249E) is known color: Medium Red Violet. HEX triplet: BA, 24 and 9E. RGB value is (186,36,158). Sum of RGB (Red+Green+Blue) = 186+36+158=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA249E is #45DB61. Grayscale: #5E5E5E. Windows color (decimal): -4578146 or 10364090. OLE color: 10364090.
HSL color Cylindrical-coordinate representation of color #BA249E: hue angle of 311.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA249E is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 158 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.27 |
| HSL | 311.2º | 0.68% | 0.44% | - |
| HSV(B) | 311.2º | 0.81% | 0.73% | - |
| XYZ | 27.05 | 14.17 | 33.66 | - |
| YUV | 94.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 158 | 0 | 0.81 | 0.15 | 0.27 | 311.2 | 0.68 | 0.44 |
| Hex | BA | 24 | 9E | 0 | 51 | F | 1B | 137 | 44 | 2C |
| Octal | 272 | 44 | 236 | 0 | 121 | 17 | 33 | 467 | 104 | 54 |
| Binary | 10111010 | 100100 | 10011110 | 0 | 1010001 | 1111 | 11011 | 100110111 | 1000100 | 101100 |
Color Harmonies of #BA249E
Complementary color
Monochromatic Colors of #BA249E
Black with #BA249E
Text Example
Text Example
White with #BA249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA249E; }
p { color: rgb(186,36,158); }
H1.HeaderClassName
{
color: #BA249E;
}
.AnyTagClassName
{
color: #BA249E;
}
</style>
background-color css
<style>
a { background-color: #BA249E; }
a { background-color: rgb(186,36,158); }
div.DivClassName
{
background-color: #BA249E;
}
.BgClassName
{
background-color: #BA249E;
}
</style>
border-color css
<style>
span { border-color: #BA249E; }
span { border-color: rgb(186,36,158); }
td.TdClassName
{
border-color: #BA249E;
}
.TagClassName
{
border-color: #BA249E;
}
</style>