Shades of Medium Violet Red #BC1C87
Tints of Medium Violet Red #BC1C87
RGB
CMYK
RGB Variations
Color information
#BC1C87 (or 0xBC1C87) is known color: Medium Violet Red. HEX triplet: BC, 1C and 87. RGB value is (188,28,135). Sum of RGB (Red+Green+Blue) = 188+28+135=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1C87 is #43E378. Grayscale: #575757. Windows color (decimal): -4449145 or 8854716. OLE color: 8854716.
HSL color Cylindrical-coordinate representation of color #BC1C87: hue angle of 319.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C87 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 135 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.26 |
| HSL | 319.88º | 0.74% | 0.42% | - |
| HSV(B) | 319.88º | 0.85% | 0.74% | - |
| XYZ | 25.53 | 13.27 | 24.14 | - |
| YUV | 88.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 135 | 0 | 0.85 | 0.28 | 0.26 | 319.88 | 0.74 | 0.42 |
| Hex | BC | 1C | 87 | 0 | 55 | 1C | 1A | 140 | 4A | 2A |
| Octal | 274 | 34 | 207 | 0 | 125 | 34 | 32 | 500 | 112 | 52 |
| Binary | 10111100 | 11100 | 10000111 | 0 | 1010101 | 11100 | 11010 | 101000000 | 1001010 | 101010 |
Color Harmonies of #BC1C87
Complementary color
Monochromatic Colors of #BC1C87
Black with #BC1C87
Text Example
Text Example
White with #BC1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C87; }
p { color: rgb(188,28,135); }
H1.HeaderClassName
{
color: #BC1C87;
}
.AnyTagClassName
{
color: #BC1C87;
}
</style>
background-color css
<style>
a { background-color: #BC1C87; }
a { background-color: rgb(188,28,135); }
div.DivClassName
{
background-color: #BC1C87;
}
.BgClassName
{
background-color: #BC1C87;
}
</style>
border-color css
<style>
span { border-color: #BC1C87; }
span { border-color: rgb(188,28,135); }
td.TdClassName
{
border-color: #BC1C87;
}
.TagClassName
{
border-color: #BC1C87;
}
</style>