Shades of Medium Red Violet #BA30A3
Tints of Medium Red Violet #BA30A3
RGB
CMYK
RGB Variations
Color information
#BA30A3 (or 0xBA30A3) is known color: Medium Red Violet. HEX triplet: BA, 30 and A3. RGB value is (186,48,163). Sum of RGB (Red+Green+Blue) = 186+48+163=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30A3 is #45CF5C. Grayscale: #666666. Windows color (decimal): -4575069 or 10694842. OLE color: 10694842.
HSL color Cylindrical-coordinate representation of color #BA30A3: hue angle of 310º 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 #BA30A3 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 163 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.27 |
| HSL | 310º | 0.59% | 0.46% | - |
| HSV(B) | 310º | 0.74% | 0.73% | - |
| XYZ | 27.92 | 15.2 | 36.11 | - |
| YUV | 102.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 163 | 0 | 0.74 | 0.12 | 0.27 | 310 | 0.59 | 0.46 |
| Hex | BA | 30 | A3 | 0 | 4A | C | 1B | 136 | 3B | 2E |
| Octal | 272 | 60 | 243 | 0 | 112 | 14 | 33 | 466 | 73 | 56 |
| Binary | 10111010 | 110000 | 10100011 | 0 | 1001010 | 1100 | 11011 | 100110110 | 111011 | 101110 |
Color Harmonies of #BA30A3
Complementary color
Monochromatic Colors of #BA30A3
Black with #BA30A3
Text Example
Text Example
White with #BA30A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30A3; }
p { color: rgb(186,48,163); }
H1.HeaderClassName
{
color: #BA30A3;
}
.AnyTagClassName
{
color: #BA30A3;
}
</style>
background-color css
<style>
a { background-color: #BA30A3; }
a { background-color: rgb(186,48,163); }
div.DivClassName
{
background-color: #BA30A3;
}
.BgClassName
{
background-color: #BA30A3;
}
</style>
border-color css
<style>
span { border-color: #BA30A3; }
span { border-color: rgb(186,48,163); }
td.TdClassName
{
border-color: #BA30A3;
}
.TagClassName
{
border-color: #BA30A3;
}
</style>