Shades of Mulberry #BC589B
Tints of Mulberry #BC589B
RGB
CMYK
RGB Variations
Color information
#BC589B (or 0xBC589B) is known color: Mulberry. HEX triplet: BC, 58 and 9B. RGB value is (188,88,155). Sum of RGB (Red+Green+Blue) = 188+88+155=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC589B is #43A764. Grayscale: #7D7D7D. Windows color (decimal): -4433765 or 10180796. OLE color: 10180796.
HSL color Cylindrical-coordinate representation of color #BC589B: hue angle of 319.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 #BC589B is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 155 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.26 |
| HSL | 319.8º | 0.43% | 0.54% | - |
| HSV(B) | 319.8º | 0.53% | 0.74% | - |
| XYZ | 30.15 | 20.04 | 33.29 | - |
| YUV | 125.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 155 | 0 | 0.53 | 0.18 | 0.26 | 319.8 | 0.43 | 0.54 |
| Hex | BC | 58 | 9B | 0 | 35 | 12 | 1A | 140 | 2B | 36 |
| Octal | 274 | 130 | 233 | 0 | 65 | 22 | 32 | 500 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10011011 | 0 | 110101 | 10010 | 11010 | 101000000 | 101011 | 110110 |
Color Harmonies of #BC589B
Complementary color
Monochromatic Colors of #BC589B
Black with #BC589B
Text Example
Text Example
White with #BC589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC589B; }
p { color: rgb(188,88,155); }
H1.HeaderClassName
{
color: #BC589B;
}
.AnyTagClassName
{
color: #BC589B;
}
</style>
background-color css
<style>
a { background-color: #BC589B; }
a { background-color: rgb(188,88,155); }
div.DivClassName
{
background-color: #BC589B;
}
.BgClassName
{
background-color: #BC589B;
}
</style>
border-color css
<style>
span { border-color: #BC589B; }
span { border-color: rgb(188,88,155); }
td.TdClassName
{
border-color: #BC589B;
}
.TagClassName
{
border-color: #BC589B;
}
</style>