Shades of Mulberry #BC4489
Tints of Mulberry #BC4489
RGB
CMYK
RGB Variations
Color information
#BC4489 (or 0xBC4489) is known color: Mulberry. HEX triplet: BC, 44 and 89. RGB value is (188,68,137). Sum of RGB (Red+Green+Blue) = 188+68+137=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4489 is #43BB76. Grayscale: #6F6F6F. Windows color (decimal): -4438903 or 8996028. OLE color: 8996028.
HSL color Cylindrical-coordinate representation of color #BC4489: hue angle of 325.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4489 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 137 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.26 |
| HSL | 325.5º | 0.47% | 0.5% | - |
| HSV(B) | 325.5º | 0.64% | 0.74% | - |
| XYZ | 27.32 | 16.63 | 25.44 | - |
| YUV | 111.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 137 | 0 | 0.64 | 0.27 | 0.26 | 325.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 89 | 0 | 40 | 1B | 1A | 146 | 2F | 32 |
| Octal | 274 | 104 | 211 | 0 | 100 | 33 | 32 | 506 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10001001 | 0 | 1000000 | 11011 | 11010 | 101000110 | 101111 | 110010 |
Color Harmonies of #BC4489
Complementary color
Monochromatic Colors of #BC4489
Black with #BC4489
Text Example
Text Example
White with #BC4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4489; }
p { color: rgb(188,68,137); }
H1.HeaderClassName
{
color: #BC4489;
}
.AnyTagClassName
{
color: #BC4489;
}
</style>
background-color css
<style>
a { background-color: #BC4489; }
a { background-color: rgb(188,68,137); }
div.DivClassName
{
background-color: #BC4489;
}
.BgClassName
{
background-color: #BC4489;
}
</style>
border-color css
<style>
span { border-color: #BC4489; }
span { border-color: rgb(188,68,137); }
td.TdClassName
{
border-color: #BC4489;
}
.TagClassName
{
border-color: #BC4489;
}
</style>