Shades of Medium Violet Red #BA218A
Tints of Medium Violet Red #BA218A
RGB
CMYK
RGB Variations
Color information
#BA218A (or 0xBA218A) is known color: Medium Violet Red. HEX triplet: BA, 21 and 8A. RGB value is (186,33,138). Sum of RGB (Red+Green+Blue) = 186+33+138=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA218A is #45DE75. Grayscale: #5A5A5A. Windows color (decimal): -4578934 or 9052602. OLE color: 9052602.
HSL color Cylindrical-coordinate representation of color #BA218A: hue angle of 318.82º 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 #BA218A is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 138 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.27 |
| HSL | 318.82º | 0.7% | 0.43% | - |
| HSV(B) | 318.82º | 0.82% | 0.73% | - |
| XYZ | 25.38 | 13.36 | 25.29 | - |
| YUV | 90.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 138 | 0 | 0.82 | 0.26 | 0.27 | 318.82 | 0.7 | 0.43 |
| Hex | BA | 21 | 8A | 0 | 52 | 1A | 1B | 13F | 46 | 2B |
| Octal | 272 | 41 | 212 | 0 | 122 | 32 | 33 | 477 | 106 | 53 |
| Binary | 10111010 | 100001 | 10001010 | 0 | 1010010 | 11010 | 11011 | 100111111 | 1000110 | 101011 |
Color Harmonies of #BA218A
Complementary color
Monochromatic Colors of #BA218A
Black with #BA218A
Text Example
Text Example
White with #BA218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA218A; }
p { color: rgb(186,33,138); }
H1.HeaderClassName
{
color: #BA218A;
}
.AnyTagClassName
{
color: #BA218A;
}
</style>
background-color css
<style>
a { background-color: #BA218A; }
a { background-color: rgb(186,33,138); }
div.DivClassName
{
background-color: #BA218A;
}
.BgClassName
{
background-color: #BA218A;
}
</style>
border-color css
<style>
span { border-color: #BA218A; }
span { border-color: rgb(186,33,138); }
td.TdClassName
{
border-color: #BA218A;
}
.TagClassName
{
border-color: #BA218A;
}
</style>