Shades of Medium Violet Red #BC048C
Tints of Medium Violet Red #BC048C
RGB
CMYK
RGB Variations
Color information
#BC048C (or 0xBC048C) is known color: Medium Violet Red. HEX triplet: BC, 04 and 8C. RGB value is (188,4,140). Sum of RGB (Red+Green+Blue) = 188+4+140=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC048C is #43FB73. Grayscale: #4A4A4A. Windows color (decimal): -4455284 or 9176252. OLE color: 9176252.
HSL color Cylindrical-coordinate representation of color #BC048C: hue angle of 315.65º 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 #BC048C is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.26 |
| HSL | 315.65º | 0.96% | 0.38% | - |
| HSV(B) | 315.65º | 0.98% | 0.74% | - |
| XYZ | 25.52 | 12.67 | 25.91 | - |
| YUV | 74.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 140 | 0 | 0.98 | 0.26 | 0.26 | 315.65 | 0.96 | 0.38 |
| Hex | BC | 4 | 8C | 0 | 62 | 1A | 1A | 13C | 60 | 26 |
| Octal | 274 | 4 | 214 | 0 | 142 | 32 | 32 | 474 | 140 | 46 |
| Binary | 10111100 | 100 | 10001100 | 0 | 1100010 | 11010 | 11010 | 100111100 | 1100000 | 100110 |
Color Harmonies of #BC048C
Complementary color
Monochromatic Colors of #BC048C
Black with #BC048C
Text Example
Text Example
White with #BC048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC048C; }
p { color: rgb(188,4,140); }
H1.HeaderClassName
{
color: #BC048C;
}
.AnyTagClassName
{
color: #BC048C;
}
</style>
background-color css
<style>
a { background-color: #BC048C; }
a { background-color: rgb(188,4,140); }
div.DivClassName
{
background-color: #BC048C;
}
.BgClassName
{
background-color: #BC048C;
}
</style>
border-color css
<style>
span { border-color: #BC048C; }
span { border-color: rgb(188,4,140); }
td.TdClassName
{
border-color: #BC048C;
}
.TagClassName
{
border-color: #BC048C;
}
</style>