Shades of Medium Red Violet #BA289A
Tints of Medium Red Violet #BA289A
RGB
CMYK
RGB Variations
Color information
#BA289A (or 0xBA289A) is known color: Medium Red Violet. HEX triplet: BA, 28 and 9A. RGB value is (186,40,154). Sum of RGB (Red+Green+Blue) = 186+40+154=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA289A is #45D765. Grayscale: #606060. Windows color (decimal): -4577126 or 10102970. OLE color: 10102970.
HSL color Cylindrical-coordinate representation of color #BA289A: hue angle of 313.15º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA289A is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 154 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.27 |
| HSL | 313.15º | 0.65% | 0.44% | - |
| HSV(B) | 313.15º | 0.78% | 0.73% | - |
| XYZ | 26.84 | 14.29 | 31.92 | - |
| YUV | 96.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 154 | 0 | 0.78 | 0.17 | 0.27 | 313.15 | 0.65 | 0.44 |
| Hex | BA | 28 | 9A | 0 | 4E | 11 | 1B | 139 | 41 | 2C |
| Octal | 272 | 50 | 232 | 0 | 116 | 21 | 33 | 471 | 101 | 54 |
| Binary | 10111010 | 101000 | 10011010 | 0 | 1001110 | 10001 | 11011 | 100111001 | 1000001 | 101100 |
Color Harmonies of #BA289A
Complementary color
Monochromatic Colors of #BA289A
Black with #BA289A
Text Example
Text Example
White with #BA289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA289A; }
p { color: rgb(186,40,154); }
H1.HeaderClassName
{
color: #BA289A;
}
.AnyTagClassName
{
color: #BA289A;
}
</style>
background-color css
<style>
a { background-color: #BA289A; }
a { background-color: rgb(186,40,154); }
div.DivClassName
{
background-color: #BA289A;
}
.BgClassName
{
background-color: #BA289A;
}
</style>
border-color css
<style>
span { border-color: #BA289A; }
span { border-color: rgb(186,40,154); }
td.TdClassName
{
border-color: #BA289A;
}
.TagClassName
{
border-color: #BA289A;
}
</style>