Shades of Medium Violet Red #BA218E
Tints of Medium Violet Red #BA218E
RGB
CMYK
RGB Variations
Color information
#BA218E (or 0xBA218E) is known color: Medium Violet Red. HEX triplet: BA, 21 and 8E. RGB value is (186,33,142). Sum of RGB (Red+Green+Blue) = 186+33+142=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA218E is #45DE71. Grayscale: #5A5A5A. Windows color (decimal): -4578930 or 9314746. OLE color: 9314746.
HSL color Cylindrical-coordinate representation of color #BA218E: hue angle of 317.25º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA218E is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 142 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.27 |
| HSL | 317.25º | 0.7% | 0.43% | - |
| HSV(B) | 317.25º | 0.82% | 0.73% | - |
| XYZ | 25.68 | 13.48 | 26.84 | - |
| YUV | 91.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 142 | 0 | 0.82 | 0.24 | 0.27 | 317.25 | 0.7 | 0.43 |
| Hex | BA | 21 | 8E | 0 | 52 | 18 | 1B | 13D | 46 | 2B |
| Octal | 272 | 41 | 216 | 0 | 122 | 30 | 33 | 475 | 106 | 53 |
| Binary | 10111010 | 100001 | 10001110 | 0 | 1010010 | 11000 | 11011 | 100111101 | 1000110 | 101011 |
Color Harmonies of #BA218E
Complementary color
Monochromatic Colors of #BA218E
Black with #BA218E
Text Example
Text Example
White with #BA218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA218E; }
p { color: rgb(186,33,142); }
H1.HeaderClassName
{
color: #BA218E;
}
.AnyTagClassName
{
color: #BA218E;
}
</style>
background-color css
<style>
a { background-color: #BA218E; }
a { background-color: rgb(186,33,142); }
div.DivClassName
{
background-color: #BA218E;
}
.BgClassName
{
background-color: #BA218E;
}
</style>
border-color css
<style>
span { border-color: #BA218E; }
span { border-color: rgb(186,33,142); }
td.TdClassName
{
border-color: #BA218E;
}
.TagClassName
{
border-color: #BA218E;
}
</style>