Shades of Medium Red Violet #BA276A
Tints of Medium Red Violet #BA276A
RGB
CMYK
RGB Variations
Color information
#BA276A (or 0xBA276A) is known color: Medium Red Violet. HEX triplet: BA, 27 and 6A. RGB value is (186,39,106). Sum of RGB (Red+Green+Blue) = 186+39+106=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276A is #45D895. Grayscale: #5A5A5A. Windows color (decimal): -4577430 or 6956986. OLE color: 6956986.
HSL color Cylindrical-coordinate representation of color #BA276A: hue angle of 332.65º 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 #BA276A is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 106 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.27 |
| HSL | 332.65º | 0.65% | 0.44% | - |
| HSV(B) | 332.65º | 0.79% | 0.73% | - |
| XYZ | 23.58 | 12.93 | 14.89 | - |
| YUV | 90.59 | 136.7 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 106 | 0 | 0.79 | 0.43 | 0.27 | 332.65 | 0.65 | 0.44 |
| Hex | BA | 27 | 6A | 0 | 4F | 2B | 1B | 14D | 41 | 2C |
| Octal | 272 | 47 | 152 | 0 | 117 | 53 | 33 | 515 | 101 | 54 |
| Binary | 10111010 | 100111 | 1101010 | 0 | 1001111 | 101011 | 11011 | 101001101 | 1000001 | 101100 |
Color Harmonies of #BA276A
Complementary color
Monochromatic Colors of #BA276A
Black with #BA276A
Text Example
Text Example
White with #BA276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA276A; }
p { color: rgb(186,39,106); }
H1.HeaderClassName
{
color: #BA276A;
}
.AnyTagClassName
{
color: #BA276A;
}
</style>
background-color css
<style>
a { background-color: #BA276A; }
a { background-color: rgb(186,39,106); }
div.DivClassName
{
background-color: #BA276A;
}
.BgClassName
{
background-color: #BA276A;
}
</style>
border-color css
<style>
span { border-color: #BA276A; }
span { border-color: rgb(186,39,106); }
td.TdClassName
{
border-color: #BA276A;
}
.TagClassName
{
border-color: #BA276A;
}
</style>