Shades of Medium Violet Red #BC1771
Tints of Medium Violet Red #BC1771
RGB
CMYK
RGB Variations
Color information
#BC1771 (or 0xBC1771) is known color: Medium Violet Red. HEX triplet: BC, 17 and 71. RGB value is (188,23,113). Sum of RGB (Red+Green+Blue) = 188+23+113=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1771 is #43E88E. Grayscale: #525252. Windows color (decimal): -4450447 or 7411644. OLE color: 7411644.
HSL color Cylindrical-coordinate representation of color #BC1771: hue angle of 327.27º degrees, saturation: 0.78, 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 #BC1771 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 113 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.26 |
| HSL | 327.27º | 0.78% | 0.41% | - |
| HSV(B) | 327.27º | 0.88% | 0.74% | - |
| XYZ | 24.03 | 12.5 | 16.77 | - |
| YUV | 82.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 113 | 0 | 0.88 | 0.40 | 0.26 | 327.27 | 0.78 | 0.41 |
| Hex | BC | 17 | 71 | 0 | 58 | 28 | 1A | 147 | 4E | 29 |
| Octal | 274 | 27 | 161 | 0 | 130 | 50 | 32 | 507 | 116 | 51 |
| Binary | 10111100 | 10111 | 1110001 | 0 | 1011000 | 101000 | 11010 | 101000111 | 1001110 | 101001 |
Color Harmonies of #BC1771
Complementary color
Monochromatic Colors of #BC1771
Black with #BC1771
Text Example
Text Example
White with #BC1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1771; }
p { color: rgb(188,23,113); }
H1.HeaderClassName
{
color: #BC1771;
}
.AnyTagClassName
{
color: #BC1771;
}
</style>
background-color css
<style>
a { background-color: #BC1771; }
a { background-color: rgb(188,23,113); }
div.DivClassName
{
background-color: #BC1771;
}
.BgClassName
{
background-color: #BC1771;
}
</style>
border-color css
<style>
span { border-color: #BC1771; }
span { border-color: rgb(188,23,113); }
td.TdClassName
{
border-color: #BC1771;
}
.TagClassName
{
border-color: #BC1771;
}
</style>