Shades of Medium Red Violet #BC2870
Tints of Medium Red Violet #BC2870
RGB
CMYK
RGB Variations
Color information
#BC2870 (or 0xBC2870) is known color: Medium Red Violet. HEX triplet: BC, 28 and 70. RGB value is (188,40,112). Sum of RGB (Red+Green+Blue) = 188+40+112=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2870 is #43D78F. Grayscale: #5C5C5C. Windows color (decimal): -4446096 or 7350460. OLE color: 7350460.
HSL color Cylindrical-coordinate representation of color #BC2870: hue angle of 330.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2870 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 112 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.26 |
| HSL | 330.81º | 0.65% | 0.45% | - |
| HSV(B) | 330.81º | 0.79% | 0.74% | - |
| XYZ | 24.42 | 13.38 | 16.62 | - |
| YUV | 92.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 112 | 0 | 0.79 | 0.40 | 0.26 | 330.81 | 0.65 | 0.45 |
| Hex | BC | 28 | 70 | 0 | 4F | 28 | 1A | 14B | 41 | 2D |
| Octal | 274 | 50 | 160 | 0 | 117 | 50 | 32 | 513 | 101 | 55 |
| Binary | 10111100 | 101000 | 1110000 | 0 | 1001111 | 101000 | 11010 | 101001011 | 1000001 | 101101 |
Color Harmonies of #BC2870
Complementary color
Monochromatic Colors of #BC2870
Black with #BC2870
Text Example
Text Example
White with #BC2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2870; }
p { color: rgb(188,40,112); }
H1.HeaderClassName
{
color: #BC2870;
}
.AnyTagClassName
{
color: #BC2870;
}
</style>
background-color css
<style>
a { background-color: #BC2870; }
a { background-color: rgb(188,40,112); }
div.DivClassName
{
background-color: #BC2870;
}
.BgClassName
{
background-color: #BC2870;
}
</style>
border-color css
<style>
span { border-color: #BC2870; }
span { border-color: rgb(188,40,112); }
td.TdClassName
{
border-color: #BC2870;
}
.TagClassName
{
border-color: #BC2870;
}
</style>