Shades of Medium Violet Red #BC1780
Tints of Medium Violet Red #BC1780
RGB
CMYK
RGB Variations
Color information
#BC1780 (or 0xBC1780) is known color: Medium Violet Red. HEX triplet: BC, 17 and 80. RGB value is (188,23,128). Sum of RGB (Red+Green+Blue) = 188+23+128=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1780 is #43E87F. Grayscale: #545454. Windows color (decimal): -4450432 or 8394684. OLE color: 8394684.
HSL color Cylindrical-coordinate representation of color #BC1780: hue angle of 321.82º 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 #BC1780 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 128 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.26 |
| HSL | 321.82º | 0.78% | 0.41% | - |
| HSV(B) | 321.82º | 0.88% | 0.74% | - |
| XYZ | 24.94 | 12.86 | 21.59 | - |
| YUV | 84.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 128 | 0 | 0.88 | 0.32 | 0.26 | 321.82 | 0.78 | 0.41 |
| Hex | BC | 17 | 80 | 0 | 58 | 20 | 1A | 142 | 4E | 29 |
| Octal | 274 | 27 | 200 | 0 | 130 | 40 | 32 | 502 | 116 | 51 |
| Binary | 10111100 | 10111 | 10000000 | 0 | 1011000 | 100000 | 11010 | 101000010 | 1001110 | 101001 |
Color Harmonies of #BC1780
Complementary color
Monochromatic Colors of #BC1780
Black with #BC1780
Text Example
Text Example
White with #BC1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1780; }
p { color: rgb(188,23,128); }
H1.HeaderClassName
{
color: #BC1780;
}
.AnyTagClassName
{
color: #BC1780;
}
</style>
background-color css
<style>
a { background-color: #BC1780; }
a { background-color: rgb(188,23,128); }
div.DivClassName
{
background-color: #BC1780;
}
.BgClassName
{
background-color: #BC1780;
}
</style>
border-color css
<style>
span { border-color: #BC1780; }
span { border-color: rgb(188,23,128); }
td.TdClassName
{
border-color: #BC1780;
}
.TagClassName
{
border-color: #BC1780;
}
</style>