Shades of Mulberry #BC4D99
Tints of Mulberry #BC4D99
RGB
CMYK
RGB Variations
Color information
#BC4D99 (or 0xBC4D99) is known color: Mulberry. HEX triplet: BC, 4D and 99. RGB value is (188,77,153). Sum of RGB (Red+Green+Blue) = 188+77+153=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D99 is #43B266. Grayscale: #767676. Windows color (decimal): -4436583 or 10046908. OLE color: 10046908.
HSL color Cylindrical-coordinate representation of color #BC4D99: hue angle of 318.92º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D99 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 153 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.26 |
| HSL | 318.92º | 0.45% | 0.52% | - |
| HSV(B) | 318.92º | 0.59% | 0.74% | - |
| XYZ | 29.14 | 18.3 | 32.13 | - |
| YUV | 118.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 153 | 0 | 0.59 | 0.19 | 0.26 | 318.92 | 0.45 | 0.52 |
| Hex | BC | 4D | 99 | 0 | 3B | 13 | 1A | 13F | 2D | 34 |
| Octal | 274 | 115 | 231 | 0 | 73 | 23 | 32 | 477 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10011001 | 0 | 111011 | 10011 | 11010 | 100111111 | 101101 | 110100 |
Color Harmonies of #BC4D99
Complementary color
Monochromatic Colors of #BC4D99
Black with #BC4D99
Text Example
Text Example
White with #BC4D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D99; }
p { color: rgb(188,77,153); }
H1.HeaderClassName
{
color: #BC4D99;
}
.AnyTagClassName
{
color: #BC4D99;
}
</style>
background-color css
<style>
a { background-color: #BC4D99; }
a { background-color: rgb(188,77,153); }
div.DivClassName
{
background-color: #BC4D99;
}
.BgClassName
{
background-color: #BC4D99;
}
</style>
border-color css
<style>
span { border-color: #BC4D99; }
span { border-color: rgb(188,77,153); }
td.TdClassName
{
border-color: #BC4D99;
}
.TagClassName
{
border-color: #BC4D99;
}
</style>