Shades of Medium Red Violet #BA216C
Tints of Medium Red Violet #BA216C
RGB
CMYK
RGB Variations
Color information
#BA216C (or 0xBA216C) is known color: Medium Red Violet. HEX triplet: BA, 21 and 6C. RGB value is (186,33,108). Sum of RGB (Red+Green+Blue) = 186+33+108=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA216C is #45DE93. Grayscale: #575757. Windows color (decimal): -4578964 or 7086522. OLE color: 7086522.
HSL color Cylindrical-coordinate representation of color #BA216C: hue angle of 330.59º 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 #BA216C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 108 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.27 |
| HSL | 330.59º | 0.7% | 0.43% | - |
| HSV(B) | 330.59º | 0.82% | 0.73% | - |
| XYZ | 23.5 | 12.61 | 15.38 | - |
| YUV | 87.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 108 | 0 | 0.82 | 0.42 | 0.27 | 330.59 | 0.7 | 0.43 |
| Hex | BA | 21 | 6C | 0 | 52 | 2A | 1B | 14B | 46 | 2B |
| Octal | 272 | 41 | 154 | 0 | 122 | 52 | 33 | 513 | 106 | 53 |
| Binary | 10111010 | 100001 | 1101100 | 0 | 1010010 | 101010 | 11011 | 101001011 | 1000110 | 101011 |
Color Harmonies of #BA216C
Complementary color
Monochromatic Colors of #BA216C
Black with #BA216C
Text Example
Text Example
White with #BA216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA216C; }
p { color: rgb(186,33,108); }
H1.HeaderClassName
{
color: #BA216C;
}
.AnyTagClassName
{
color: #BA216C;
}
</style>
background-color css
<style>
a { background-color: #BA216C; }
a { background-color: rgb(186,33,108); }
div.DivClassName
{
background-color: #BA216C;
}
.BgClassName
{
background-color: #BA216C;
}
</style>
border-color css
<style>
span { border-color: #BA216C; }
span { border-color: rgb(186,33,108); }
td.TdClassName
{
border-color: #BA216C;
}
.TagClassName
{
border-color: #BA216C;
}
</style>