Shades of Mulberry #BC5487
Tints of Mulberry #BC5487
RGB
CMYK
RGB Variations
Color information
#BC5487 (or 0xBC5487) is known color: Mulberry. HEX triplet: BC, 54 and 87. RGB value is (188,84,135). Sum of RGB (Red+Green+Blue) = 188+84+135=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5487 is #43AB78. Grayscale: #787878. Windows color (decimal): -4434809 or 8869052. OLE color: 8869052.
HSL color Cylindrical-coordinate representation of color #BC5487: hue angle of 330.58º 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 #BC5487 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 135 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.26 |
| HSL | 330.58º | 0.44% | 0.53% | - |
| HSV(B) | 330.58º | 0.55% | 0.74% | - |
| XYZ | 28.28 | 18.78 | 25.06 | - |
| YUV | 120.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 135 | 0 | 0.55 | 0.28 | 0.26 | 330.58 | 0.44 | 0.53 |
| Hex | BC | 54 | 87 | 0 | 37 | 1C | 1A | 14B | 2C | 35 |
| Octal | 274 | 124 | 207 | 0 | 67 | 34 | 32 | 513 | 54 | 65 |
| Binary | 10111100 | 1010100 | 10000111 | 0 | 110111 | 11100 | 11010 | 101001011 | 101100 | 110101 |
Color Harmonies of #BC5487
Complementary color
Monochromatic Colors of #BC5487
Black with #BC5487
Text Example
Text Example
White with #BC5487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5487; }
p { color: rgb(188,84,135); }
H1.HeaderClassName
{
color: #BC5487;
}
.AnyTagClassName
{
color: #BC5487;
}
</style>
background-color css
<style>
a { background-color: #BC5487; }
a { background-color: rgb(188,84,135); }
div.DivClassName
{
background-color: #BC5487;
}
.BgClassName
{
background-color: #BC5487;
}
</style>
border-color css
<style>
span { border-color: #BC5487; }
span { border-color: rgb(188,84,135); }
td.TdClassName
{
border-color: #BC5487;
}
.TagClassName
{
border-color: #BC5487;
}
</style>