Shades of Mulberry #BC4589
Tints of Mulberry #BC4589
RGB
CMYK
RGB Variations
Color information
#BC4589 (or 0xBC4589) is known color: Mulberry. HEX triplet: BC, 45 and 89. RGB value is (188,69,137). Sum of RGB (Red+Green+Blue) = 188+69+137=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4589 is #43BA76. Grayscale: #707070. Windows color (decimal): -4438647 or 8996284. OLE color: 8996284.
HSL color Cylindrical-coordinate representation of color #BC4589: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4589 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 137 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.26 |
| HSL | 325.71º | 0.47% | 0.5% | - |
| HSV(B) | 325.71º | 0.63% | 0.74% | - |
| XYZ | 27.38 | 16.75 | 25.46 | - |
| YUV | 112.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 137 | 0 | 0.63 | 0.27 | 0.26 | 325.71 | 0.47 | 0.5 |
| Hex | BC | 45 | 89 | 0 | 3F | 1B | 1A | 146 | 2F | 32 |
| Octal | 274 | 105 | 211 | 0 | 77 | 33 | 32 | 506 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10001001 | 0 | 111111 | 11011 | 11010 | 101000110 | 101111 | 110010 |
Color Harmonies of #BC4589
Complementary color
Monochromatic Colors of #BC4589
Black with #BC4589
Text Example
Text Example
White with #BC4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4589; }
p { color: rgb(188,69,137); }
H1.HeaderClassName
{
color: #BC4589;
}
.AnyTagClassName
{
color: #BC4589;
}
</style>
background-color css
<style>
a { background-color: #BC4589; }
a { background-color: rgb(188,69,137); }
div.DivClassName
{
background-color: #BC4589;
}
.BgClassName
{
background-color: #BC4589;
}
</style>
border-color css
<style>
span { border-color: #BC4589; }
span { border-color: rgb(188,69,137); }
td.TdClassName
{
border-color: #BC4589;
}
.TagClassName
{
border-color: #BC4589;
}
</style>