Shades of Mulberry #BC4B89
Tints of Mulberry #BC4B89
RGB
CMYK
RGB Variations
Color information
#BC4B89 (or 0xBC4B89) is known color: Mulberry. HEX triplet: BC, 4B and 89. RGB value is (188,75,137). Sum of RGB (Red+Green+Blue) = 188+75+137=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4B89 is #43B476. Grayscale: #737373. Windows color (decimal): -4437111 or 8997820. OLE color: 8997820.
HSL color Cylindrical-coordinate representation of color #BC4B89: hue angle of 327.08º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4B89 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 137 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.26 |
| HSL | 327.08º | 0.46% | 0.52% | - |
| HSV(B) | 327.08º | 0.6% | 0.74% | - |
| XYZ | 27.77 | 17.53 | 25.59 | - |
| YUV | 115.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 137 | 0 | 0.60 | 0.27 | 0.26 | 327.08 | 0.46 | 0.52 |
| Hex | BC | 4B | 89 | 0 | 3C | 1B | 1A | 147 | 2E | 34 |
| Octal | 274 | 113 | 211 | 0 | 74 | 33 | 32 | 507 | 56 | 64 |
| Binary | 10111100 | 1001011 | 10001001 | 0 | 111100 | 11011 | 11010 | 101000111 | 101110 | 110100 |
Color Harmonies of #BC4B89
Complementary color
Monochromatic Colors of #BC4B89
Black with #BC4B89
Text Example
Text Example
White with #BC4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B89; }
p { color: rgb(188,75,137); }
H1.HeaderClassName
{
color: #BC4B89;
}
.AnyTagClassName
{
color: #BC4B89;
}
</style>
background-color css
<style>
a { background-color: #BC4B89; }
a { background-color: rgb(188,75,137); }
div.DivClassName
{
background-color: #BC4B89;
}
.BgClassName
{
background-color: #BC4B89;
}
</style>
border-color css
<style>
span { border-color: #BC4B89; }
span { border-color: rgb(188,75,137); }
td.TdClassName
{
border-color: #BC4B89;
}
.TagClassName
{
border-color: #BC4B89;
}
</style>