Shades of Mulberry #BC588C
Tints of Mulberry #BC588C
RGB
CMYK
RGB Variations
Color information
#BC588C (or 0xBC588C) is known color: Mulberry. HEX triplet: BC, 58 and 8C. RGB value is (188,88,140). Sum of RGB (Red+Green+Blue) = 188+88+140=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC588C is #43A773. Grayscale: #7B7B7B. Windows color (decimal): -4433780 or 9197756. OLE color: 9197756.
HSL color Cylindrical-coordinate representation of color #BC588C: hue angle of 328.8º 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 #BC588C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 140 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.26 |
| HSL | 328.8º | 0.43% | 0.54% | - |
| HSV(B) | 328.8º | 0.53% | 0.74% | - |
| XYZ | 28.96 | 19.56 | 27.06 | - |
| YUV | 123.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 140 | 0 | 0.53 | 0.26 | 0.26 | 328.8 | 0.43 | 0.54 |
| Hex | BC | 58 | 8C | 0 | 35 | 1A | 1A | 149 | 2B | 36 |
| Octal | 274 | 130 | 214 | 0 | 65 | 32 | 32 | 511 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10001100 | 0 | 110101 | 11010 | 11010 | 101001001 | 101011 | 110110 |
Color Harmonies of #BC588C
Complementary color
Monochromatic Colors of #BC588C
Black with #BC588C
Text Example
Text Example
White with #BC588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC588C; }
p { color: rgb(188,88,140); }
H1.HeaderClassName
{
color: #BC588C;
}
.AnyTagClassName
{
color: #BC588C;
}
</style>
background-color css
<style>
a { background-color: #BC588C; }
a { background-color: rgb(188,88,140); }
div.DivClassName
{
background-color: #BC588C;
}
.BgClassName
{
background-color: #BC588C;
}
</style>
border-color css
<style>
span { border-color: #BC588C; }
span { border-color: rgb(188,88,140); }
td.TdClassName
{
border-color: #BC588C;
}
.TagClassName
{
border-color: #BC588C;
}
</style>