Shades of Mulberry #BC4289
Tints of Mulberry #BC4289
RGB
CMYK
RGB Variations
Color information
#BC4289 (or 0xBC4289) is known color: Mulberry. HEX triplet: BC, 42 and 89. RGB value is (188,66,137). Sum of RGB (Red+Green+Blue) = 188+66+137=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4289 is #43BD76. Grayscale: #6E6E6E. Windows color (decimal): -4439415 or 8995516. OLE color: 8995516.
HSL color Cylindrical-coordinate representation of color #BC4289: hue angle of 325.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4289 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 137 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.26 |
| HSL | 325.08º | 0.48% | 0.5% | - |
| HSV(B) | 325.08º | 0.65% | 0.74% | - |
| XYZ | 27.2 | 16.39 | 25.4 | - |
| YUV | 110.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 137 | 0 | 0.65 | 0.27 | 0.26 | 325.08 | 0.48 | 0.5 |
| Hex | BC | 42 | 89 | 0 | 41 | 1B | 1A | 145 | 30 | 32 |
| Octal | 274 | 102 | 211 | 0 | 101 | 33 | 32 | 505 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10001001 | 0 | 1000001 | 11011 | 11010 | 101000101 | 110000 | 110010 |
Color Harmonies of #BC4289
Complementary color
Monochromatic Colors of #BC4289
Black with #BC4289
Text Example
Text Example
White with #BC4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4289; }
p { color: rgb(188,66,137); }
H1.HeaderClassName
{
color: #BC4289;
}
.AnyTagClassName
{
color: #BC4289;
}
</style>
background-color css
<style>
a { background-color: #BC4289; }
a { background-color: rgb(188,66,137); }
div.DivClassName
{
background-color: #BC4289;
}
.BgClassName
{
background-color: #BC4289;
}
</style>
border-color css
<style>
span { border-color: #BC4289; }
span { border-color: rgb(188,66,137); }
td.TdClassName
{
border-color: #BC4289;
}
.TagClassName
{
border-color: #BC4289;
}
</style>