Shades of Medium Red Violet #BA288A
Tints of Medium Red Violet #BA288A
RGB
CMYK
RGB Variations
Color information
#BA288A (or 0xBA288A) is known color: Medium Red Violet. HEX triplet: BA, 28 and 8A. RGB value is (186,40,138). Sum of RGB (Red+Green+Blue) = 186+40+138=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA288A is #45D775. Grayscale: #5E5E5E. Windows color (decimal): -4577142 or 9054394. OLE color: 9054394.
HSL color Cylindrical-coordinate representation of color #BA288A: hue angle of 319.73º 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 #BA288A is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 138 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.27 |
| HSL | 319.73º | 0.65% | 0.44% | - |
| HSV(B) | 319.73º | 0.78% | 0.73% | - |
| XYZ | 25.6 | 13.79 | 25.36 | - |
| YUV | 94.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 138 | 0 | 0.78 | 0.26 | 0.27 | 319.73 | 0.65 | 0.44 |
| Hex | BA | 28 | 8A | 0 | 4E | 1A | 1B | 140 | 41 | 2C |
| Octal | 272 | 50 | 212 | 0 | 116 | 32 | 33 | 500 | 101 | 54 |
| Binary | 10111010 | 101000 | 10001010 | 0 | 1001110 | 11010 | 11011 | 101000000 | 1000001 | 101100 |
Color Harmonies of #BA288A
Complementary color
Monochromatic Colors of #BA288A
Black with #BA288A
Text Example
Text Example
White with #BA288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA288A; }
p { color: rgb(186,40,138); }
H1.HeaderClassName
{
color: #BA288A;
}
.AnyTagClassName
{
color: #BA288A;
}
</style>
background-color css
<style>
a { background-color: #BA288A; }
a { background-color: rgb(186,40,138); }
div.DivClassName
{
background-color: #BA288A;
}
.BgClassName
{
background-color: #BA288A;
}
</style>
border-color css
<style>
span { border-color: #BA288A; }
span { border-color: rgb(186,40,138); }
td.TdClassName
{
border-color: #BA288A;
}
.TagClassName
{
border-color: #BA288A;
}
</style>