Shades of Mulberry #BC588F
Tints of Mulberry #BC588F
RGB
CMYK
RGB Variations
Color information
#BC588F (or 0xBC588F) is known color: Mulberry. HEX triplet: BC, 58 and 8F. RGB value is (188,88,143). Sum of RGB (Red+Green+Blue) = 188+88+143=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC588F is #43A770. Grayscale: #7C7C7C. Windows color (decimal): -4433777 or 9394364. OLE color: 9394364.
HSL color Cylindrical-coordinate representation of color #BC588F: hue angle of 327º 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 #BC588F is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 143 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.26 |
| HSL | 327º | 0.43% | 0.54% | - |
| HSV(B) | 327º | 0.53% | 0.74% | - |
| XYZ | 29.19 | 19.65 | 28.24 | - |
| YUV | 124.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 143 | 0 | 0.53 | 0.24 | 0.26 | 327 | 0.43 | 0.54 |
| Hex | BC | 58 | 8F | 0 | 35 | 18 | 1A | 147 | 2B | 36 |
| Octal | 274 | 130 | 217 | 0 | 65 | 30 | 32 | 507 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10001111 | 0 | 110101 | 11000 | 11010 | 101000111 | 101011 | 110110 |
Color Harmonies of #BC588F
Complementary color
Monochromatic Colors of #BC588F
Black with #BC588F
Text Example
Text Example
White with #BC588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC588F; }
p { color: rgb(188,88,143); }
H1.HeaderClassName
{
color: #BC588F;
}
.AnyTagClassName
{
color: #BC588F;
}
</style>
background-color css
<style>
a { background-color: #BC588F; }
a { background-color: rgb(188,88,143); }
div.DivClassName
{
background-color: #BC588F;
}
.BgClassName
{
background-color: #BC588F;
}
</style>
border-color css
<style>
span { border-color: #BC588F; }
span { border-color: rgb(188,88,143); }
td.TdClassName
{
border-color: #BC588F;
}
.TagClassName
{
border-color: #BC588F;
}
</style>