Shades of Mulberry #BC588E
Tints of Mulberry #BC588E
RGB
CMYK
RGB Variations
Color information
#BC588E (or 0xBC588E) is known color: Mulberry. HEX triplet: BC, 58 and 8E. RGB value is (188,88,142). Sum of RGB (Red+Green+Blue) = 188+88+142=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC588E is #43A771. Grayscale: #7B7B7B. Windows color (decimal): -4433778 or 9328828. OLE color: 9328828.
HSL color Cylindrical-coordinate representation of color #BC588E: hue angle of 327.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC588E is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 142 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.26 |
| HSL | 327.6º | 0.43% | 0.54% | - |
| HSV(B) | 327.6º | 0.53% | 0.74% | - |
| XYZ | 29.11 | 19.62 | 27.84 | - |
| YUV | 124.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 142 | 0 | 0.53 | 0.24 | 0.26 | 327.6 | 0.43 | 0.54 |
| Hex | BC | 58 | 8E | 0 | 35 | 18 | 1A | 148 | 2B | 36 |
| Octal | 274 | 130 | 216 | 0 | 65 | 30 | 32 | 510 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10001110 | 0 | 110101 | 11000 | 11010 | 101001000 | 101011 | 110110 |
Color Harmonies of #BC588E
Complementary color
Monochromatic Colors of #BC588E
Black with #BC588E
Text Example
Text Example
White with #BC588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC588E; }
p { color: rgb(188,88,142); }
H1.HeaderClassName
{
color: #BC588E;
}
.AnyTagClassName
{
color: #BC588E;
}
</style>
background-color css
<style>
a { background-color: #BC588E; }
a { background-color: rgb(188,88,142); }
div.DivClassName
{
background-color: #BC588E;
}
.BgClassName
{
background-color: #BC588E;
}
</style>
border-color css
<style>
span { border-color: #BC588E; }
span { border-color: rgb(188,88,142); }
td.TdClassName
{
border-color: #BC588E;
}
.TagClassName
{
border-color: #BC588E;
}
</style>