Shades of Mulberry #BC4784
Tints of Mulberry #BC4784
RGB
CMYK
RGB Variations
Color information
#BC4784 (or 0xBC4784) is known color: Mulberry. HEX triplet: BC, 47 and 84. RGB value is (188,71,132). Sum of RGB (Red+Green+Blue) = 188+71+132=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4784 is #43B87B. Grayscale: #707070. Windows color (decimal): -4438140 or 8669116. OLE color: 8669116.
HSL color Cylindrical-coordinate representation of color #BC4784: hue angle of 328.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4784 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 132 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.26 |
| HSL | 328.72º | 0.47% | 0.51% | - |
| HSV(B) | 328.72º | 0.62% | 0.74% | - |
| XYZ | 27.16 | 16.86 | 23.65 | - |
| YUV | 112.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 132 | 0 | 0.62 | 0.30 | 0.26 | 328.72 | 0.47 | 0.51 |
| Hex | BC | 47 | 84 | 0 | 3E | 1E | 1A | 149 | 2F | 33 |
| Octal | 274 | 107 | 204 | 0 | 76 | 36 | 32 | 511 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10000100 | 0 | 111110 | 11110 | 11010 | 101001001 | 101111 | 110011 |
Color Harmonies of #BC4784
Complementary color
Monochromatic Colors of #BC4784
Black with #BC4784
Text Example
Text Example
White with #BC4784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4784; }
p { color: rgb(188,71,132); }
H1.HeaderClassName
{
color: #BC4784;
}
.AnyTagClassName
{
color: #BC4784;
}
</style>
background-color css
<style>
a { background-color: #BC4784; }
a { background-color: rgb(188,71,132); }
div.DivClassName
{
background-color: #BC4784;
}
.BgClassName
{
background-color: #BC4784;
}
</style>
border-color css
<style>
span { border-color: #BC4784; }
span { border-color: rgb(188,71,132); }
td.TdClassName
{
border-color: #BC4784;
}
.TagClassName
{
border-color: #BC4784;
}
</style>