Shades of Medium Red Violet #BA276F
Tints of Medium Red Violet #BA276F
RGB
CMYK
RGB Variations
Color information
#BA276F (or 0xBA276F) is known color: Medium Red Violet. HEX triplet: BA, 27 and 6F. RGB value is (186,39,111). Sum of RGB (Red+Green+Blue) = 186+39+111=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276F is #45D890. Grayscale: #5B5B5B. Windows color (decimal): -4577425 or 7284666. OLE color: 7284666.
HSL color Cylindrical-coordinate representation of color #BA276F: hue angle of 330.61º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA276F is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 111 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.27 |
| HSL | 330.61º | 0.65% | 0.44% | - |
| HSV(B) | 330.61º | 0.79% | 0.73% | - |
| XYZ | 23.84 | 13.04 | 16.3 | - |
| YUV | 91.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 111 | 0 | 0.79 | 0.40 | 0.27 | 330.61 | 0.65 | 0.44 |
| Hex | BA | 27 | 6F | 0 | 4F | 28 | 1B | 14B | 41 | 2C |
| Octal | 272 | 47 | 157 | 0 | 117 | 50 | 33 | 513 | 101 | 54 |
| Binary | 10111010 | 100111 | 1101111 | 0 | 1001111 | 101000 | 11011 | 101001011 | 1000001 | 101100 |
Color Harmonies of #BA276F
Complementary color
Monochromatic Colors of #BA276F
Black with #BA276F
Text Example
Text Example
White with #BA276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA276F; }
p { color: rgb(186,39,111); }
H1.HeaderClassName
{
color: #BA276F;
}
.AnyTagClassName
{
color: #BA276F;
}
</style>
background-color css
<style>
a { background-color: #BA276F; }
a { background-color: rgb(186,39,111); }
div.DivClassName
{
background-color: #BA276F;
}
.BgClassName
{
background-color: #BA276F;
}
</style>
border-color css
<style>
span { border-color: #BA276F; }
span { border-color: rgb(186,39,111); }
td.TdClassName
{
border-color: #BA276F;
}
.TagClassName
{
border-color: #BA276F;
}
</style>