Shades of Medium Red Violet #BA286E
Tints of Medium Red Violet #BA286E
RGB
CMYK
RGB Variations
Color information
#BA286E (or 0xBA286E) is known color: Medium Red Violet. HEX triplet: BA, 28 and 6E. RGB value is (186,40,110). Sum of RGB (Red+Green+Blue) = 186+40+110=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA286E is #45D791. Grayscale: #5B5B5B. Windows color (decimal): -4577170 or 7219386. OLE color: 7219386.
HSL color Cylindrical-coordinate representation of color #BA286E: hue angle of 331.23º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA286E is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 110 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.27 |
| HSL | 331.23º | 0.65% | 0.44% | - |
| HSV(B) | 331.23º | 0.78% | 0.73% | - |
| XYZ | 23.82 | 13.08 | 16.02 | - |
| YUV | 91.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 110 | 0 | 0.78 | 0.41 | 0.27 | 331.23 | 0.65 | 0.44 |
| Hex | BA | 28 | 6E | 0 | 4E | 29 | 1B | 14B | 41 | 2C |
| Octal | 272 | 50 | 156 | 0 | 116 | 51 | 33 | 513 | 101 | 54 |
| Binary | 10111010 | 101000 | 1101110 | 0 | 1001110 | 101001 | 11011 | 101001011 | 1000001 | 101100 |
Color Harmonies of #BA286E
Complementary color
Monochromatic Colors of #BA286E
Black with #BA286E
Text Example
Text Example
White with #BA286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA286E; }
p { color: rgb(186,40,110); }
H1.HeaderClassName
{
color: #BA286E;
}
.AnyTagClassName
{
color: #BA286E;
}
</style>
background-color css
<style>
a { background-color: #BA286E; }
a { background-color: rgb(186,40,110); }
div.DivClassName
{
background-color: #BA286E;
}
.BgClassName
{
background-color: #BA286E;
}
</style>
border-color css
<style>
span { border-color: #BA286E; }
span { border-color: rgb(186,40,110); }
td.TdClassName
{
border-color: #BA286E;
}
.TagClassName
{
border-color: #BA286E;
}
</style>