Shades of Mulberry #BC4899
Tints of Mulberry #BC4899
RGB
CMYK
RGB Variations
Color information
#BC4899 (or 0xBC4899) is known color: Mulberry. HEX triplet: BC, 48 and 99. RGB value is (188,72,153). Sum of RGB (Red+Green+Blue) = 188+72+153=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4899 is #43B766. Grayscale: #737373. Windows color (decimal): -4437863 or 10045628. OLE color: 10045628.
HSL color Cylindrical-coordinate representation of color #BC4899: hue angle of 318.1º degrees, saturation: 0.46, 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 #BC4899 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 153 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.26 |
| HSL | 318.1º | 0.46% | 0.51% | - |
| HSV(B) | 318.1º | 0.62% | 0.74% | - |
| XYZ | 28.81 | 17.63 | 32.02 | - |
| YUV | 115.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 153 | 0 | 0.62 | 0.19 | 0.26 | 318.1 | 0.46 | 0.51 |
| Hex | BC | 48 | 99 | 0 | 3E | 13 | 1A | 13E | 2E | 33 |
| Octal | 274 | 110 | 231 | 0 | 76 | 23 | 32 | 476 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10011001 | 0 | 111110 | 10011 | 11010 | 100111110 | 101110 | 110011 |
Color Harmonies of #BC4899
Complementary color
Monochromatic Colors of #BC4899
Black with #BC4899
Text Example
Text Example
White with #BC4899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4899; }
p { color: rgb(188,72,153); }
H1.HeaderClassName
{
color: #BC4899;
}
.AnyTagClassName
{
color: #BC4899;
}
</style>
background-color css
<style>
a { background-color: #BC4899; }
a { background-color: rgb(188,72,153); }
div.DivClassName
{
background-color: #BC4899;
}
.BgClassName
{
background-color: #BC4899;
}
</style>
border-color css
<style>
span { border-color: #BC4899; }
span { border-color: rgb(188,72,153); }
td.TdClassName
{
border-color: #BC4899;
}
.TagClassName
{
border-color: #BC4899;
}
</style>