Shades of Medium Red Violet #BA276E
Tints of Medium Red Violet #BA276E
RGB
CMYK
RGB Variations
Color information
#BA276E (or 0xBA276E) is known color: Medium Red Violet. HEX triplet: BA, 27 and 6E. RGB value is (186,39,110). Sum of RGB (Red+Green+Blue) = 186+39+110=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276E is #45D891. Grayscale: #5A5A5A. Windows color (decimal): -4577426 or 7219130. OLE color: 7219130.
HSL color Cylindrical-coordinate representation of color #BA276E: hue angle of 331.02º 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 #BA276E is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 110 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.27 |
| HSL | 331.02º | 0.65% | 0.44% | - |
| HSV(B) | 331.02º | 0.79% | 0.73% | - |
| XYZ | 23.79 | 13.02 | 16.01 | - |
| YUV | 91.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 110 | 0 | 0.79 | 0.41 | 0.27 | 331.02 | 0.65 | 0.44 |
| Hex | BA | 27 | 6E | 0 | 4F | 29 | 1B | 14B | 41 | 2C |
| Octal | 272 | 47 | 156 | 0 | 117 | 51 | 33 | 513 | 101 | 54 |
| Binary | 10111010 | 100111 | 1101110 | 0 | 1001111 | 101001 | 11011 | 101001011 | 1000001 | 101100 |
Color Harmonies of #BA276E
Complementary color
Monochromatic Colors of #BA276E
Black with #BA276E
Text Example
Text Example
White with #BA276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA276E; }
p { color: rgb(186,39,110); }
H1.HeaderClassName
{
color: #BA276E;
}
.AnyTagClassName
{
color: #BA276E;
}
</style>
background-color css
<style>
a { background-color: #BA276E; }
a { background-color: rgb(186,39,110); }
div.DivClassName
{
background-color: #BA276E;
}
.BgClassName
{
background-color: #BA276E;
}
</style>
border-color css
<style>
span { border-color: #BA276E; }
span { border-color: rgb(186,39,110); }
td.TdClassName
{
border-color: #BA276E;
}
.TagClassName
{
border-color: #BA276E;
}
</style>