Shades of Medium Violet Red #BC047C
Tints of Medium Violet Red #BC047C
RGB
CMYK
RGB Variations
Color information
#BC047C (or 0xBC047C) is known color: Medium Violet Red. HEX triplet: BC, 04 and 7C. RGB value is (188,4,124). Sum of RGB (Red+Green+Blue) = 188+4+124=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC047C is #43FB83. Grayscale: #484848. Windows color (decimal): -4455300 or 8127676. OLE color: 8127676.
HSL color Cylindrical-coordinate representation of color #BC047C: hue angle of 320.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC047C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.26 |
| HSL | 320.87º | 0.96% | 0.38% | - |
| HSV(B) | 320.87º | 0.98% | 0.74% | - |
| XYZ | 24.42 | 12.23 | 20.14 | - |
| YUV | 72.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 124 | 0 | 0.98 | 0.34 | 0.26 | 320.87 | 0.96 | 0.38 |
| Hex | BC | 4 | 7C | 0 | 62 | 22 | 1A | 141 | 60 | 26 |
| Octal | 274 | 4 | 174 | 0 | 142 | 42 | 32 | 501 | 140 | 46 |
| Binary | 10111100 | 100 | 1111100 | 0 | 1100010 | 100010 | 11010 | 101000001 | 1100000 | 100110 |
Color Harmonies of #BC047C
Complementary color
Monochromatic Colors of #BC047C
Black with #BC047C
Text Example
Text Example
White with #BC047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC047C; }
p { color: rgb(188,4,124); }
H1.HeaderClassName
{
color: #BC047C;
}
.AnyTagClassName
{
color: #BC047C;
}
</style>
background-color css
<style>
a { background-color: #BC047C; }
a { background-color: rgb(188,4,124); }
div.DivClassName
{
background-color: #BC047C;
}
.BgClassName
{
background-color: #BC047C;
}
</style>
border-color css
<style>
span { border-color: #BC047C; }
span { border-color: rgb(188,4,124); }
td.TdClassName
{
border-color: #BC047C;
}
.TagClassName
{
border-color: #BC047C;
}
</style>