Shades of Medium Red Violet #BA299B
Tints of Medium Red Violet #BA299B
RGB
CMYK
RGB Variations
Color information
#BA299B (or 0xBA299B) is known color: Medium Red Violet. HEX triplet: BA, 29 and 9B. RGB value is (186,41,155). Sum of RGB (Red+Green+Blue) = 186+41+155=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA299B is #45D664. Grayscale: #616161. Windows color (decimal): -4576869 or 10168762. OLE color: 10168762.
HSL color Cylindrical-coordinate representation of color #BA299B: hue angle of 312.83º 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 #BA299B is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 155 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.27 |
| HSL | 312.83º | 0.64% | 0.45% | - |
| HSV(B) | 312.83º | 0.78% | 0.73% | - |
| XYZ | 26.96 | 14.39 | 32.37 | - |
| YUV | 97.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 155 | 0 | 0.78 | 0.17 | 0.27 | 312.83 | 0.64 | 0.45 |
| Hex | BA | 29 | 9B | 0 | 4E | 11 | 1B | 139 | 40 | 2D |
| Octal | 272 | 51 | 233 | 0 | 116 | 21 | 33 | 471 | 100 | 55 |
| Binary | 10111010 | 101001 | 10011011 | 0 | 1001110 | 10001 | 11011 | 100111001 | 1000000 | 101101 |
Color Harmonies of #BA299B
Complementary color
Monochromatic Colors of #BA299B
Black with #BA299B
Text Example
Text Example
White with #BA299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA299B; }
p { color: rgb(186,41,155); }
H1.HeaderClassName
{
color: #BA299B;
}
.AnyTagClassName
{
color: #BA299B;
}
</style>
background-color css
<style>
a { background-color: #BA299B; }
a { background-color: rgb(186,41,155); }
div.DivClassName
{
background-color: #BA299B;
}
.BgClassName
{
background-color: #BA299B;
}
</style>
border-color css
<style>
span { border-color: #BA299B; }
span { border-color: rgb(186,41,155); }
td.TdClassName
{
border-color: #BA299B;
}
.TagClassName
{
border-color: #BA299B;
}
</style>