Shades of Mulberry #BC5189
Tints of Mulberry #BC5189
RGB
CMYK
RGB Variations
Color information
#BC5189 (or 0xBC5189) is known color: Mulberry. HEX triplet: BC, 51 and 89. RGB value is (188,81,137). Sum of RGB (Red+Green+Blue) = 188+81+137=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5189 is #43AE76. Grayscale: #777777. Windows color (decimal): -4435575 or 8999356. OLE color: 8999356.
HSL color Cylindrical-coordinate representation of color #BC5189: hue angle of 328.6º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5189 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 137 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.26 |
| HSL | 328.6º | 0.44% | 0.53% | - |
| HSV(B) | 328.6º | 0.57% | 0.74% | - |
| XYZ | 28.2 | 18.38 | 25.73 | - |
| YUV | 119.38 | 137.95 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 137 | 0 | 0.57 | 0.27 | 0.26 | 328.6 | 0.44 | 0.53 |
| Hex | BC | 51 | 89 | 0 | 39 | 1B | 1A | 149 | 2C | 35 |
| Octal | 274 | 121 | 211 | 0 | 71 | 33 | 32 | 511 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10001001 | 0 | 111001 | 11011 | 11010 | 101001001 | 101100 | 110101 |
Color Harmonies of #BC5189
Complementary color
Monochromatic Colors of #BC5189
Black with #BC5189
Text Example
Text Example
White with #BC5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5189; }
p { color: rgb(188,81,137); }
H1.HeaderClassName
{
color: #BC5189;
}
.AnyTagClassName
{
color: #BC5189;
}
</style>
background-color css
<style>
a { background-color: #BC5189; }
a { background-color: rgb(188,81,137); }
div.DivClassName
{
background-color: #BC5189;
}
.BgClassName
{
background-color: #BC5189;
}
</style>
border-color css
<style>
span { border-color: #BC5189; }
span { border-color: rgb(188,81,137); }
td.TdClassName
{
border-color: #BC5189;
}
.TagClassName
{
border-color: #BC5189;
}
</style>