Shades of Medium Violet Red #BC1676
Tints of Medium Violet Red #BC1676
RGB
CMYK
RGB Variations
Color information
#BC1676 (or 0xBC1676) is known color: Medium Violet Red. HEX triplet: BC, 16 and 76. RGB value is (188,22,118). Sum of RGB (Red+Green+Blue) = 188+22+118=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1676 is #43E989. Grayscale: #525252. Windows color (decimal): -4450698 or 7739068. OLE color: 7739068.
HSL color Cylindrical-coordinate representation of color #BC1676: hue angle of 325.3º 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 #BC1676 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 118 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.26 |
| HSL | 325.3º | 0.79% | 0.41% | - |
| HSV(B) | 325.3º | 0.88% | 0.74% | - |
| XYZ | 24.3 | 12.57 | 18.29 | - |
| YUV | 82.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 118 | 0 | 0.88 | 0.37 | 0.26 | 325.3 | 0.79 | 0.41 |
| Hex | BC | 16 | 76 | 0 | 58 | 25 | 1A | 145 | 4F | 29 |
| Octal | 274 | 26 | 166 | 0 | 130 | 45 | 32 | 505 | 117 | 51 |
| Binary | 10111100 | 10110 | 1110110 | 0 | 1011000 | 100101 | 11010 | 101000101 | 1001111 | 101001 |
Color Harmonies of #BC1676
Complementary color
Monochromatic Colors of #BC1676
Black with #BC1676
Text Example
Text Example
White with #BC1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1676; }
p { color: rgb(188,22,118); }
H1.HeaderClassName
{
color: #BC1676;
}
.AnyTagClassName
{
color: #BC1676;
}
</style>
background-color css
<style>
a { background-color: #BC1676; }
a { background-color: rgb(188,22,118); }
div.DivClassName
{
background-color: #BC1676;
}
.BgClassName
{
background-color: #BC1676;
}
</style>
border-color css
<style>
span { border-color: #BC1676; }
span { border-color: rgb(188,22,118); }
td.TdClassName
{
border-color: #BC1676;
}
.TagClassName
{
border-color: #BC1676;
}
</style>