Shades of Mulberry #BC5D8E
Tints of Mulberry #BC5D8E
RGB
CMYK
RGB Variations
Color information
#BC5D8E (or 0xBC5D8E) is known color: Mulberry. HEX triplet: BC, 5D and 8E. RGB value is (188,93,142). Sum of RGB (Red+Green+Blue) = 188+93+142=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D8E is #43A271. Grayscale: #7E7E7E. Windows color (decimal): -4432498 or 9330108. OLE color: 9330108.
HSL color Cylindrical-coordinate representation of color #BC5D8E: hue angle of 329.05º degrees, saturation: 0.41, 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 #BC5D8E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 142 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.26 |
| HSL | 329.05º | 0.41% | 0.55% | - |
| HSV(B) | 329.05º | 0.51% | 0.74% | - |
| XYZ | 29.54 | 20.47 | 27.99 | - |
| YUV | 126.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 142 | 0 | 0.51 | 0.24 | 0.26 | 329.05 | 0.41 | 0.55 |
| Hex | BC | 5D | 8E | 0 | 33 | 18 | 1A | 149 | 29 | 37 |
| Octal | 274 | 135 | 216 | 0 | 63 | 30 | 32 | 511 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10001110 | 0 | 110011 | 11000 | 11010 | 101001001 | 101001 | 110111 |
Color Harmonies of #BC5D8E
Complementary color
Monochromatic Colors of #BC5D8E
Black with #BC5D8E
Text Example
Text Example
White with #BC5D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D8E; }
p { color: rgb(188,93,142); }
H1.HeaderClassName
{
color: #BC5D8E;
}
.AnyTagClassName
{
color: #BC5D8E;
}
</style>
background-color css
<style>
a { background-color: #BC5D8E; }
a { background-color: rgb(188,93,142); }
div.DivClassName
{
background-color: #BC5D8E;
}
.BgClassName
{
background-color: #BC5D8E;
}
</style>
border-color css
<style>
span { border-color: #BC5D8E; }
span { border-color: rgb(188,93,142); }
td.TdClassName
{
border-color: #BC5D8E;
}
.TagClassName
{
border-color: #BC5D8E;
}
</style>