Shades of Mulberry #BC5C89
Tints of Mulberry #BC5C89
RGB
CMYK
RGB Variations
Color information
#BC5C89 (or 0xBC5C89) is known color: Mulberry. HEX triplet: BC, 5C and 89. RGB value is (188,92,137). Sum of RGB (Red+Green+Blue) = 188+92+137=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5C89 is #43A376. Grayscale: #7D7D7D. Windows color (decimal): -4432759 or 9002172. OLE color: 9002172.
HSL color Cylindrical-coordinate representation of color #BC5C89: hue angle of 331.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C89 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 137 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.26 |
| HSL | 331.88º | 0.42% | 0.55% | - |
| HSV(B) | 331.88º | 0.51% | 0.74% | - |
| XYZ | 29.08 | 20.15 | 26.02 | - |
| YUV | 125.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 137 | 0 | 0.51 | 0.27 | 0.26 | 331.88 | 0.42 | 0.55 |
| Hex | BC | 5C | 89 | 0 | 33 | 1B | 1A | 14C | 2A | 37 |
| Octal | 274 | 134 | 211 | 0 | 63 | 33 | 32 | 514 | 52 | 67 |
| Binary | 10111100 | 1011100 | 10001001 | 0 | 110011 | 11011 | 11010 | 101001100 | 101010 | 110111 |
Color Harmonies of #BC5C89
Complementary color
Monochromatic Colors of #BC5C89
Black with #BC5C89
Text Example
Text Example
White with #BC5C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C89; }
p { color: rgb(188,92,137); }
H1.HeaderClassName
{
color: #BC5C89;
}
.AnyTagClassName
{
color: #BC5C89;
}
</style>
background-color css
<style>
a { background-color: #BC5C89; }
a { background-color: rgb(188,92,137); }
div.DivClassName
{
background-color: #BC5C89;
}
.BgClassName
{
background-color: #BC5C89;
}
</style>
border-color css
<style>
span { border-color: #BC5C89; }
span { border-color: rgb(188,92,137); }
td.TdClassName
{
border-color: #BC5C89;
}
.TagClassName
{
border-color: #BC5C89;
}
</style>