Shades of Medium Red Violet #BA28A0
Tints of Medium Red Violet #BA28A0
RGB
CMYK
RGB Variations
Color information
#BA28A0 (or 0xBA28A0) is known color: Medium Red Violet. HEX triplet: BA, 28 and A0. RGB value is (186,40,160). Sum of RGB (Red+Green+Blue) = 186+40+160=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28A0 is #45D75F. Grayscale: #616161. Windows color (decimal): -4577120 or 10496186. OLE color: 10496186.
HSL color Cylindrical-coordinate representation of color #BA28A0: hue angle of 310.68º 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 #BA28A0 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 160 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.27 |
| HSL | 310.68º | 0.65% | 0.44% | - |
| HSV(B) | 310.68º | 0.78% | 0.73% | - |
| XYZ | 27.35 | 14.49 | 34.61 | - |
| YUV | 97.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 160 | 0 | 0.78 | 0.14 | 0.27 | 310.68 | 0.65 | 0.44 |
| Hex | BA | 28 | A0 | 0 | 4E | E | 1B | 137 | 41 | 2C |
| Octal | 272 | 50 | 240 | 0 | 116 | 16 | 33 | 467 | 101 | 54 |
| Binary | 10111010 | 101000 | 10100000 | 0 | 1001110 | 1110 | 11011 | 100110111 | 1000001 | 101100 |
Color Harmonies of #BA28A0
Complementary color
Monochromatic Colors of #BA28A0
Black with #BA28A0
Text Example
Text Example
White with #BA28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28A0; }
p { color: rgb(186,40,160); }
H1.HeaderClassName
{
color: #BA28A0;
}
.AnyTagClassName
{
color: #BA28A0;
}
</style>
background-color css
<style>
a { background-color: #BA28A0; }
a { background-color: rgb(186,40,160); }
div.DivClassName
{
background-color: #BA28A0;
}
.BgClassName
{
background-color: #BA28A0;
}
</style>
border-color css
<style>
span { border-color: #BA28A0; }
span { border-color: rgb(186,40,160); }
td.TdClassName
{
border-color: #BA28A0;
}
.TagClassName
{
border-color: #BA28A0;
}
</style>