Shades of Medium Red Violet #BC2979
Tints of Medium Red Violet #BC2979
RGB
CMYK
RGB Variations
Color information
#BC2979 (or 0xBC2979) is known color: Medium Red Violet. HEX triplet: BC, 29 and 79. RGB value is (188,41,121). Sum of RGB (Red+Green+Blue) = 188+41+121=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2979 is #43D686. Grayscale: #5D5D5D. Windows color (decimal): -4445831 or 7940540. OLE color: 7940540.
HSL color Cylindrical-coordinate representation of color #BC2979: hue angle of 327.35º 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 #BC2979 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 121 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.26 |
| HSL | 327.35º | 0.64% | 0.45% | - |
| HSV(B) | 327.35º | 0.78% | 0.74% | - |
| XYZ | 24.98 | 13.66 | 19.41 | - |
| YUV | 94.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 121 | 0 | 0.78 | 0.36 | 0.26 | 327.35 | 0.64 | 0.45 |
| Hex | BC | 29 | 79 | 0 | 4E | 24 | 1A | 147 | 40 | 2D |
| Octal | 274 | 51 | 171 | 0 | 116 | 44 | 32 | 507 | 100 | 55 |
| Binary | 10111100 | 101001 | 1111001 | 0 | 1001110 | 100100 | 11010 | 101000111 | 1000000 | 101101 |
Color Harmonies of #BC2979
Complementary color
Monochromatic Colors of #BC2979
Black with #BC2979
Text Example
Text Example
White with #BC2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2979; }
p { color: rgb(188,41,121); }
H1.HeaderClassName
{
color: #BC2979;
}
.AnyTagClassName
{
color: #BC2979;
}
</style>
background-color css
<style>
a { background-color: #BC2979; }
a { background-color: rgb(188,41,121); }
div.DivClassName
{
background-color: #BC2979;
}
.BgClassName
{
background-color: #BC2979;
}
</style>
border-color css
<style>
span { border-color: #BC2979; }
span { border-color: rgb(188,41,121); }
td.TdClassName
{
border-color: #BC2979;
}
.TagClassName
{
border-color: #BC2979;
}
</style>