Shades of Medium Violet Red #BC048E
Tints of Medium Violet Red #BC048E
RGB
CMYK
RGB Variations
Color information
#BC048E (or 0xBC048E) is known color: Medium Violet Red. HEX triplet: BC, 04 and 8E. RGB value is (188,4,142). Sum of RGB (Red+Green+Blue) = 188+4+142=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC048E is #43FB71. Grayscale: #4A4A4A. Windows color (decimal): -4455282 or 9307324. OLE color: 9307324.
HSL color Cylindrical-coordinate representation of color #BC048E: hue angle of 315º 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 #BC048E is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.26 |
| HSL | 315º | 0.96% | 0.38% | - |
| HSV(B) | 315º | 0.98% | 0.74% | - |
| XYZ | 25.66 | 12.73 | 26.7 | - |
| YUV | 74.75 | 165.96 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 142 | 0 | 0.98 | 0.24 | 0.26 | 315 | 0.96 | 0.38 |
| Hex | BC | 4 | 8E | 0 | 62 | 18 | 1A | 13B | 60 | 26 |
| Octal | 274 | 4 | 216 | 0 | 142 | 30 | 32 | 473 | 140 | 46 |
| Binary | 10111100 | 100 | 10001110 | 0 | 1100010 | 11000 | 11010 | 100111011 | 1100000 | 100110 |
Color Harmonies of #BC048E
Complementary color
Monochromatic Colors of #BC048E
Black with #BC048E
Text Example
Text Example
White with #BC048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC048E; }
p { color: rgb(188,4,142); }
H1.HeaderClassName
{
color: #BC048E;
}
.AnyTagClassName
{
color: #BC048E;
}
</style>
background-color css
<style>
a { background-color: #BC048E; }
a { background-color: rgb(188,4,142); }
div.DivClassName
{
background-color: #BC048E;
}
.BgClassName
{
background-color: #BC048E;
}
</style>
border-color css
<style>
span { border-color: #BC048E; }
span { border-color: rgb(188,4,142); }
td.TdClassName
{
border-color: #BC048E;
}
.TagClassName
{
border-color: #BC048E;
}
</style>