Shades of Medium Red Violet #BA276B
Tints of Medium Red Violet #BA276B
RGB
CMYK
RGB Variations
Color information
#BA276B (or 0xBA276B) is known color: Medium Red Violet. HEX triplet: BA, 27 and 6B. RGB value is (186,39,107). Sum of RGB (Red+Green+Blue) = 186+39+107=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276B is #45D894. Grayscale: #5A5A5A. Windows color (decimal): -4577429 or 7022522. OLE color: 7022522.
HSL color Cylindrical-coordinate representation of color #BA276B: hue angle of 332.24º 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 #BA276B is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 107 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.27 |
| HSL | 332.24º | 0.65% | 0.44% | - |
| HSV(B) | 332.24º | 0.79% | 0.73% | - |
| XYZ | 23.63 | 12.95 | 15.16 | - |
| YUV | 90.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 107 | 0 | 0.79 | 0.42 | 0.27 | 332.24 | 0.65 | 0.44 |
| Hex | BA | 27 | 6B | 0 | 4F | 2A | 1B | 14C | 41 | 2C |
| Octal | 272 | 47 | 153 | 0 | 117 | 52 | 33 | 514 | 101 | 54 |
| Binary | 10111010 | 100111 | 1101011 | 0 | 1001111 | 101010 | 11011 | 101001100 | 1000001 | 101100 |
Color Harmonies of #BA276B
Complementary color
Monochromatic Colors of #BA276B
Black with #BA276B
Text Example
Text Example
White with #BA276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA276B; }
p { color: rgb(186,39,107); }
H1.HeaderClassName
{
color: #BA276B;
}
.AnyTagClassName
{
color: #BA276B;
}
</style>
background-color css
<style>
a { background-color: #BA276B; }
a { background-color: rgb(186,39,107); }
div.DivClassName
{
background-color: #BA276B;
}
.BgClassName
{
background-color: #BA276B;
}
</style>
border-color css
<style>
span { border-color: #BA276B; }
span { border-color: rgb(186,39,107); }
td.TdClassName
{
border-color: #BA276B;
}
.TagClassName
{
border-color: #BA276B;
}
</style>