Shades of Medium Violet Red #BC1480
Tints of Medium Violet Red #BC1480
RGB
CMYK
RGB Variations
Color information
#BC1480 (or 0xBC1480) is known color: Medium Violet Red. HEX triplet: BC, 14 and 80. RGB value is (188,20,128). Sum of RGB (Red+Green+Blue) = 188+20+128=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1480 is #43EB7F. Grayscale: #525252. Windows color (decimal): -4451200 or 8393916. OLE color: 8393916.
HSL color Cylindrical-coordinate representation of color #BC1480: hue angle of 321.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1480 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 128 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.26 |
| HSL | 321.43º | 0.81% | 0.41% | - |
| HSV(B) | 321.43º | 0.89% | 0.74% | - |
| XYZ | 24.89 | 12.75 | 21.57 | - |
| YUV | 82.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 128 | 0 | 0.89 | 0.32 | 0.26 | 321.43 | 0.81 | 0.41 |
| Hex | BC | 14 | 80 | 0 | 59 | 20 | 1A | 141 | 51 | 29 |
| Octal | 274 | 24 | 200 | 0 | 131 | 40 | 32 | 501 | 121 | 51 |
| Binary | 10111100 | 10100 | 10000000 | 0 | 1011001 | 100000 | 11010 | 101000001 | 1010001 | 101001 |
Color Harmonies of #BC1480
Complementary color
Monochromatic Colors of #BC1480
Black with #BC1480
Text Example
Text Example
White with #BC1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1480; }
p { color: rgb(188,20,128); }
H1.HeaderClassName
{
color: #BC1480;
}
.AnyTagClassName
{
color: #BC1480;
}
</style>
background-color css
<style>
a { background-color: #BC1480; }
a { background-color: rgb(188,20,128); }
div.DivClassName
{
background-color: #BC1480;
}
.BgClassName
{
background-color: #BC1480;
}
</style>
border-color css
<style>
span { border-color: #BC1480; }
span { border-color: rgb(188,20,128); }
td.TdClassName
{
border-color: #BC1480;
}
.TagClassName
{
border-color: #BC1480;
}
</style>