Shades of Medium Violet Red #BC057C
Tints of Medium Violet Red #BC057C
RGB
CMYK
RGB Variations
Color information
#BC057C (or 0xBC057C) is known color: Medium Violet Red. HEX triplet: BC, 05 and 7C. RGB value is (188,5,124). Sum of RGB (Red+Green+Blue) = 188+5+124=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC057C is #43FA83. Grayscale: #484848. Windows color (decimal): -4455044 or 8127932. OLE color: 8127932.
HSL color Cylindrical-coordinate representation of color #BC057C: hue angle of 320.98º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC057C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.26 |
| HSL | 320.98º | 0.95% | 0.38% | - |
| HSV(B) | 320.98º | 0.97% | 0.74% | - |
| XYZ | 24.43 | 12.26 | 20.15 | - |
| YUV | 73.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 124 | 0 | 0.97 | 0.34 | 0.26 | 320.98 | 0.95 | 0.38 |
| Hex | BC | 5 | 7C | 0 | 61 | 22 | 1A | 141 | 5F | 26 |
| Octal | 274 | 5 | 174 | 0 | 141 | 42 | 32 | 501 | 137 | 46 |
| Binary | 10111100 | 101 | 1111100 | 0 | 1100001 | 100010 | 11010 | 101000001 | 1011111 | 100110 |
Color Harmonies of #BC057C
Complementary color
Monochromatic Colors of #BC057C
Black with #BC057C
Text Example
Text Example
White with #BC057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC057C; }
p { color: rgb(188,5,124); }
H1.HeaderClassName
{
color: #BC057C;
}
.AnyTagClassName
{
color: #BC057C;
}
</style>
background-color css
<style>
a { background-color: #BC057C; }
a { background-color: rgb(188,5,124); }
div.DivClassName
{
background-color: #BC057C;
}
.BgClassName
{
background-color: #BC057C;
}
</style>
border-color css
<style>
span { border-color: #BC057C; }
span { border-color: rgb(188,5,124); }
td.TdClassName
{
border-color: #BC057C;
}
.TagClassName
{
border-color: #BC057C;
}
</style>