Shades of Medium Violet Red #BC1570
Tints of Medium Violet Red #BC1570
RGB
CMYK
RGB Variations
Color information
#BC1570 (or 0xBC1570) is known color: Medium Violet Red. HEX triplet: BC, 15 and 70. RGB value is (188,21,112). Sum of RGB (Red+Green+Blue) = 188+21+112=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1570 is #43EA8F. Grayscale: #515151. Windows color (decimal): -4450960 or 7345596. OLE color: 7345596.
HSL color Cylindrical-coordinate representation of color #BC1570: hue angle of 327.31º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1570 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 112 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.26 |
| HSL | 327.31º | 0.8% | 0.41% | - |
| HSV(B) | 327.31º | 0.89% | 0.74% | - |
| XYZ | 23.93 | 12.4 | 16.46 | - |
| YUV | 81.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 112 | 0 | 0.89 | 0.40 | 0.26 | 327.31 | 0.8 | 0.41 |
| Hex | BC | 15 | 70 | 0 | 59 | 28 | 1A | 147 | 50 | 29 |
| Octal | 274 | 25 | 160 | 0 | 131 | 50 | 32 | 507 | 120 | 51 |
| Binary | 10111100 | 10101 | 1110000 | 0 | 1011001 | 101000 | 11010 | 101000111 | 1010000 | 101001 |
Color Harmonies of #BC1570
Complementary color
Monochromatic Colors of #BC1570
Black with #BC1570
Text Example
Text Example
White with #BC1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1570; }
p { color: rgb(188,21,112); }
H1.HeaderClassName
{
color: #BC1570;
}
.AnyTagClassName
{
color: #BC1570;
}
</style>
background-color css
<style>
a { background-color: #BC1570; }
a { background-color: rgb(188,21,112); }
div.DivClassName
{
background-color: #BC1570;
}
.BgClassName
{
background-color: #BC1570;
}
</style>
border-color css
<style>
span { border-color: #BC1570; }
span { border-color: rgb(188,21,112); }
td.TdClassName
{
border-color: #BC1570;
}
.TagClassName
{
border-color: #BC1570;
}
</style>