Shades of Mulberry #BC5B90
Tints of Mulberry #BC5B90
RGB
CMYK
RGB Variations
Color information
#BC5B90 (or 0xBC5B90) is known color: Mulberry. HEX triplet: BC, 5B and 90. RGB value is (188,91,144). Sum of RGB (Red+Green+Blue) = 188+91+144=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B90 is #43A46F. Grayscale: #7D7D7D. Windows color (decimal): -4433008 or 9460668. OLE color: 9460668.
HSL color Cylindrical-coordinate representation of color #BC5B90: hue angle of 327.22º 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 #BC5B90 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 144 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.26 |
| HSL | 327.22º | 0.42% | 0.55% | - |
| HSV(B) | 327.22º | 0.52% | 0.74% | - |
| XYZ | 29.51 | 20.19 | 28.73 | - |
| YUV | 126.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 144 | 0 | 0.52 | 0.23 | 0.26 | 327.22 | 0.42 | 0.55 |
| Hex | BC | 5B | 90 | 0 | 34 | 17 | 1A | 147 | 2A | 37 |
| Octal | 274 | 133 | 220 | 0 | 64 | 27 | 32 | 507 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10010000 | 0 | 110100 | 10111 | 11010 | 101000111 | 101010 | 110111 |
Color Harmonies of #BC5B90
Complementary color
Monochromatic Colors of #BC5B90
Black with #BC5B90
Text Example
Text Example
White with #BC5B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B90; }
p { color: rgb(188,91,144); }
H1.HeaderClassName
{
color: #BC5B90;
}
.AnyTagClassName
{
color: #BC5B90;
}
</style>
background-color css
<style>
a { background-color: #BC5B90; }
a { background-color: rgb(188,91,144); }
div.DivClassName
{
background-color: #BC5B90;
}
.BgClassName
{
background-color: #BC5B90;
}
</style>
border-color css
<style>
span { border-color: #BC5B90; }
span { border-color: rgb(188,91,144); }
td.TdClassName
{
border-color: #BC5B90;
}
.TagClassName
{
border-color: #BC5B90;
}
</style>