Shades of Medium Red Violet #BC2970
Tints of Medium Red Violet #BC2970
RGB
CMYK
RGB Variations
Color information
#BC2970 (or 0xBC2970) is known color: Medium Red Violet. HEX triplet: BC, 29 and 70. RGB value is (188,41,112). Sum of RGB (Red+Green+Blue) = 188+41+112=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2970 is #43D68F. Grayscale: #5C5C5C. Windows color (decimal): -4445840 or 7350716. OLE color: 7350716.
HSL color Cylindrical-coordinate representation of color #BC2970: hue angle of 331.02º 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 #BC2970 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 112 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.26 |
| HSL | 331.02º | 0.64% | 0.45% | - |
| HSV(B) | 331.02º | 0.78% | 0.74% | - |
| XYZ | 24.46 | 13.45 | 16.64 | - |
| YUV | 93.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 112 | 0 | 0.78 | 0.40 | 0.26 | 331.02 | 0.64 | 0.45 |
| Hex | BC | 29 | 70 | 0 | 4E | 28 | 1A | 14B | 40 | 2D |
| Octal | 274 | 51 | 160 | 0 | 116 | 50 | 32 | 513 | 100 | 55 |
| Binary | 10111100 | 101001 | 1110000 | 0 | 1001110 | 101000 | 11010 | 101001011 | 1000000 | 101101 |
Color Harmonies of #BC2970
Complementary color
Monochromatic Colors of #BC2970
Black with #BC2970
Text Example
Text Example
White with #BC2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2970; }
p { color: rgb(188,41,112); }
H1.HeaderClassName
{
color: #BC2970;
}
.AnyTagClassName
{
color: #BC2970;
}
</style>
background-color css
<style>
a { background-color: #BC2970; }
a { background-color: rgb(188,41,112); }
div.DivClassName
{
background-color: #BC2970;
}
.BgClassName
{
background-color: #BC2970;
}
</style>
border-color css
<style>
span { border-color: #BC2970; }
span { border-color: rgb(188,41,112); }
td.TdClassName
{
border-color: #BC2970;
}
.TagClassName
{
border-color: #BC2970;
}
</style>