Shades of Medium Violet Red #BA07A3
Tints of Medium Violet Red #BA07A3
RGB
CMYK
RGB Variations
Color information
#BA07A3 (or 0xBA07A3) is known color: Medium Violet Red. HEX triplet: BA, 07 and A3. RGB value is (186,7,163). Sum of RGB (Red+Green+Blue) = 186+7+163=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA07A3 is #45F85C. Grayscale: #4D4D4D. Windows color (decimal): -4585565 or 10684346. OLE color: 10684346.
HSL color Cylindrical-coordinate representation of color #BA07A3: hue angle of 307.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07A3 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 163 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.27 |
| HSL | 307.71º | 0.93% | 0.38% | - |
| HSV(B) | 307.71º | 0.96% | 0.73% | - |
| XYZ | 26.94 | 13.24 | 35.79 | - |
| YUV | 78.31 | 175.8 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 163 | 0 | 0.96 | 0.12 | 0.27 | 307.71 | 0.93 | 0.38 |
| Hex | BA | 7 | A3 | 0 | 60 | C | 1B | 134 | 5D | 26 |
| Octal | 272 | 7 | 243 | 0 | 140 | 14 | 33 | 464 | 135 | 46 |
| Binary | 10111010 | 111 | 10100011 | 0 | 1100000 | 1100 | 11011 | 100110100 | 1011101 | 100110 |
Color Harmonies of #BA07A3
Complementary color
Monochromatic Colors of #BA07A3
Black with #BA07A3
Text Example
Text Example
White with #BA07A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07A3; }
p { color: rgb(186,7,163); }
H1.HeaderClassName
{
color: #BA07A3;
}
.AnyTagClassName
{
color: #BA07A3;
}
</style>
background-color css
<style>
a { background-color: #BA07A3; }
a { background-color: rgb(186,7,163); }
div.DivClassName
{
background-color: #BA07A3;
}
.BgClassName
{
background-color: #BA07A3;
}
</style>
border-color css
<style>
span { border-color: #BA07A3; }
span { border-color: rgb(186,7,163); }
td.TdClassName
{
border-color: #BA07A3;
}
.TagClassName
{
border-color: #BA07A3;
}
</style>