Shades of Mulberry #BC5289
Tints of Mulberry #BC5289
RGB
CMYK
RGB Variations
Color information
#BC5289 (or 0xBC5289) is known color: Mulberry. HEX triplet: BC, 52 and 89. RGB value is (188,82,137). Sum of RGB (Red+Green+Blue) = 188+82+137=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5289 is #43AD76. Grayscale: #777777. Windows color (decimal): -4435319 or 8999612. OLE color: 8999612.
HSL color Cylindrical-coordinate representation of color #BC5289: hue angle of 328.87º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5289 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 137 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.26 |
| HSL | 328.87º | 0.44% | 0.53% | - |
| HSV(B) | 328.87º | 0.56% | 0.74% | - |
| XYZ | 28.27 | 18.53 | 25.75 | - |
| YUV | 119.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 137 | 0 | 0.56 | 0.27 | 0.26 | 328.87 | 0.44 | 0.53 |
| Hex | BC | 52 | 89 | 0 | 38 | 1B | 1A | 149 | 2C | 35 |
| Octal | 274 | 122 | 211 | 0 | 70 | 33 | 32 | 511 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10001001 | 0 | 111000 | 11011 | 11010 | 101001001 | 101100 | 110101 |
Color Harmonies of #BC5289
Complementary color
Monochromatic Colors of #BC5289
Black with #BC5289
Text Example
Text Example
White with #BC5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5289; }
p { color: rgb(188,82,137); }
H1.HeaderClassName
{
color: #BC5289;
}
.AnyTagClassName
{
color: #BC5289;
}
</style>
background-color css
<style>
a { background-color: #BC5289; }
a { background-color: rgb(188,82,137); }
div.DivClassName
{
background-color: #BC5289;
}
.BgClassName
{
background-color: #BC5289;
}
</style>
border-color css
<style>
span { border-color: #BC5289; }
span { border-color: rgb(188,82,137); }
td.TdClassName
{
border-color: #BC5289;
}
.TagClassName
{
border-color: #BC5289;
}
</style>