Shades of Mulberry #BC4D88
Tints of Mulberry #BC4D88
RGB
CMYK
RGB Variations
Color information
#BC4D88 (or 0xBC4D88) is known color: Mulberry. HEX triplet: BC, 4D and 88. RGB value is (188,77,136). Sum of RGB (Red+Green+Blue) = 188+77+136=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D88 is #43B277. Grayscale: #747474. Windows color (decimal): -4436600 or 8932796. OLE color: 8932796.
HSL color Cylindrical-coordinate representation of color #BC4D88: hue angle of 328.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D88 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 136 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.26 |
| HSL | 328.11º | 0.45% | 0.52% | - |
| HSV(B) | 328.11º | 0.59% | 0.74% | - |
| XYZ | 27.84 | 17.78 | 25.26 | - |
| YUV | 116.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 136 | 0 | 0.59 | 0.28 | 0.26 | 328.11 | 0.45 | 0.52 |
| Hex | BC | 4D | 88 | 0 | 3B | 1C | 1A | 148 | 2D | 34 |
| Octal | 274 | 115 | 210 | 0 | 73 | 34 | 32 | 510 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10001000 | 0 | 111011 | 11100 | 11010 | 101001000 | 101101 | 110100 |
Color Harmonies of #BC4D88
Complementary color
Monochromatic Colors of #BC4D88
Black with #BC4D88
Text Example
Text Example
White with #BC4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D88; }
p { color: rgb(188,77,136); }
H1.HeaderClassName
{
color: #BC4D88;
}
.AnyTagClassName
{
color: #BC4D88;
}
</style>
background-color css
<style>
a { background-color: #BC4D88; }
a { background-color: rgb(188,77,136); }
div.DivClassName
{
background-color: #BC4D88;
}
.BgClassName
{
background-color: #BC4D88;
}
</style>
border-color css
<style>
span { border-color: #BC4D88; }
span { border-color: rgb(188,77,136); }
td.TdClassName
{
border-color: #BC4D88;
}
.TagClassName
{
border-color: #BC4D88;
}
</style>