Shades of Medium Violet Red #BC1587
Tints of Medium Violet Red #BC1587
RGB
CMYK
RGB Variations
Color information
#BC1587 (or 0xBC1587) is known color: Medium Violet Red. HEX triplet: BC, 15 and 87. RGB value is (188,21,135). Sum of RGB (Red+Green+Blue) = 188+21+135=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1587 is #43EA78. Grayscale: #535353. Windows color (decimal): -4450937 or 8852924. OLE color: 8852924.
HSL color Cylindrical-coordinate representation of color #BC1587: hue angle of 319.04º 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 #BC1587 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 135 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.26 |
| HSL | 319.04º | 0.8% | 0.41% | - |
| HSV(B) | 319.04º | 0.89% | 0.74% | - |
| XYZ | 25.38 | 12.98 | 24.09 | - |
| YUV | 83.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 135 | 0 | 0.89 | 0.28 | 0.26 | 319.04 | 0.8 | 0.41 |
| Hex | BC | 15 | 87 | 0 | 59 | 1C | 1A | 13F | 50 | 29 |
| Octal | 274 | 25 | 207 | 0 | 131 | 34 | 32 | 477 | 120 | 51 |
| Binary | 10111100 | 10101 | 10000111 | 0 | 1011001 | 11100 | 11010 | 100111111 | 1010000 | 101001 |
Color Harmonies of #BC1587
Complementary color
Monochromatic Colors of #BC1587
Black with #BC1587
Text Example
Text Example
White with #BC1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1587; }
p { color: rgb(188,21,135); }
H1.HeaderClassName
{
color: #BC1587;
}
.AnyTagClassName
{
color: #BC1587;
}
</style>
background-color css
<style>
a { background-color: #BC1587; }
a { background-color: rgb(188,21,135); }
div.DivClassName
{
background-color: #BC1587;
}
.BgClassName
{
background-color: #BC1587;
}
</style>
border-color css
<style>
span { border-color: #BC1587; }
span { border-color: rgb(188,21,135); }
td.TdClassName
{
border-color: #BC1587;
}
.TagClassName
{
border-color: #BC1587;
}
</style>