Shades of Medium Violet Red #BC049C
Tints of Medium Violet Red #BC049C
RGB
CMYK
RGB Variations
Color information
#BC049C (or 0xBC049C) is known color: Medium Violet Red. HEX triplet: BC, 04 and 9C. RGB value is (188,4,156). Sum of RGB (Red+Green+Blue) = 188+4+156=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC049C is #43FB63. Grayscale: #4B4B4B. Windows color (decimal): -4455268 or 10224828. OLE color: 10224828.
HSL color Cylindrical-coordinate representation of color #BC049C: hue angle of 310.43º 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 #BC049C is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.26 |
| HSL | 310.43º | 0.96% | 0.38% | - |
| HSV(B) | 310.43º | 0.98% | 0.74% | - |
| XYZ | 26.78 | 13.18 | 32.58 | - |
| YUV | 76.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 156 | 0 | 0.98 | 0.17 | 0.26 | 310.43 | 0.96 | 0.38 |
| Hex | BC | 4 | 9C | 0 | 62 | 11 | 1A | 136 | 60 | 26 |
| Octal | 274 | 4 | 234 | 0 | 142 | 21 | 32 | 466 | 140 | 46 |
| Binary | 10111100 | 100 | 10011100 | 0 | 1100010 | 10001 | 11010 | 100110110 | 1100000 | 100110 |
Color Harmonies of #BC049C
Complementary color
Monochromatic Colors of #BC049C
Black with #BC049C
Text Example
Text Example
White with #BC049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC049C; }
p { color: rgb(188,4,156); }
H1.HeaderClassName
{
color: #BC049C;
}
.AnyTagClassName
{
color: #BC049C;
}
</style>
background-color css
<style>
a { background-color: #BC049C; }
a { background-color: rgb(188,4,156); }
div.DivClassName
{
background-color: #BC049C;
}
.BgClassName
{
background-color: #BC049C;
}
</style>
border-color css
<style>
span { border-color: #BC049C; }
span { border-color: rgb(188,4,156); }
td.TdClassName
{
border-color: #BC049C;
}
.TagClassName
{
border-color: #BC049C;
}
</style>