Shades of Mulberry #BC4796
Tints of Mulberry #BC4796
RGB
CMYK
RGB Variations
Color information
#BC4796 (or 0xBC4796) is known color: Mulberry. HEX triplet: BC, 47 and 96. RGB value is (188,71,150). Sum of RGB (Red+Green+Blue) = 188+71+150=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4796 is #43B869. Grayscale: #727272. Windows color (decimal): -4438122 or 9848764. OLE color: 9848764.
HSL color Cylindrical-coordinate representation of color #BC4796: hue angle of 319.49º 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 #BC4796 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 150 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.26 |
| HSL | 319.49º | 0.47% | 0.51% | - |
| HSV(B) | 319.49º | 0.62% | 0.74% | - |
| XYZ | 28.5 | 17.4 | 30.71 | - |
| YUV | 114.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 150 | 0 | 0.62 | 0.20 | 0.26 | 319.49 | 0.47 | 0.51 |
| Hex | BC | 47 | 96 | 0 | 3E | 14 | 1A | 13F | 2F | 33 |
| Octal | 274 | 107 | 226 | 0 | 76 | 24 | 32 | 477 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10010110 | 0 | 111110 | 10100 | 11010 | 100111111 | 101111 | 110011 |
Color Harmonies of #BC4796
Complementary color
Monochromatic Colors of #BC4796
Black with #BC4796
Text Example
Text Example
White with #BC4796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4796; }
p { color: rgb(188,71,150); }
H1.HeaderClassName
{
color: #BC4796;
}
.AnyTagClassName
{
color: #BC4796;
}
</style>
background-color css
<style>
a { background-color: #BC4796; }
a { background-color: rgb(188,71,150); }
div.DivClassName
{
background-color: #BC4796;
}
.BgClassName
{
background-color: #BC4796;
}
</style>
border-color css
<style>
span { border-color: #BC4796; }
span { border-color: rgb(188,71,150); }
td.TdClassName
{
border-color: #BC4796;
}
.TagClassName
{
border-color: #BC4796;
}
</style>