Shades of Medium Violet Red #BA1C8A
Tints of Medium Violet Red #BA1C8A
RGB
CMYK
RGB Variations
Color information
#BA1C8A (or 0xBA1C8A) is known color: Medium Violet Red. HEX triplet: BA, 1C and 8A. RGB value is (186,28,138). Sum of RGB (Red+Green+Blue) = 186+28+138=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C8A is #45E375. Grayscale: #575757. Windows color (decimal): -4580214 or 9051322. OLE color: 9051322.
HSL color Cylindrical-coordinate representation of color #BA1C8A: hue angle of 318.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C8A is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 138 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.27 |
| HSL | 318.23º | 0.74% | 0.42% | - |
| HSV(B) | 318.23º | 0.85% | 0.73% | - |
| XYZ | 25.25 | 13.1 | 25.24 | - |
| YUV | 87.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 138 | 0 | 0.85 | 0.26 | 0.27 | 318.23 | 0.74 | 0.42 |
| Hex | BA | 1C | 8A | 0 | 55 | 1A | 1B | 13E | 4A | 2A |
| Octal | 272 | 34 | 212 | 0 | 125 | 32 | 33 | 476 | 112 | 52 |
| Binary | 10111010 | 11100 | 10001010 | 0 | 1010101 | 11010 | 11011 | 100111110 | 1001010 | 101010 |
Color Harmonies of #BA1C8A
Complementary color
Monochromatic Colors of #BA1C8A
Black with #BA1C8A
Text Example
Text Example
White with #BA1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C8A; }
p { color: rgb(186,28,138); }
H1.HeaderClassName
{
color: #BA1C8A;
}
.AnyTagClassName
{
color: #BA1C8A;
}
</style>
background-color css
<style>
a { background-color: #BA1C8A; }
a { background-color: rgb(186,28,138); }
div.DivClassName
{
background-color: #BA1C8A;
}
.BgClassName
{
background-color: #BA1C8A;
}
</style>
border-color css
<style>
span { border-color: #BA1C8A; }
span { border-color: rgb(186,28,138); }
td.TdClassName
{
border-color: #BA1C8A;
}
.TagClassName
{
border-color: #BA1C8A;
}
</style>