Shades of Medium Violet Red #BA108A
Tints of Medium Violet Red #BA108A
RGB
CMYK
RGB Variations
Color information
#BA108A (or 0xBA108A) is known color: Medium Violet Red. HEX triplet: BA, 10 and 8A. RGB value is (186,16,138). Sum of RGB (Red+Green+Blue) = 186+16+138=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA108A is #45EF75. Grayscale: #505050. Windows color (decimal): -4583286 or 9048250. OLE color: 9048250.
HSL color Cylindrical-coordinate representation of color #BA108A: hue angle of 316.94º 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 #BA108A is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.27 |
| HSL | 316.94º | 0.84% | 0.4% | - |
| HSV(B) | 316.94º | 0.91% | 0.73% | - |
| XYZ | 25.02 | 12.64 | 25.17 | - |
| YUV | 80.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 138 | 0 | 0.91 | 0.26 | 0.27 | 316.94 | 0.84 | 0.4 |
| Hex | BA | 10 | 8A | 0 | 5B | 1A | 1B | 13D | 54 | 28 |
| Octal | 272 | 20 | 212 | 0 | 133 | 32 | 33 | 475 | 124 | 50 |
| Binary | 10111010 | 10000 | 10001010 | 0 | 1011011 | 11010 | 11011 | 100111101 | 1010100 | 101000 |
Color Harmonies of #BA108A
Complementary color
Monochromatic Colors of #BA108A
Black with #BA108A
Text Example
Text Example
White with #BA108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA108A; }
p { color: rgb(186,16,138); }
H1.HeaderClassName
{
color: #BA108A;
}
.AnyTagClassName
{
color: #BA108A;
}
</style>
background-color css
<style>
a { background-color: #BA108A; }
a { background-color: rgb(186,16,138); }
div.DivClassName
{
background-color: #BA108A;
}
.BgClassName
{
background-color: #BA108A;
}
</style>
border-color css
<style>
span { border-color: #BA108A; }
span { border-color: rgb(186,16,138); }
td.TdClassName
{
border-color: #BA108A;
}
.TagClassName
{
border-color: #BA108A;
}
</style>