Shades of Medium Violet Red #BC1687
Tints of Medium Violet Red #BC1687
RGB
CMYK
RGB Variations
Color information
#BC1687 (or 0xBC1687) is known color: Medium Violet Red. HEX triplet: BC, 16 and 87. RGB value is (188,22,135). Sum of RGB (Red+Green+Blue) = 188+22+135=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1687 is #43E978. Grayscale: #545454. Windows color (decimal): -4450681 or 8853180. OLE color: 8853180.
HSL color Cylindrical-coordinate representation of color #BC1687: hue angle of 319.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1687 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 135 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.26 |
| HSL | 319.16º | 0.79% | 0.41% | - |
| HSV(B) | 319.16º | 0.88% | 0.74% | - |
| XYZ | 25.4 | 13.01 | 24.1 | - |
| YUV | 84.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 135 | 0 | 0.88 | 0.28 | 0.26 | 319.16 | 0.79 | 0.41 |
| Hex | BC | 16 | 87 | 0 | 58 | 1C | 1A | 13F | 4F | 29 |
| Octal | 274 | 26 | 207 | 0 | 130 | 34 | 32 | 477 | 117 | 51 |
| Binary | 10111100 | 10110 | 10000111 | 0 | 1011000 | 11100 | 11010 | 100111111 | 1001111 | 101001 |
Color Harmonies of #BC1687
Complementary color
Monochromatic Colors of #BC1687
Black with #BC1687
Text Example
Text Example
White with #BC1687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1687; }
p { color: rgb(188,22,135); }
H1.HeaderClassName
{
color: #BC1687;
}
.AnyTagClassName
{
color: #BC1687;
}
</style>
background-color css
<style>
a { background-color: #BC1687; }
a { background-color: rgb(188,22,135); }
div.DivClassName
{
background-color: #BC1687;
}
.BgClassName
{
background-color: #BC1687;
}
</style>
border-color css
<style>
span { border-color: #BC1687; }
span { border-color: rgb(188,22,135); }
td.TdClassName
{
border-color: #BC1687;
}
.TagClassName
{
border-color: #BC1687;
}
</style>