Shades of Medium Red Violet #BA30AA
Tints of Medium Red Violet #BA30AA
RGB
CMYK
RGB Variations
Color information
#BA30AA (or 0xBA30AA) is known color: Medium Red Violet. HEX triplet: BA, 30 and AA. RGB value is (186,48,170). Sum of RGB (Red+Green+Blue) = 186+48+170=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30AA is #45CF55. Grayscale: #666666. Windows color (decimal): -4575062 or 11153594. OLE color: 11153594.
HSL color Cylindrical-coordinate representation of color #BA30AA: hue angle of 306.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA30AA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 170 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.27 |
| HSL | 306.96º | 0.59% | 0.46% | - |
| HSV(B) | 306.96º | 0.74% | 0.73% | - |
| XYZ | 28.56 | 15.46 | 39.51 | - |
| YUV | 103.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 170 | 0 | 0.74 | 0.09 | 0.27 | 306.96 | 0.59 | 0.46 |
| Hex | BA | 30 | AA | 0 | 4A | 9 | 1B | 133 | 3B | 2E |
| Octal | 272 | 60 | 252 | 0 | 112 | 11 | 33 | 463 | 73 | 56 |
| Binary | 10111010 | 110000 | 10101010 | 0 | 1001010 | 1001 | 11011 | 100110011 | 111011 | 101110 |
Color Harmonies of #BA30AA
Complementary color
Monochromatic Colors of #BA30AA
Black with #BA30AA
Text Example
Text Example
White with #BA30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30AA; }
p { color: rgb(186,48,170); }
H1.HeaderClassName
{
color: #BA30AA;
}
.AnyTagClassName
{
color: #BA30AA;
}
</style>
background-color css
<style>
a { background-color: #BA30AA; }
a { background-color: rgb(186,48,170); }
div.DivClassName
{
background-color: #BA30AA;
}
.BgClassName
{
background-color: #BA30AA;
}
</style>
border-color css
<style>
span { border-color: #BA30AA; }
span { border-color: rgb(186,48,170); }
td.TdClassName
{
border-color: #BA30AA;
}
.TagClassName
{
border-color: #BA30AA;
}
</style>