Shades of Mulberry #BC5E91
Tints of Mulberry #BC5E91
RGB
CMYK
RGB Variations
Color information
#BC5E91 (or 0xBC5E91) is known color: Mulberry. HEX triplet: BC, 5E and 91. RGB value is (188,94,145). Sum of RGB (Red+Green+Blue) = 188+94+145=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E91 is #43A16E. Grayscale: #7F7F7F. Windows color (decimal): -4432239 or 9526972. OLE color: 9526972.
HSL color Cylindrical-coordinate representation of color #BC5E91: hue angle of 327.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E91 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 145 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.26 |
| HSL | 327.45º | 0.41% | 0.55% | - |
| HSV(B) | 327.45º | 0.5% | 0.74% | - |
| XYZ | 29.85 | 20.74 | 29.22 | - |
| YUV | 127.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 145 | 0 | 0.50 | 0.23 | 0.26 | 327.45 | 0.41 | 0.55 |
| Hex | BC | 5E | 91 | 0 | 32 | 17 | 1A | 147 | 29 | 37 |
| Octal | 274 | 136 | 221 | 0 | 62 | 27 | 32 | 507 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10010001 | 0 | 110010 | 10111 | 11010 | 101000111 | 101001 | 110111 |
Color Harmonies of #BC5E91
Complementary color
Monochromatic Colors of #BC5E91
Black with #BC5E91
Text Example
Text Example
White with #BC5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E91; }
p { color: rgb(188,94,145); }
H1.HeaderClassName
{
color: #BC5E91;
}
.AnyTagClassName
{
color: #BC5E91;
}
</style>
background-color css
<style>
a { background-color: #BC5E91; }
a { background-color: rgb(188,94,145); }
div.DivClassName
{
background-color: #BC5E91;
}
.BgClassName
{
background-color: #BC5E91;
}
</style>
border-color css
<style>
span { border-color: #BC5E91; }
span { border-color: rgb(188,94,145); }
td.TdClassName
{
border-color: #BC5E91;
}
.TagClassName
{
border-color: #BC5E91;
}
</style>