Shades of Medium Red Violet #BA30A2
Tints of Medium Red Violet #BA30A2
RGB
CMYK
RGB Variations
Color information
#BA30A2 (or 0xBA30A2) is known color: Medium Red Violet. HEX triplet: BA, 30 and A2. RGB value is (186,48,162). Sum of RGB (Red+Green+Blue) = 186+48+162=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30A2 is #45CF5D. Grayscale: #656565. Windows color (decimal): -4575070 or 10629306. OLE color: 10629306.
HSL color Cylindrical-coordinate representation of color #BA30A2: hue angle of 310.43º 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 #BA30A2 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 162 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.27 |
| HSL | 310.43º | 0.59% | 0.46% | - |
| HSV(B) | 310.43º | 0.74% | 0.73% | - |
| XYZ | 27.83 | 15.16 | 35.64 | - |
| YUV | 102.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 162 | 0 | 0.74 | 0.13 | 0.27 | 310.43 | 0.59 | 0.46 |
| Hex | BA | 30 | A2 | 0 | 4A | D | 1B | 136 | 3B | 2E |
| Octal | 272 | 60 | 242 | 0 | 112 | 15 | 33 | 466 | 73 | 56 |
| Binary | 10111010 | 110000 | 10100010 | 0 | 1001010 | 1101 | 11011 | 100110110 | 111011 | 101110 |
Color Harmonies of #BA30A2
Complementary color
Monochromatic Colors of #BA30A2
Black with #BA30A2
Text Example
Text Example
White with #BA30A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30A2; }
p { color: rgb(186,48,162); }
H1.HeaderClassName
{
color: #BA30A2;
}
.AnyTagClassName
{
color: #BA30A2;
}
</style>
background-color css
<style>
a { background-color: #BA30A2; }
a { background-color: rgb(186,48,162); }
div.DivClassName
{
background-color: #BA30A2;
}
.BgClassName
{
background-color: #BA30A2;
}
</style>
border-color css
<style>
span { border-color: #BA30A2; }
span { border-color: rgb(186,48,162); }
td.TdClassName
{
border-color: #BA30A2;
}
.TagClassName
{
border-color: #BA30A2;
}
</style>