Shades of Mulberry #BC4F88
Tints of Mulberry #BC4F88
RGB
CMYK
RGB Variations
Color information
#BC4F88 (or 0xBC4F88) is known color: Mulberry. HEX triplet: BC, 4F and 88. RGB value is (188,79,136). Sum of RGB (Red+Green+Blue) = 188+79+136=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F88 is #43B077. Grayscale: #757575. Windows color (decimal): -4436088 or 8933308. OLE color: 8933308.
HSL color Cylindrical-coordinate representation of color #BC4F88: hue angle of 328.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F88 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 136 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.26 |
| HSL | 328.62º | 0.45% | 0.52% | - |
| HSV(B) | 328.62º | 0.58% | 0.74% | - |
| XYZ | 27.98 | 18.06 | 25.3 | - |
| YUV | 118.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 136 | 0 | 0.58 | 0.28 | 0.26 | 328.62 | 0.45 | 0.52 |
| Hex | BC | 4F | 88 | 0 | 3A | 1C | 1A | 149 | 2D | 34 |
| Octal | 274 | 117 | 210 | 0 | 72 | 34 | 32 | 511 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10001000 | 0 | 111010 | 11100 | 11010 | 101001001 | 101101 | 110100 |
Color Harmonies of #BC4F88
Complementary color
Monochromatic Colors of #BC4F88
Black with #BC4F88
Text Example
Text Example
White with #BC4F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F88; }
p { color: rgb(188,79,136); }
H1.HeaderClassName
{
color: #BC4F88;
}
.AnyTagClassName
{
color: #BC4F88;
}
</style>
background-color css
<style>
a { background-color: #BC4F88; }
a { background-color: rgb(188,79,136); }
div.DivClassName
{
background-color: #BC4F88;
}
.BgClassName
{
background-color: #BC4F88;
}
</style>
border-color css
<style>
span { border-color: #BC4F88; }
span { border-color: rgb(188,79,136); }
td.TdClassName
{
border-color: #BC4F88;
}
.TagClassName
{
border-color: #BC4F88;
}
</style>