Shades of Medium Red Violet #BC2971
Tints of Medium Red Violet #BC2971
RGB
CMYK
RGB Variations
Color information
#BC2971 (or 0xBC2971) is known color: Medium Red Violet. HEX triplet: BC, 29 and 71. RGB value is (188,41,113). Sum of RGB (Red+Green+Blue) = 188+41+113=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2971 is #43D68E. Grayscale: #5D5D5D. Windows color (decimal): -4445839 or 7416252. OLE color: 7416252.
HSL color Cylindrical-coordinate representation of color #BC2971: hue angle of 330.61º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2971 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 113 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.26 |
| HSL | 330.61º | 0.64% | 0.45% | - |
| HSV(B) | 330.61º | 0.78% | 0.74% | - |
| XYZ | 24.51 | 13.47 | 16.93 | - |
| YUV | 93.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 113 | 0 | 0.78 | 0.40 | 0.26 | 330.61 | 0.64 | 0.45 |
| Hex | BC | 29 | 71 | 0 | 4E | 28 | 1A | 14B | 40 | 2D |
| Octal | 274 | 51 | 161 | 0 | 116 | 50 | 32 | 513 | 100 | 55 |
| Binary | 10111100 | 101001 | 1110001 | 0 | 1001110 | 101000 | 11010 | 101001011 | 1000000 | 101101 |
Color Harmonies of #BC2971
Complementary color
Monochromatic Colors of #BC2971
Black with #BC2971
Text Example
Text Example
White with #BC2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2971; }
p { color: rgb(188,41,113); }
H1.HeaderClassName
{
color: #BC2971;
}
.AnyTagClassName
{
color: #BC2971;
}
</style>
background-color css
<style>
a { background-color: #BC2971; }
a { background-color: rgb(188,41,113); }
div.DivClassName
{
background-color: #BC2971;
}
.BgClassName
{
background-color: #BC2971;
}
</style>
border-color css
<style>
span { border-color: #BC2971; }
span { border-color: rgb(188,41,113); }
td.TdClassName
{
border-color: #BC2971;
}
.TagClassName
{
border-color: #BC2971;
}
</style>