Shades of Medium Violet Red #BC049D
Tints of Medium Violet Red #BC049D
RGB
CMYK
RGB Variations
Color information
#BC049D (or 0xBC049D) is known color: Medium Violet Red. HEX triplet: BC, 04 and 9D. RGB value is (188,4,157). Sum of RGB (Red+Green+Blue) = 188+4+157=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC049D is #43FB62. Grayscale: #4C4C4C. Windows color (decimal): -4455267 or 10290364. OLE color: 10290364.
HSL color Cylindrical-coordinate representation of color #BC049D: hue angle of 310.11º 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 #BC049D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.26 |
| HSL | 310.11º | 0.96% | 0.38% | - |
| HSV(B) | 310.11º | 0.98% | 0.74% | - |
| XYZ | 26.87 | 13.21 | 33.03 | - |
| YUV | 76.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 157 | 0 | 0.98 | 0.16 | 0.26 | 310.11 | 0.96 | 0.38 |
| Hex | BC | 4 | 9D | 0 | 62 | 10 | 1A | 136 | 60 | 26 |
| Octal | 274 | 4 | 235 | 0 | 142 | 20 | 32 | 466 | 140 | 46 |
| Binary | 10111100 | 100 | 10011101 | 0 | 1100010 | 10000 | 11010 | 100110110 | 1100000 | 100110 |
Color Harmonies of #BC049D
Complementary color
Monochromatic Colors of #BC049D
Black with #BC049D
Text Example
Text Example
White with #BC049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC049D; }
p { color: rgb(188,4,157); }
H1.HeaderClassName
{
color: #BC049D;
}
.AnyTagClassName
{
color: #BC049D;
}
</style>
background-color css
<style>
a { background-color: #BC049D; }
a { background-color: rgb(188,4,157); }
div.DivClassName
{
background-color: #BC049D;
}
.BgClassName
{
background-color: #BC049D;
}
</style>
border-color css
<style>
span { border-color: #BC049D; }
span { border-color: rgb(188,4,157); }
td.TdClassName
{
border-color: #BC049D;
}
.TagClassName
{
border-color: #BC049D;
}
</style>