Shades of Medium Red Violet #BA246E
Tints of Medium Red Violet #BA246E
RGB
CMYK
RGB Variations
Color information
#BA246E (or 0xBA246E) is known color: Medium Red Violet. HEX triplet: BA, 24 and 6E. RGB value is (186,36,110). Sum of RGB (Red+Green+Blue) = 186+36+110=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA246E is #45DB91. Grayscale: #595959. Windows color (decimal): -4578194 or 7218362. OLE color: 7218362.
HSL color Cylindrical-coordinate representation of color #BA246E: hue angle of 330.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA246E is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 110 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.27 |
| HSL | 330.4º | 0.68% | 0.44% | - |
| HSV(B) | 330.4º | 0.81% | 0.73% | - |
| XYZ | 23.7 | 12.83 | 15.98 | - |
| YUV | 89.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 110 | 0 | 0.81 | 0.41 | 0.27 | 330.4 | 0.68 | 0.44 |
| Hex | BA | 24 | 6E | 0 | 51 | 29 | 1B | 14A | 44 | 2C |
| Octal | 272 | 44 | 156 | 0 | 121 | 51 | 33 | 512 | 104 | 54 |
| Binary | 10111010 | 100100 | 1101110 | 0 | 1010001 | 101001 | 11011 | 101001010 | 1000100 | 101100 |
Color Harmonies of #BA246E
Complementary color
Monochromatic Colors of #BA246E
Black with #BA246E
Text Example
Text Example
White with #BA246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA246E; }
p { color: rgb(186,36,110); }
H1.HeaderClassName
{
color: #BA246E;
}
.AnyTagClassName
{
color: #BA246E;
}
</style>
background-color css
<style>
a { background-color: #BA246E; }
a { background-color: rgb(186,36,110); }
div.DivClassName
{
background-color: #BA246E;
}
.BgClassName
{
background-color: #BA246E;
}
</style>
border-color css
<style>
span { border-color: #BA246E; }
span { border-color: rgb(186,36,110); }
td.TdClassName
{
border-color: #BA246E;
}
.TagClassName
{
border-color: #BA246E;
}
</style>