Shades of Mulberry #BC4B8C
Tints of Mulberry #BC4B8C
RGB
CMYK
RGB Variations
Color information
#BC4B8C (or 0xBC4B8C) is known color: Mulberry. HEX triplet: BC, 4B and 8C. RGB value is (188,75,140). Sum of RGB (Red+Green+Blue) = 188+75+140=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4B8C is #43B473. Grayscale: #747474. Windows color (decimal): -4437108 or 9194428. OLE color: 9194428.
HSL color Cylindrical-coordinate representation of color #BC4B8C: hue angle of 325.49º 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 #BC4B8C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 140 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.26 |
| HSL | 325.49º | 0.46% | 0.52% | - |
| HSV(B) | 325.49º | 0.6% | 0.74% | - |
| XYZ | 27.99 | 17.62 | 26.74 | - |
| YUV | 116.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 140 | 0 | 0.60 | 0.26 | 0.26 | 325.49 | 0.46 | 0.52 |
| Hex | BC | 4B | 8C | 0 | 3C | 1A | 1A | 145 | 2E | 34 |
| Octal | 274 | 113 | 214 | 0 | 74 | 32 | 32 | 505 | 56 | 64 |
| Binary | 10111100 | 1001011 | 10001100 | 0 | 111100 | 11010 | 11010 | 101000101 | 101110 | 110100 |
Color Harmonies of #BC4B8C
Complementary color
Monochromatic Colors of #BC4B8C
Black with #BC4B8C
Text Example
Text Example
White with #BC4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B8C; }
p { color: rgb(188,75,140); }
H1.HeaderClassName
{
color: #BC4B8C;
}
.AnyTagClassName
{
color: #BC4B8C;
}
</style>
background-color css
<style>
a { background-color: #BC4B8C; }
a { background-color: rgb(188,75,140); }
div.DivClassName
{
background-color: #BC4B8C;
}
.BgClassName
{
background-color: #BC4B8C;
}
</style>
border-color css
<style>
span { border-color: #BC4B8C; }
span { border-color: rgb(188,75,140); }
td.TdClassName
{
border-color: #BC4B8C;
}
.TagClassName
{
border-color: #BC4B8C;
}
</style>