Shades of Mulberry #BC4480
Tints of Mulberry #BC4480
RGB
CMYK
RGB Variations
Color information
#BC4480 (or 0xBC4480) is known color: Mulberry. HEX triplet: BC, 44 and 80. RGB value is (188,68,128). Sum of RGB (Red+Green+Blue) = 188+68+128=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4480 is #43BB7F. Grayscale: #6E6E6E. Windows color (decimal): -4438912 or 8406204. OLE color: 8406204.
HSL color Cylindrical-coordinate representation of color #BC4480: hue angle of 330º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4480 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 128 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.26 |
| HSL | 330º | 0.47% | 0.5% | - |
| HSV(B) | 330º | 0.64% | 0.74% | - |
| XYZ | 26.7 | 16.38 | 22.18 | - |
| YUV | 110.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 128 | 0 | 0.64 | 0.32 | 0.26 | 330 | 0.47 | 0.5 |
| Hex | BC | 44 | 80 | 0 | 40 | 20 | 1A | 14A | 2F | 32 |
| Octal | 274 | 104 | 200 | 0 | 100 | 40 | 32 | 512 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10000000 | 0 | 1000000 | 100000 | 11010 | 101001010 | 101111 | 110010 |
Color Harmonies of #BC4480
Complementary color
Monochromatic Colors of #BC4480
Black with #BC4480
Text Example
Text Example
White with #BC4480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4480; }
p { color: rgb(188,68,128); }
H1.HeaderClassName
{
color: #BC4480;
}
.AnyTagClassName
{
color: #BC4480;
}
</style>
background-color css
<style>
a { background-color: #BC4480; }
a { background-color: rgb(188,68,128); }
div.DivClassName
{
background-color: #BC4480;
}
.BgClassName
{
background-color: #BC4480;
}
</style>
border-color css
<style>
span { border-color: #BC4480; }
span { border-color: rgb(188,68,128); }
td.TdClassName
{
border-color: #BC4480;
}
.TagClassName
{
border-color: #BC4480;
}
</style>