Shades of Mulberry #BC4789
Tints of Mulberry #BC4789
RGB
CMYK
RGB Variations
Color information
#BC4789 (or 0xBC4789) is known color: Mulberry. HEX triplet: BC, 47 and 89. RGB value is (188,71,137). Sum of RGB (Red+Green+Blue) = 188+71+137=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4789 is #43B876. Grayscale: #717171. Windows color (decimal): -4438135 or 8996796. OLE color: 8996796.
HSL color Cylindrical-coordinate representation of color #BC4789: hue angle of 326.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4789 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 137 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.26 |
| HSL | 326.15º | 0.47% | 0.51% | - |
| HSV(B) | 326.15º | 0.62% | 0.74% | - |
| XYZ | 27.51 | 17 | 25.5 | - |
| YUV | 113.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 137 | 0 | 0.62 | 0.27 | 0.26 | 326.15 | 0.47 | 0.51 |
| Hex | BC | 47 | 89 | 0 | 3E | 1B | 1A | 146 | 2F | 33 |
| Octal | 274 | 107 | 211 | 0 | 76 | 33 | 32 | 506 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10001001 | 0 | 111110 | 11011 | 11010 | 101000110 | 101111 | 110011 |
Color Harmonies of #BC4789
Complementary color
Monochromatic Colors of #BC4789
Black with #BC4789
Text Example
Text Example
White with #BC4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4789; }
p { color: rgb(188,71,137); }
H1.HeaderClassName
{
color: #BC4789;
}
.AnyTagClassName
{
color: #BC4789;
}
</style>
background-color css
<style>
a { background-color: #BC4789; }
a { background-color: rgb(188,71,137); }
div.DivClassName
{
background-color: #BC4789;
}
.BgClassName
{
background-color: #BC4789;
}
</style>
border-color css
<style>
span { border-color: #BC4789; }
span { border-color: rgb(188,71,137); }
td.TdClassName
{
border-color: #BC4789;
}
.TagClassName
{
border-color: #BC4789;
}
</style>