Shades of Mulberry #BC5D8F
Tints of Mulberry #BC5D8F
RGB
CMYK
RGB Variations
Color information
#BC5D8F (or 0xBC5D8F) is known color: Mulberry. HEX triplet: BC, 5D and 8F. RGB value is (188,93,143). Sum of RGB (Red+Green+Blue) = 188+93+143=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D8F is #43A270. Grayscale: #7F7F7F. Windows color (decimal): -4432497 or 9395644. OLE color: 9395644.
HSL color Cylindrical-coordinate representation of color #BC5D8F: hue angle of 328.42º 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 #BC5D8F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 143 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.26 |
| HSL | 328.42º | 0.41% | 0.55% | - |
| HSV(B) | 328.42º | 0.51% | 0.74% | - |
| XYZ | 29.61 | 20.5 | 28.38 | - |
| YUV | 127.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 143 | 0 | 0.51 | 0.24 | 0.26 | 328.42 | 0.41 | 0.55 |
| Hex | BC | 5D | 8F | 0 | 33 | 18 | 1A | 148 | 29 | 37 |
| Octal | 274 | 135 | 217 | 0 | 63 | 30 | 32 | 510 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10001111 | 0 | 110011 | 11000 | 11010 | 101001000 | 101001 | 110111 |
Color Harmonies of #BC5D8F
Complementary color
Monochromatic Colors of #BC5D8F
Black with #BC5D8F
Text Example
Text Example
White with #BC5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D8F; }
p { color: rgb(188,93,143); }
H1.HeaderClassName
{
color: #BC5D8F;
}
.AnyTagClassName
{
color: #BC5D8F;
}
</style>
background-color css
<style>
a { background-color: #BC5D8F; }
a { background-color: rgb(188,93,143); }
div.DivClassName
{
background-color: #BC5D8F;
}
.BgClassName
{
background-color: #BC5D8F;
}
</style>
border-color css
<style>
span { border-color: #BC5D8F; }
span { border-color: rgb(188,93,143); }
td.TdClassName
{
border-color: #BC5D8F;
}
.TagClassName
{
border-color: #BC5D8F;
}
</style>