Shades of Medium Red Violet #BA216D
Tints of Medium Red Violet #BA216D
RGB
CMYK
RGB Variations
Color information
#BA216D (or 0xBA216D) is known color: Medium Red Violet. HEX triplet: BA, 21 and 6D. RGB value is (186,33,109). Sum of RGB (Red+Green+Blue) = 186+33+109=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA216D is #45DE92. Grayscale: #575757. Windows color (decimal): -4578963 or 7152058. OLE color: 7152058.
HSL color Cylindrical-coordinate representation of color #BA216D: hue angle of 330.2º 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 #BA216D is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 109 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.27 |
| HSL | 330.2º | 0.7% | 0.43% | - |
| HSV(B) | 330.2º | 0.82% | 0.73% | - |
| XYZ | 23.55 | 12.63 | 15.66 | - |
| YUV | 87.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 109 | 0 | 0.82 | 0.41 | 0.27 | 330.2 | 0.7 | 0.43 |
| Hex | BA | 21 | 6D | 0 | 52 | 29 | 1B | 14A | 46 | 2B |
| Octal | 272 | 41 | 155 | 0 | 122 | 51 | 33 | 512 | 106 | 53 |
| Binary | 10111010 | 100001 | 1101101 | 0 | 1010010 | 101001 | 11011 | 101001010 | 1000110 | 101011 |
Color Harmonies of #BA216D
Complementary color
Monochromatic Colors of #BA216D
Black with #BA216D
Text Example
Text Example
White with #BA216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA216D; }
p { color: rgb(186,33,109); }
H1.HeaderClassName
{
color: #BA216D;
}
.AnyTagClassName
{
color: #BA216D;
}
</style>
background-color css
<style>
a { background-color: #BA216D; }
a { background-color: rgb(186,33,109); }
div.DivClassName
{
background-color: #BA216D;
}
.BgClassName
{
background-color: #BA216D;
}
</style>
border-color css
<style>
span { border-color: #BA216D; }
span { border-color: rgb(186,33,109); }
td.TdClassName
{
border-color: #BA216D;
}
.TagClassName
{
border-color: #BA216D;
}
</style>