Shades of Medium Red Violet #BC2D70
Tints of Medium Red Violet #BC2D70
RGB
CMYK
RGB Variations
Color information
#BC2D70 (or 0xBC2D70) is known color: Medium Red Violet. HEX triplet: BC, 2D and 70. RGB value is (188,45,112). Sum of RGB (Red+Green+Blue) = 188+45+112=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D70 is #43D28F. Grayscale: #5F5F5F. Windows color (decimal): -4444816 or 7351740. OLE color: 7351740.
HSL color Cylindrical-coordinate representation of color #BC2D70: hue angle of 331.89º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D70 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 112 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.26 |
| HSL | 331.89º | 0.61% | 0.46% | - |
| HSV(B) | 331.89º | 0.76% | 0.74% | - |
| XYZ | 24.6 | 13.74 | 16.68 | - |
| YUV | 95.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 112 | 0 | 0.76 | 0.40 | 0.26 | 331.89 | 0.61 | 0.46 |
| Hex | BC | 2D | 70 | 0 | 4C | 28 | 1A | 14C | 3D | 2E |
| Octal | 274 | 55 | 160 | 0 | 114 | 50 | 32 | 514 | 75 | 56 |
| Binary | 10111100 | 101101 | 1110000 | 0 | 1001100 | 101000 | 11010 | 101001100 | 111101 | 101110 |
Color Harmonies of #BC2D70
Complementary color
Monochromatic Colors of #BC2D70
Black with #BC2D70
Text Example
Text Example
White with #BC2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D70; }
p { color: rgb(188,45,112); }
H1.HeaderClassName
{
color: #BC2D70;
}
.AnyTagClassName
{
color: #BC2D70;
}
</style>
background-color css
<style>
a { background-color: #BC2D70; }
a { background-color: rgb(188,45,112); }
div.DivClassName
{
background-color: #BC2D70;
}
.BgClassName
{
background-color: #BC2D70;
}
</style>
border-color css
<style>
span { border-color: #BC2D70; }
span { border-color: rgb(188,45,112); }
td.TdClassName
{
border-color: #BC2D70;
}
.TagClassName
{
border-color: #BC2D70;
}
</style>