Shades of Medium Violet Red #BA10A3
Tints of Medium Violet Red #BA10A3
RGB
CMYK
RGB Variations
Color information
#BA10A3 (or 0xBA10A3) is known color: Medium Violet Red. HEX triplet: BA, 10 and A3. RGB value is (186,16,163). Sum of RGB (Red+Green+Blue) = 186+16+163=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10A3 is #45EF5C. Grayscale: #535353. Windows color (decimal): -4583261 or 10686650. OLE color: 10686650.
HSL color Cylindrical-coordinate representation of color #BA10A3: hue angle of 308.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10A3 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 163 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.27 |
| HSL | 308.12º | 0.84% | 0.4% | - |
| HSV(B) | 308.12º | 0.91% | 0.73% | - |
| XYZ | 27.05 | 13.45 | 35.82 | - |
| YUV | 83.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 163 | 0 | 0.91 | 0.12 | 0.27 | 308.12 | 0.84 | 0.4 |
| Hex | BA | 10 | A3 | 0 | 5B | C | 1B | 134 | 54 | 28 |
| Octal | 272 | 20 | 243 | 0 | 133 | 14 | 33 | 464 | 124 | 50 |
| Binary | 10111010 | 10000 | 10100011 | 0 | 1011011 | 1100 | 11011 | 100110100 | 1010100 | 101000 |
Color Harmonies of #BA10A3
Complementary color
Monochromatic Colors of #BA10A3
Black with #BA10A3
Text Example
Text Example
White with #BA10A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10A3; }
p { color: rgb(186,16,163); }
H1.HeaderClassName
{
color: #BA10A3;
}
.AnyTagClassName
{
color: #BA10A3;
}
</style>
background-color css
<style>
a { background-color: #BA10A3; }
a { background-color: rgb(186,16,163); }
div.DivClassName
{
background-color: #BA10A3;
}
.BgClassName
{
background-color: #BA10A3;
}
</style>
border-color css
<style>
span { border-color: #BA10A3; }
span { border-color: rgb(186,16,163); }
td.TdClassName
{
border-color: #BA10A3;
}
.TagClassName
{
border-color: #BA10A3;
}
</style>