Shades of Mulberry #BC4988
Tints of Mulberry #BC4988
RGB
CMYK
RGB Variations
Color information
#BC4988 (or 0xBC4988) is known color: Mulberry. HEX triplet: BC, 49 and 88. RGB value is (188,73,136). Sum of RGB (Red+Green+Blue) = 188+73+136=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4988 is #43B677. Grayscale: #727272. Windows color (decimal): -4437624 or 8931772. OLE color: 8931772.
HSL color Cylindrical-coordinate representation of color #BC4988: hue angle of 327.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4988 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 136 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.26 |
| HSL | 327.13º | 0.46% | 0.51% | - |
| HSV(B) | 327.13º | 0.61% | 0.74% | - |
| XYZ | 27.57 | 17.23 | 25.17 | - |
| YUV | 114.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 136 | 0 | 0.61 | 0.28 | 0.26 | 327.13 | 0.46 | 0.51 |
| Hex | BC | 49 | 88 | 0 | 3D | 1C | 1A | 147 | 2E | 33 |
| Octal | 274 | 111 | 210 | 0 | 75 | 34 | 32 | 507 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10001000 | 0 | 111101 | 11100 | 11010 | 101000111 | 101110 | 110011 |
Color Harmonies of #BC4988
Complementary color
Monochromatic Colors of #BC4988
Black with #BC4988
Text Example
Text Example
White with #BC4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4988; }
p { color: rgb(188,73,136); }
H1.HeaderClassName
{
color: #BC4988;
}
.AnyTagClassName
{
color: #BC4988;
}
</style>
background-color css
<style>
a { background-color: #BC4988; }
a { background-color: rgb(188,73,136); }
div.DivClassName
{
background-color: #BC4988;
}
.BgClassName
{
background-color: #BC4988;
}
</style>
border-color css
<style>
span { border-color: #BC4988; }
span { border-color: rgb(188,73,136); }
td.TdClassName
{
border-color: #BC4988;
}
.TagClassName
{
border-color: #BC4988;
}
</style>