Shades of Medium Red Violet #BA30A8
Tints of Medium Red Violet #BA30A8
RGB
CMYK
RGB Variations
Color information
#BA30A8 (or 0xBA30A8) is known color: Medium Red Violet. HEX triplet: BA, 30 and A8. RGB value is (186,48,168). Sum of RGB (Red+Green+Blue) = 186+48+168=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30A8 is #45CF57. Grayscale: #666666. Windows color (decimal): -4575064 or 11022522. OLE color: 11022522.
HSL color Cylindrical-coordinate representation of color #BA30A8: hue angle of 307.83º 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 #BA30A8 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 168 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.27 |
| HSL | 307.83º | 0.59% | 0.46% | - |
| HSV(B) | 307.83º | 0.74% | 0.73% | - |
| XYZ | 28.37 | 15.38 | 38.52 | - |
| YUV | 102.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 168 | 0 | 0.74 | 0.10 | 0.27 | 307.83 | 0.59 | 0.46 |
| Hex | BA | 30 | A8 | 0 | 4A | A | 1B | 134 | 3B | 2E |
| Octal | 272 | 60 | 250 | 0 | 112 | 12 | 33 | 464 | 73 | 56 |
| Binary | 10111010 | 110000 | 10101000 | 0 | 1001010 | 1010 | 11011 | 100110100 | 111011 | 101110 |
Color Harmonies of #BA30A8
Complementary color
Monochromatic Colors of #BA30A8
Black with #BA30A8
Text Example
Text Example
White with #BA30A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30A8; }
p { color: rgb(186,48,168); }
H1.HeaderClassName
{
color: #BA30A8;
}
.AnyTagClassName
{
color: #BA30A8;
}
</style>
background-color css
<style>
a { background-color: #BA30A8; }
a { background-color: rgb(186,48,168); }
div.DivClassName
{
background-color: #BA30A8;
}
.BgClassName
{
background-color: #BA30A8;
}
</style>
border-color css
<style>
span { border-color: #BA30A8; }
span { border-color: rgb(186,48,168); }
td.TdClassName
{
border-color: #BA30A8;
}
.TagClassName
{
border-color: #BA30A8;
}
</style>