Shades of Medium Red Violet #BA249A
Tints of Medium Red Violet #BA249A
RGB
CMYK
RGB Variations
Color information
#BA249A (or 0xBA249A) is known color: Medium Red Violet. HEX triplet: BA, 24 and 9A. RGB value is (186,36,154). Sum of RGB (Red+Green+Blue) = 186+36+154=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA249A is #45DB65. Grayscale: #5D5D5D. Windows color (decimal): -4578150 or 10101946. OLE color: 10101946.
HSL color Cylindrical-coordinate representation of color #BA249A: hue angle of 312.8º 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 #BA249A is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 154 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.27 |
| HSL | 312.8º | 0.68% | 0.44% | - |
| HSV(B) | 312.8º | 0.81% | 0.73% | - |
| XYZ | 26.71 | 14.03 | 31.87 | - |
| YUV | 94.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 154 | 0 | 0.81 | 0.17 | 0.27 | 312.8 | 0.68 | 0.44 |
| Hex | BA | 24 | 9A | 0 | 51 | 11 | 1B | 139 | 44 | 2C |
| Octal | 272 | 44 | 232 | 0 | 121 | 21 | 33 | 471 | 104 | 54 |
| Binary | 10111010 | 100100 | 10011010 | 0 | 1010001 | 10001 | 11011 | 100111001 | 1000100 | 101100 |
Color Harmonies of #BA249A
Complementary color
Monochromatic Colors of #BA249A
Black with #BA249A
Text Example
Text Example
White with #BA249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA249A; }
p { color: rgb(186,36,154); }
H1.HeaderClassName
{
color: #BA249A;
}
.AnyTagClassName
{
color: #BA249A;
}
</style>
background-color css
<style>
a { background-color: #BA249A; }
a { background-color: rgb(186,36,154); }
div.DivClassName
{
background-color: #BA249A;
}
.BgClassName
{
background-color: #BA249A;
}
</style>
border-color css
<style>
span { border-color: #BA249A; }
span { border-color: rgb(186,36,154); }
td.TdClassName
{
border-color: #BA249A;
}
.TagClassName
{
border-color: #BA249A;
}
</style>