Shades of Mulberry #BC5E8E
Tints of Mulberry #BC5E8E
RGB
CMYK
RGB Variations
Color information
#BC5E8E (or 0xBC5E8E) is known color: Mulberry. HEX triplet: BC, 5E and 8E. RGB value is (188,94,142). Sum of RGB (Red+Green+Blue) = 188+94+142=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E8E is #43A171. Grayscale: #7F7F7F. Windows color (decimal): -4432242 or 9330364. OLE color: 9330364.
HSL color Cylindrical-coordinate representation of color #BC5E8E: hue angle of 329.36º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E8E is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 142 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.26 |
| HSL | 329.36º | 0.41% | 0.55% | - |
| HSV(B) | 329.36º | 0.5% | 0.74% | - |
| XYZ | 29.62 | 20.65 | 28.02 | - |
| YUV | 127.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 142 | 0 | 0.50 | 0.24 | 0.26 | 329.36 | 0.41 | 0.55 |
| Hex | BC | 5E | 8E | 0 | 32 | 18 | 1A | 149 | 29 | 37 |
| Octal | 274 | 136 | 216 | 0 | 62 | 30 | 32 | 511 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10001110 | 0 | 110010 | 11000 | 11010 | 101001001 | 101001 | 110111 |
Color Harmonies of #BC5E8E
Complementary color
Monochromatic Colors of #BC5E8E
Black with #BC5E8E
Text Example
Text Example
White with #BC5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E8E; }
p { color: rgb(188,94,142); }
H1.HeaderClassName
{
color: #BC5E8E;
}
.AnyTagClassName
{
color: #BC5E8E;
}
</style>
background-color css
<style>
a { background-color: #BC5E8E; }
a { background-color: rgb(188,94,142); }
div.DivClassName
{
background-color: #BC5E8E;
}
.BgClassName
{
background-color: #BC5E8E;
}
</style>
border-color css
<style>
span { border-color: #BC5E8E; }
span { border-color: rgb(188,94,142); }
td.TdClassName
{
border-color: #BC5E8E;
}
.TagClassName
{
border-color: #BC5E8E;
}
</style>