Shades of Mulberry #BC5D8C
Tints of Mulberry #BC5D8C
RGB
CMYK
RGB Variations
Color information
#BC5D8C (or 0xBC5D8C) is known color: Mulberry. HEX triplet: BC, 5D and 8C. RGB value is (188,93,140). Sum of RGB (Red+Green+Blue) = 188+93+140=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D8C is #43A273. Grayscale: #7E7E7E. Windows color (decimal): -4432500 or 9199036. OLE color: 9199036.
HSL color Cylindrical-coordinate representation of color #BC5D8C: hue angle of 330.32º 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 #BC5D8C is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 140 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.26 |
| HSL | 330.32º | 0.41% | 0.55% | - |
| HSV(B) | 330.32º | 0.51% | 0.74% | - |
| XYZ | 29.39 | 20.41 | 27.2 | - |
| YUV | 126.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 140 | 0 | 0.51 | 0.26 | 0.26 | 330.32 | 0.41 | 0.55 |
| Hex | BC | 5D | 8C | 0 | 33 | 1A | 1A | 14A | 29 | 37 |
| Octal | 274 | 135 | 214 | 0 | 63 | 32 | 32 | 512 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10001100 | 0 | 110011 | 11010 | 11010 | 101001010 | 101001 | 110111 |
Color Harmonies of #BC5D8C
Complementary color
Monochromatic Colors of #BC5D8C
Black with #BC5D8C
Text Example
Text Example
White with #BC5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D8C; }
p { color: rgb(188,93,140); }
H1.HeaderClassName
{
color: #BC5D8C;
}
.AnyTagClassName
{
color: #BC5D8C;
}
</style>
background-color css
<style>
a { background-color: #BC5D8C; }
a { background-color: rgb(188,93,140); }
div.DivClassName
{
background-color: #BC5D8C;
}
.BgClassName
{
background-color: #BC5D8C;
}
</style>
border-color css
<style>
span { border-color: #BC5D8C; }
span { border-color: rgb(188,93,140); }
td.TdClassName
{
border-color: #BC5D8C;
}
.TagClassName
{
border-color: #BC5D8C;
}
</style>