Shades of Medium Red Violet #BA28A9
Tints of Medium Red Violet #BA28A9
RGB
CMYK
RGB Variations
Color information
#BA28A9 (or 0xBA28A9) is known color: Medium Red Violet. HEX triplet: BA, 28 and A9. RGB value is (186,40,169). Sum of RGB (Red+Green+Blue) = 186+40+169=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28A9 is #45D756. Grayscale: #616161. Windows color (decimal): -4577111 or 11086010. OLE color: 11086010.
HSL color Cylindrical-coordinate representation of color #BA28A9: hue angle of 306.99º 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 #BA28A9 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 169 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.27 |
| HSL | 306.99º | 0.65% | 0.44% | - |
| HSV(B) | 306.99º | 0.78% | 0.73% | - |
| XYZ | 28.17 | 14.82 | 38.91 | - |
| YUV | 98.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 169 | 0 | 0.78 | 0.09 | 0.27 | 306.99 | 0.65 | 0.44 |
| Hex | BA | 28 | A9 | 0 | 4E | 9 | 1B | 133 | 41 | 2C |
| Octal | 272 | 50 | 251 | 0 | 116 | 11 | 33 | 463 | 101 | 54 |
| Binary | 10111010 | 101000 | 10101001 | 0 | 1001110 | 1001 | 11011 | 100110011 | 1000001 | 101100 |
Color Harmonies of #BA28A9
Complementary color
Monochromatic Colors of #BA28A9
Black with #BA28A9
Text Example
Text Example
White with #BA28A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28A9; }
p { color: rgb(186,40,169); }
H1.HeaderClassName
{
color: #BA28A9;
}
.AnyTagClassName
{
color: #BA28A9;
}
</style>
background-color css
<style>
a { background-color: #BA28A9; }
a { background-color: rgb(186,40,169); }
div.DivClassName
{
background-color: #BA28A9;
}
.BgClassName
{
background-color: #BA28A9;
}
</style>
border-color css
<style>
span { border-color: #BA28A9; }
span { border-color: rgb(186,40,169); }
td.TdClassName
{
border-color: #BA28A9;
}
.TagClassName
{
border-color: #BA28A9;
}
</style>