Shades of Medium Red Violet #BA30A6
Tints of Medium Red Violet #BA30A6
RGB
CMYK
RGB Variations
Color information
#BA30A6 (or 0xBA30A6) is known color: Medium Red Violet. HEX triplet: BA, 30 and A6. RGB value is (186,48,166). Sum of RGB (Red+Green+Blue) = 186+48+166=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30A6 is #45CF59. Grayscale: #666666. Windows color (decimal): -4575066 or 10891450. OLE color: 10891450.
HSL color Cylindrical-coordinate representation of color #BA30A6: hue angle of 308.7º 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 #BA30A6 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 166 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.27 |
| HSL | 308.7º | 0.59% | 0.46% | - |
| HSV(B) | 308.7º | 0.74% | 0.73% | - |
| XYZ | 28.19 | 15.31 | 37.55 | - |
| YUV | 102.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 166 | 0 | 0.74 | 0.11 | 0.27 | 308.7 | 0.59 | 0.46 |
| Hex | BA | 30 | A6 | 0 | 4A | B | 1B | 135 | 3B | 2E |
| Octal | 272 | 60 | 246 | 0 | 112 | 13 | 33 | 465 | 73 | 56 |
| Binary | 10111010 | 110000 | 10100110 | 0 | 1001010 | 1011 | 11011 | 100110101 | 111011 | 101110 |
Color Harmonies of #BA30A6
Complementary color
Monochromatic Colors of #BA30A6
Black with #BA30A6
Text Example
Text Example
White with #BA30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30A6; }
p { color: rgb(186,48,166); }
H1.HeaderClassName
{
color: #BA30A6;
}
.AnyTagClassName
{
color: #BA30A6;
}
</style>
background-color css
<style>
a { background-color: #BA30A6; }
a { background-color: rgb(186,48,166); }
div.DivClassName
{
background-color: #BA30A6;
}
.BgClassName
{
background-color: #BA30A6;
}
</style>
border-color css
<style>
span { border-color: #BA30A6; }
span { border-color: rgb(186,48,166); }
td.TdClassName
{
border-color: #BA30A6;
}
.TagClassName
{
border-color: #BA30A6;
}
</style>