Shades of Medium Red Violet #BA299A
Tints of Medium Red Violet #BA299A
RGB
CMYK
RGB Variations
Color information
#BA299A (or 0xBA299A) is known color: Medium Red Violet. HEX triplet: BA, 29 and 9A. RGB value is (186,41,154). Sum of RGB (Red+Green+Blue) = 186+41+154=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA299A is #45D665. Grayscale: #606060. Windows color (decimal): -4576870 or 10103226. OLE color: 10103226.
HSL color Cylindrical-coordinate representation of color #BA299A: hue angle of 313.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 #BA299A is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 154 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.27 |
| HSL | 313.24º | 0.64% | 0.45% | - |
| HSV(B) | 313.24º | 0.78% | 0.73% | - |
| XYZ | 26.88 | 14.36 | 31.93 | - |
| YUV | 97.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 154 | 0 | 0.78 | 0.17 | 0.27 | 313.24 | 0.64 | 0.45 |
| Hex | BA | 29 | 9A | 0 | 4E | 11 | 1B | 139 | 40 | 2D |
| Octal | 272 | 51 | 232 | 0 | 116 | 21 | 33 | 471 | 100 | 55 |
| Binary | 10111010 | 101001 | 10011010 | 0 | 1001110 | 10001 | 11011 | 100111001 | 1000000 | 101101 |
Color Harmonies of #BA299A
Complementary color
Monochromatic Colors of #BA299A
Black with #BA299A
Text Example
Text Example
White with #BA299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA299A; }
p { color: rgb(186,41,154); }
H1.HeaderClassName
{
color: #BA299A;
}
.AnyTagClassName
{
color: #BA299A;
}
</style>
background-color css
<style>
a { background-color: #BA299A; }
a { background-color: rgb(186,41,154); }
div.DivClassName
{
background-color: #BA299A;
}
.BgClassName
{
background-color: #BA299A;
}
</style>
border-color css
<style>
span { border-color: #BA299A; }
span { border-color: rgb(186,41,154); }
td.TdClassName
{
border-color: #BA299A;
}
.TagClassName
{
border-color: #BA299A;
}
</style>