Shades of Medium Violet Red #BA188A
Tints of Medium Violet Red #BA188A
RGB
CMYK
RGB Variations
Color information
#BA188A (or 0xBA188A) is known color: Medium Violet Red. HEX triplet: BA, 18 and 8A. RGB value is (186,24,138). Sum of RGB (Red+Green+Blue) = 186+24+138=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA188A is #45E775. Grayscale: #555555. Windows color (decimal): -4581238 or 9050298. OLE color: 9050298.
HSL color Cylindrical-coordinate representation of color #BA188A: hue angle of 317.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA188A is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 138 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.27 |
| HSL | 317.78º | 0.77% | 0.41% | - |
| HSV(B) | 317.78º | 0.87% | 0.73% | - |
| XYZ | 25.16 | 12.93 | 25.21 | - |
| YUV | 85.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 138 | 0 | 0.87 | 0.26 | 0.27 | 317.78 | 0.77 | 0.41 |
| Hex | BA | 18 | 8A | 0 | 57 | 1A | 1B | 13E | 4D | 29 |
| Octal | 272 | 30 | 212 | 0 | 127 | 32 | 33 | 476 | 115 | 51 |
| Binary | 10111010 | 11000 | 10001010 | 0 | 1010111 | 11010 | 11011 | 100111110 | 1001101 | 101001 |
Color Harmonies of #BA188A
Complementary color
Monochromatic Colors of #BA188A
Black with #BA188A
Text Example
Text Example
White with #BA188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA188A; }
p { color: rgb(186,24,138); }
H1.HeaderClassName
{
color: #BA188A;
}
.AnyTagClassName
{
color: #BA188A;
}
</style>
background-color css
<style>
a { background-color: #BA188A; }
a { background-color: rgb(186,24,138); }
div.DivClassName
{
background-color: #BA188A;
}
.BgClassName
{
background-color: #BA188A;
}
</style>
border-color css
<style>
span { border-color: #BA188A; }
span { border-color: rgb(186,24,138); }
td.TdClassName
{
border-color: #BA188A;
}
.TagClassName
{
border-color: #BA188A;
}
</style>