Shades of Mulberry #BC5B87
Tints of Mulberry #BC5B87
RGB
CMYK
RGB Variations
Color information
#BC5B87 (or 0xBC5B87) is known color: Mulberry. HEX triplet: BC, 5B and 87. RGB value is (188,91,135). Sum of RGB (Red+Green+Blue) = 188+91+135=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B87 is #43A478. Grayscale: #7C7C7C. Windows color (decimal): -4433017 or 8870844. OLE color: 8870844.
HSL color Cylindrical-coordinate representation of color #BC5B87: hue angle of 332.78º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B87 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 135 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.26 |
| HSL | 332.78º | 0.42% | 0.55% | - |
| HSV(B) | 332.78º | 0.52% | 0.74% | - |
| XYZ | 28.85 | 19.92 | 25.25 | - |
| YUV | 125.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 135 | 0 | 0.52 | 0.28 | 0.26 | 332.78 | 0.42 | 0.55 |
| Hex | BC | 5B | 87 | 0 | 34 | 1C | 1A | 14D | 2A | 37 |
| Octal | 274 | 133 | 207 | 0 | 64 | 34 | 32 | 515 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10000111 | 0 | 110100 | 11100 | 11010 | 101001101 | 101010 | 110111 |
Color Harmonies of #BC5B87
Complementary color
Monochromatic Colors of #BC5B87
Black with #BC5B87
Text Example
Text Example
White with #BC5B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B87; }
p { color: rgb(188,91,135); }
H1.HeaderClassName
{
color: #BC5B87;
}
.AnyTagClassName
{
color: #BC5B87;
}
</style>
background-color css
<style>
a { background-color: #BC5B87; }
a { background-color: rgb(188,91,135); }
div.DivClassName
{
background-color: #BC5B87;
}
.BgClassName
{
background-color: #BC5B87;
}
</style>
border-color css
<style>
span { border-color: #BC5B87; }
span { border-color: rgb(188,91,135); }
td.TdClassName
{
border-color: #BC5B87;
}
.TagClassName
{
border-color: #BC5B87;
}
</style>