Shades of Medium Red Violet #BA286C
Tints of Medium Red Violet #BA286C
RGB
CMYK
RGB Variations
Color information
#BA286C (or 0xBA286C) is known color: Medium Red Violet. HEX triplet: BA, 28 and 6C. RGB value is (186,40,108). Sum of RGB (Red+Green+Blue) = 186+40+108=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA286C is #45D793. Grayscale: #5B5B5B. Windows color (decimal): -4577172 or 7088314. OLE color: 7088314.
HSL color Cylindrical-coordinate representation of color #BA286C: hue angle of 332.05º 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 #BA286C is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 108 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.27 |
| HSL | 332.05º | 0.65% | 0.44% | - |
| HSV(B) | 332.05º | 0.78% | 0.73% | - |
| XYZ | 23.72 | 13.04 | 15.45 | - |
| YUV | 91.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 108 | 0 | 0.78 | 0.42 | 0.27 | 332.05 | 0.65 | 0.44 |
| Hex | BA | 28 | 6C | 0 | 4E | 2A | 1B | 14C | 41 | 2C |
| Octal | 272 | 50 | 154 | 0 | 116 | 52 | 33 | 514 | 101 | 54 |
| Binary | 10111010 | 101000 | 1101100 | 0 | 1001110 | 101010 | 11011 | 101001100 | 1000001 | 101100 |
Color Harmonies of #BA286C
Complementary color
Monochromatic Colors of #BA286C
Black with #BA286C
Text Example
Text Example
White with #BA286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA286C; }
p { color: rgb(186,40,108); }
H1.HeaderClassName
{
color: #BA286C;
}
.AnyTagClassName
{
color: #BA286C;
}
</style>
background-color css
<style>
a { background-color: #BA286C; }
a { background-color: rgb(186,40,108); }
div.DivClassName
{
background-color: #BA286C;
}
.BgClassName
{
background-color: #BA286C;
}
</style>
border-color css
<style>
span { border-color: #BA286C; }
span { border-color: rgb(186,40,108); }
td.TdClassName
{
border-color: #BA286C;
}
.TagClassName
{
border-color: #BA286C;
}
</style>