Shades of Medium Violet Red #BC1580
Tints of Medium Violet Red #BC1580
RGB
CMYK
RGB Variations
Color information
#BC1580 (or 0xBC1580) is known color: Medium Violet Red. HEX triplet: BC, 15 and 80. RGB value is (188,21,128). Sum of RGB (Red+Green+Blue) = 188+21+128=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1580 is #43EA7F. Grayscale: #525252. Windows color (decimal): -4450944 or 8394172. OLE color: 8394172.
HSL color Cylindrical-coordinate representation of color #BC1580: hue angle of 321.56º 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 #BC1580 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 128 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.26 |
| HSL | 321.56º | 0.8% | 0.41% | - |
| HSV(B) | 321.56º | 0.89% | 0.74% | - |
| XYZ | 24.9 | 12.79 | 21.58 | - |
| YUV | 83.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 128 | 0 | 0.89 | 0.32 | 0.26 | 321.56 | 0.8 | 0.41 |
| Hex | BC | 15 | 80 | 0 | 59 | 20 | 1A | 142 | 50 | 29 |
| Octal | 274 | 25 | 200 | 0 | 131 | 40 | 32 | 502 | 120 | 51 |
| Binary | 10111100 | 10101 | 10000000 | 0 | 1011001 | 100000 | 11010 | 101000010 | 1010000 | 101001 |
Color Harmonies of #BC1580
Complementary color
Monochromatic Colors of #BC1580
Black with #BC1580
Text Example
Text Example
White with #BC1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1580; }
p { color: rgb(188,21,128); }
H1.HeaderClassName
{
color: #BC1580;
}
.AnyTagClassName
{
color: #BC1580;
}
</style>
background-color css
<style>
a { background-color: #BC1580; }
a { background-color: rgb(188,21,128); }
div.DivClassName
{
background-color: #BC1580;
}
.BgClassName
{
background-color: #BC1580;
}
</style>
border-color css
<style>
span { border-color: #BC1580; }
span { border-color: rgb(188,21,128); }
td.TdClassName
{
border-color: #BC1580;
}
.TagClassName
{
border-color: #BC1580;
}
</style>