Shades of Mulberry #BC4699
Tints of Mulberry #BC4699
RGB
CMYK
RGB Variations
Color information
#BC4699 (or 0xBC4699) is known color: Mulberry. HEX triplet: BC, 46 and 99. RGB value is (188,70,153). Sum of RGB (Red+Green+Blue) = 188+70+153=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4699 is #43B966. Grayscale: #727272. Windows color (decimal): -4438375 or 10045116. OLE color: 10045116.
HSL color Cylindrical-coordinate representation of color #BC4699: hue angle of 317.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4699 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 153 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.26 |
| HSL | 317.8º | 0.47% | 0.51% | - |
| HSV(B) | 317.8º | 0.63% | 0.74% | - |
| XYZ | 28.68 | 17.37 | 31.98 | - |
| YUV | 114.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 153 | 0 | 0.63 | 0.19 | 0.26 | 317.8 | 0.47 | 0.51 |
| Hex | BC | 46 | 99 | 0 | 3F | 13 | 1A | 13E | 2F | 33 |
| Octal | 274 | 106 | 231 | 0 | 77 | 23 | 32 | 476 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10011001 | 0 | 111111 | 10011 | 11010 | 100111110 | 101111 | 110011 |
Color Harmonies of #BC4699
Complementary color
Monochromatic Colors of #BC4699
Black with #BC4699
Text Example
Text Example
White with #BC4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4699; }
p { color: rgb(188,70,153); }
H1.HeaderClassName
{
color: #BC4699;
}
.AnyTagClassName
{
color: #BC4699;
}
</style>
background-color css
<style>
a { background-color: #BC4699; }
a { background-color: rgb(188,70,153); }
div.DivClassName
{
background-color: #BC4699;
}
.BgClassName
{
background-color: #BC4699;
}
</style>
border-color css
<style>
span { border-color: #BC4699; }
span { border-color: rgb(188,70,153); }
td.TdClassName
{
border-color: #BC4699;
}
.TagClassName
{
border-color: #BC4699;
}
</style>