Shades of Mulberry #BC4D9B
Tints of Mulberry #BC4D9B
RGB
CMYK
RGB Variations
Color information
#BC4D9B (or 0xBC4D9B) is known color: Mulberry. HEX triplet: BC, 4D and 9B. RGB value is (188,77,155). Sum of RGB (Red+Green+Blue) = 188+77+155=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D9B is #43B264. Grayscale: #767676. Windows color (decimal): -4436581 or 10177980. OLE color: 10177980.
HSL color Cylindrical-coordinate representation of color #BC4D9B: hue angle of 317.84º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D9B is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 155 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.26 |
| HSL | 317.84º | 0.45% | 0.52% | - |
| HSV(B) | 317.84º | 0.59% | 0.74% | - |
| XYZ | 29.31 | 18.37 | 33.01 | - |
| YUV | 119.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 155 | 0 | 0.59 | 0.18 | 0.26 | 317.84 | 0.45 | 0.52 |
| Hex | BC | 4D | 9B | 0 | 3B | 12 | 1A | 13E | 2D | 34 |
| Octal | 274 | 115 | 233 | 0 | 73 | 22 | 32 | 476 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10011011 | 0 | 111011 | 10010 | 11010 | 100111110 | 101101 | 110100 |
Color Harmonies of #BC4D9B
Complementary color
Monochromatic Colors of #BC4D9B
Black with #BC4D9B
Text Example
Text Example
White with #BC4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D9B; }
p { color: rgb(188,77,155); }
H1.HeaderClassName
{
color: #BC4D9B;
}
.AnyTagClassName
{
color: #BC4D9B;
}
</style>
background-color css
<style>
a { background-color: #BC4D9B; }
a { background-color: rgb(188,77,155); }
div.DivClassName
{
background-color: #BC4D9B;
}
.BgClassName
{
background-color: #BC4D9B;
}
</style>
border-color css
<style>
span { border-color: #BC4D9B; }
span { border-color: rgb(188,77,155); }
td.TdClassName
{
border-color: #BC4D9B;
}
.TagClassName
{
border-color: #BC4D9B;
}
</style>