Shades of Medium Violet Red #BA138F
Tints of Medium Violet Red #BA138F
RGB
CMYK
RGB Variations
Color information
#BA138F (or 0xBA138F) is known color: Medium Violet Red. HEX triplet: BA, 13 and 8F. RGB value is (186,19,143). Sum of RGB (Red+Green+Blue) = 186+19+143=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA138F is #45EC70. Grayscale: #525252. Windows color (decimal): -4582513 or 9376698. OLE color: 9376698.
HSL color Cylindrical-coordinate representation of color #BA138F: hue angle of 315.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA138F is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 143 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.27 |
| HSL | 315.45º | 0.81% | 0.4% | - |
| HSV(B) | 315.45º | 0.9% | 0.73% | - |
| XYZ | 25.44 | 12.89 | 27.13 | - |
| YUV | 83.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 143 | 0 | 0.90 | 0.23 | 0.27 | 315.45 | 0.81 | 0.4 |
| Hex | BA | 13 | 8F | 0 | 5A | 17 | 1B | 13B | 51 | 28 |
| Octal | 272 | 23 | 217 | 0 | 132 | 27 | 33 | 473 | 121 | 50 |
| Binary | 10111010 | 10011 | 10001111 | 0 | 1011010 | 10111 | 11011 | 100111011 | 1010001 | 101000 |
Color Harmonies of #BA138F
Complementary color
Monochromatic Colors of #BA138F
Black with #BA138F
Text Example
Text Example
White with #BA138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA138F; }
p { color: rgb(186,19,143); }
H1.HeaderClassName
{
color: #BA138F;
}
.AnyTagClassName
{
color: #BA138F;
}
</style>
background-color css
<style>
a { background-color: #BA138F; }
a { background-color: rgb(186,19,143); }
div.DivClassName
{
background-color: #BA138F;
}
.BgClassName
{
background-color: #BA138F;
}
</style>
border-color css
<style>
span { border-color: #BA138F; }
span { border-color: rgb(186,19,143); }
td.TdClassName
{
border-color: #BA138F;
}
.TagClassName
{
border-color: #BA138F;
}
</style>