Shades of Medium Red Violet #BA299C
Tints of Medium Red Violet #BA299C
RGB
CMYK
RGB Variations
Color information
#BA299C (or 0xBA299C) is known color: Medium Red Violet. HEX triplet: BA, 29 and 9C. RGB value is (186,41,156). Sum of RGB (Red+Green+Blue) = 186+41+156=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA299C is #45D663. Grayscale: #616161. Windows color (decimal): -4576868 or 10234298. OLE color: 10234298.
HSL color Cylindrical-coordinate representation of color #BA299C: hue angle of 312.41º 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 #BA299C is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 156 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.27 |
| HSL | 312.41º | 0.64% | 0.45% | - |
| HSV(B) | 312.41º | 0.78% | 0.73% | - |
| XYZ | 27.04 | 14.43 | 32.81 | - |
| YUV | 97.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 156 | 0 | 0.78 | 0.16 | 0.27 | 312.41 | 0.64 | 0.45 |
| Hex | BA | 29 | 9C | 0 | 4E | 10 | 1B | 138 | 40 | 2D |
| Octal | 272 | 51 | 234 | 0 | 116 | 20 | 33 | 470 | 100 | 55 |
| Binary | 10111010 | 101001 | 10011100 | 0 | 1001110 | 10000 | 11011 | 100111000 | 1000000 | 101101 |
Color Harmonies of #BA299C
Complementary color
Monochromatic Colors of #BA299C
Black with #BA299C
Text Example
Text Example
White with #BA299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA299C; }
p { color: rgb(186,41,156); }
H1.HeaderClassName
{
color: #BA299C;
}
.AnyTagClassName
{
color: #BA299C;
}
</style>
background-color css
<style>
a { background-color: #BA299C; }
a { background-color: rgb(186,41,156); }
div.DivClassName
{
background-color: #BA299C;
}
.BgClassName
{
background-color: #BA299C;
}
</style>
border-color css
<style>
span { border-color: #BA299C; }
span { border-color: rgb(186,41,156); }
td.TdClassName
{
border-color: #BA299C;
}
.TagClassName
{
border-color: #BA299C;
}
</style>