Shades of Mulberry #BC5499
Tints of Mulberry #BC5499
RGB
CMYK
RGB Variations
Color information
#BC5499 (or 0xBC5499) is known color: Mulberry. HEX triplet: BC, 54 and 99. RGB value is (188,84,153). Sum of RGB (Red+Green+Blue) = 188+84+153=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5499 is #43AB66. Grayscale: #7A7A7A. Windows color (decimal): -4434791 or 10048700. OLE color: 10048700.
HSL color Cylindrical-coordinate representation of color #BC5499: hue angle of 320.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5499 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 153 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.26 |
| HSL | 320.19º | 0.44% | 0.53% | - |
| HSV(B) | 320.19º | 0.55% | 0.74% | - |
| XYZ | 29.66 | 19.33 | 32.31 | - |
| YUV | 122.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 153 | 0 | 0.55 | 0.19 | 0.26 | 320.19 | 0.44 | 0.53 |
| Hex | BC | 54 | 99 | 0 | 37 | 13 | 1A | 140 | 2C | 35 |
| Octal | 274 | 124 | 231 | 0 | 67 | 23 | 32 | 500 | 54 | 65 |
| Binary | 10111100 | 1010100 | 10011001 | 0 | 110111 | 10011 | 11010 | 101000000 | 101100 | 110101 |
Color Harmonies of #BC5499
Complementary color
Monochromatic Colors of #BC5499
Black with #BC5499
Text Example
Text Example
White with #BC5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5499; }
p { color: rgb(188,84,153); }
H1.HeaderClassName
{
color: #BC5499;
}
.AnyTagClassName
{
color: #BC5499;
}
</style>
background-color css
<style>
a { background-color: #BC5499; }
a { background-color: rgb(188,84,153); }
div.DivClassName
{
background-color: #BC5499;
}
.BgClassName
{
background-color: #BC5499;
}
</style>
border-color css
<style>
span { border-color: #BC5499; }
span { border-color: rgb(188,84,153); }
td.TdClassName
{
border-color: #BC5499;
}
.TagClassName
{
border-color: #BC5499;
}
</style>