Shades of Medium Violet Red #BA218F
Tints of Medium Violet Red #BA218F
RGB
CMYK
RGB Variations
Color information
#BA218F (or 0xBA218F) is known color: Medium Violet Red. HEX triplet: BA, 21 and 8F. RGB value is (186,33,143). Sum of RGB (Red+Green+Blue) = 186+33+143=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA218F is #45DE70. Grayscale: #5B5B5B. Windows color (decimal): -4578929 or 9380282. OLE color: 9380282.
HSL color Cylindrical-coordinate representation of color #BA218F: hue angle of 316.86º 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 #BA218F is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 143 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.27 |
| HSL | 316.86º | 0.7% | 0.43% | - |
| HSV(B) | 316.86º | 0.82% | 0.73% | - |
| XYZ | 25.75 | 13.51 | 27.24 | - |
| YUV | 91.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 143 | 0 | 0.82 | 0.23 | 0.27 | 316.86 | 0.7 | 0.43 |
| Hex | BA | 21 | 8F | 0 | 52 | 17 | 1B | 13D | 46 | 2B |
| Octal | 272 | 41 | 217 | 0 | 122 | 27 | 33 | 475 | 106 | 53 |
| Binary | 10111010 | 100001 | 10001111 | 0 | 1010010 | 10111 | 11011 | 100111101 | 1000110 | 101011 |
Color Harmonies of #BA218F
Complementary color
Monochromatic Colors of #BA218F
Black with #BA218F
Text Example
Text Example
White with #BA218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA218F; }
p { color: rgb(186,33,143); }
H1.HeaderClassName
{
color: #BA218F;
}
.AnyTagClassName
{
color: #BA218F;
}
</style>
background-color css
<style>
a { background-color: #BA218F; }
a { background-color: rgb(186,33,143); }
div.DivClassName
{
background-color: #BA218F;
}
.BgClassName
{
background-color: #BA218F;
}
</style>
border-color css
<style>
span { border-color: #BA218F; }
span { border-color: rgb(186,33,143); }
td.TdClassName
{
border-color: #BA218F;
}
.TagClassName
{
border-color: #BA218F;
}
</style>