Shades of Medium Violet Red #BC1980
Tints of Medium Violet Red #BC1980
RGB
CMYK
RGB Variations
Color information
#BC1980 (or 0xBC1980) is known color: Medium Violet Red. HEX triplet: BC, 19 and 80. RGB value is (188,25,128). Sum of RGB (Red+Green+Blue) = 188+25+128=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1980 is #43E67F. Grayscale: #555555. Windows color (decimal): -4449920 or 8395196. OLE color: 8395196.
HSL color Cylindrical-coordinate representation of color #BC1980: hue angle of 322.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1980 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 128 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.26 |
| HSL | 322.09º | 0.77% | 0.42% | - |
| HSV(B) | 322.09º | 0.87% | 0.74% | - |
| XYZ | 24.98 | 12.95 | 21.6 | - |
| YUV | 85.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 128 | 0 | 0.87 | 0.32 | 0.26 | 322.09 | 0.77 | 0.42 |
| Hex | BC | 19 | 80 | 0 | 57 | 20 | 1A | 142 | 4D | 2A |
| Octal | 274 | 31 | 200 | 0 | 127 | 40 | 32 | 502 | 115 | 52 |
| Binary | 10111100 | 11001 | 10000000 | 0 | 1010111 | 100000 | 11010 | 101000010 | 1001101 | 101010 |
Color Harmonies of #BC1980
Complementary color
Monochromatic Colors of #BC1980
Black with #BC1980
Text Example
Text Example
White with #BC1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1980; }
p { color: rgb(188,25,128); }
H1.HeaderClassName
{
color: #BC1980;
}
.AnyTagClassName
{
color: #BC1980;
}
</style>
background-color css
<style>
a { background-color: #BC1980; }
a { background-color: rgb(188,25,128); }
div.DivClassName
{
background-color: #BC1980;
}
.BgClassName
{
background-color: #BC1980;
}
</style>
border-color css
<style>
span { border-color: #BC1980; }
span { border-color: rgb(188,25,128); }
td.TdClassName
{
border-color: #BC1980;
}
.TagClassName
{
border-color: #BC1980;
}
</style>