Shades of Mulberry #BC5B91
Tints of Mulberry #BC5B91
RGB
CMYK
RGB Variations
Color information
#BC5B91 (or 0xBC5B91) is known color: Mulberry. HEX triplet: BC, 5B and 91. RGB value is (188,91,145). Sum of RGB (Red+Green+Blue) = 188+91+145=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B91 is #43A46E. Grayscale: #7E7E7E. Windows color (decimal): -4433007 or 9526204. OLE color: 9526204.
HSL color Cylindrical-coordinate representation of color #BC5B91: hue angle of 326.6º 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 #BC5B91 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 145 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.26 |
| HSL | 326.6º | 0.42% | 0.55% | - |
| HSV(B) | 326.6º | 0.52% | 0.74% | - |
| XYZ | 29.59 | 20.22 | 29.13 | - |
| YUV | 126.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 145 | 0 | 0.52 | 0.23 | 0.26 | 326.6 | 0.42 | 0.55 |
| Hex | BC | 5B | 91 | 0 | 34 | 17 | 1A | 147 | 2A | 37 |
| Octal | 274 | 133 | 221 | 0 | 64 | 27 | 32 | 507 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10010001 | 0 | 110100 | 10111 | 11010 | 101000111 | 101010 | 110111 |
Color Harmonies of #BC5B91
Complementary color
Monochromatic Colors of #BC5B91
Black with #BC5B91
Text Example
Text Example
White with #BC5B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B91; }
p { color: rgb(188,91,145); }
H1.HeaderClassName
{
color: #BC5B91;
}
.AnyTagClassName
{
color: #BC5B91;
}
</style>
background-color css
<style>
a { background-color: #BC5B91; }
a { background-color: rgb(188,91,145); }
div.DivClassName
{
background-color: #BC5B91;
}
.BgClassName
{
background-color: #BC5B91;
}
</style>
border-color css
<style>
span { border-color: #BC5B91; }
span { border-color: rgb(188,91,145); }
td.TdClassName
{
border-color: #BC5B91;
}
.TagClassName
{
border-color: #BC5B91;
}
</style>