Shades of Mulberry #BC589E
Tints of Mulberry #BC589E
RGB
CMYK
RGB Variations
Color information
#BC589E (or 0xBC589E) is known color: Mulberry. HEX triplet: BC, 58 and 9E. RGB value is (188,88,158). Sum of RGB (Red+Green+Blue) = 188+88+158=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC589E is #43A761. Grayscale: #7D7D7D. Windows color (decimal): -4433762 or 10377404. OLE color: 10377404.
HSL color Cylindrical-coordinate representation of color #BC589E: hue angle of 318º 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 #BC589E is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 158 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.26 |
| HSL | 318º | 0.43% | 0.54% | - |
| HSV(B) | 318º | 0.53% | 0.74% | - |
| XYZ | 30.4 | 20.14 | 34.63 | - |
| YUV | 125.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 158 | 0 | 0.53 | 0.16 | 0.26 | 318 | 0.43 | 0.54 |
| Hex | BC | 58 | 9E | 0 | 35 | 10 | 1A | 13E | 2B | 36 |
| Octal | 274 | 130 | 236 | 0 | 65 | 20 | 32 | 476 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10011110 | 0 | 110101 | 10000 | 11010 | 100111110 | 101011 | 110110 |
Color Harmonies of #BC589E
Complementary color
Monochromatic Colors of #BC589E
Black with #BC589E
Text Example
Text Example
White with #BC589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC589E; }
p { color: rgb(188,88,158); }
H1.HeaderClassName
{
color: #BC589E;
}
.AnyTagClassName
{
color: #BC589E;
}
</style>
background-color css
<style>
a { background-color: #BC589E; }
a { background-color: rgb(188,88,158); }
div.DivClassName
{
background-color: #BC589E;
}
.BgClassName
{
background-color: #BC589E;
}
</style>
border-color css
<style>
span { border-color: #BC589E; }
span { border-color: rgb(188,88,158); }
td.TdClassName
{
border-color: #BC589E;
}
.TagClassName
{
border-color: #BC589E;
}
</style>