Shades of Medium Violet Red #BA1A8E
Tints of Medium Violet Red #BA1A8E
RGB
CMYK
RGB Variations
Color information
#BA1A8E (or 0xBA1A8E) is known color: Medium Violet Red. HEX triplet: BA, 1A and 8E. RGB value is (186,26,142). Sum of RGB (Red+Green+Blue) = 186+26+142=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A8E is #45E571. Grayscale: #565656. Windows color (decimal): -4580722 or 9312954. OLE color: 9312954.
HSL color Cylindrical-coordinate representation of color #BA1A8E: hue angle of 316.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A8E is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 142 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.27 |
| HSL | 316.5º | 0.75% | 0.42% | - |
| HSV(B) | 316.5º | 0.86% | 0.73% | - |
| XYZ | 25.5 | 13.13 | 26.78 | - |
| YUV | 87.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 142 | 0 | 0.86 | 0.24 | 0.27 | 316.5 | 0.75 | 0.42 |
| Hex | BA | 1A | 8E | 0 | 56 | 18 | 1B | 13C | 4B | 2A |
| Octal | 272 | 32 | 216 | 0 | 126 | 30 | 33 | 474 | 113 | 52 |
| Binary | 10111010 | 11010 | 10001110 | 0 | 1010110 | 11000 | 11011 | 100111100 | 1001011 | 101010 |
Color Harmonies of #BA1A8E
Complementary color
Monochromatic Colors of #BA1A8E
Black with #BA1A8E
Text Example
Text Example
White with #BA1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A8E; }
p { color: rgb(186,26,142); }
H1.HeaderClassName
{
color: #BA1A8E;
}
.AnyTagClassName
{
color: #BA1A8E;
}
</style>
background-color css
<style>
a { background-color: #BA1A8E; }
a { background-color: rgb(186,26,142); }
div.DivClassName
{
background-color: #BA1A8E;
}
.BgClassName
{
background-color: #BA1A8E;
}
</style>
border-color css
<style>
span { border-color: #BA1A8E; }
span { border-color: rgb(186,26,142); }
td.TdClassName
{
border-color: #BA1A8E;
}
.TagClassName
{
border-color: #BA1A8E;
}
</style>