Shades of Mulberry #BC548C
Tints of Mulberry #BC548C
RGB
CMYK
RGB Variations
Color information
#BC548C (or 0xBC548C) is known color: Mulberry. HEX triplet: BC, 54 and 8C. RGB value is (188,84,140). Sum of RGB (Red+Green+Blue) = 188+84+140=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC548C is #43AB73. Grayscale: #797979. Windows color (decimal): -4434804 or 9196732. OLE color: 9196732.
HSL color Cylindrical-coordinate representation of color #BC548C: hue angle of 327.69º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC548C is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 140 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.26 |
| HSL | 327.69º | 0.44% | 0.53% | - |
| HSV(B) | 327.69º | 0.55% | 0.74% | - |
| XYZ | 28.64 | 18.93 | 26.95 | - |
| YUV | 121.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 140 | 0 | 0.55 | 0.26 | 0.26 | 327.69 | 0.44 | 0.53 |
| Hex | BC | 54 | 8C | 0 | 37 | 1A | 1A | 148 | 2C | 35 |
| Octal | 274 | 124 | 214 | 0 | 67 | 32 | 32 | 510 | 54 | 65 |
| Binary | 10111100 | 1010100 | 10001100 | 0 | 110111 | 11010 | 11010 | 101001000 | 101100 | 110101 |
Color Harmonies of #BC548C
Complementary color
Monochromatic Colors of #BC548C
Black with #BC548C
Text Example
Text Example
White with #BC548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC548C; }
p { color: rgb(188,84,140); }
H1.HeaderClassName
{
color: #BC548C;
}
.AnyTagClassName
{
color: #BC548C;
}
</style>
background-color css
<style>
a { background-color: #BC548C; }
a { background-color: rgb(188,84,140); }
div.DivClassName
{
background-color: #BC548C;
}
.BgClassName
{
background-color: #BC548C;
}
</style>
border-color css
<style>
span { border-color: #BC548C; }
span { border-color: rgb(188,84,140); }
td.TdClassName
{
border-color: #BC548C;
}
.TagClassName
{
border-color: #BC548C;
}
</style>