Shades of Mulberry #BC5299
Tints of Mulberry #BC5299
RGB
CMYK
RGB Variations
Color information
#BC5299 (or 0xBC5299) is known color: Mulberry. HEX triplet: BC, 52 and 99. RGB value is (188,82,153). Sum of RGB (Red+Green+Blue) = 188+82+153=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5299 is #43AD66. Grayscale: #797979. Windows color (decimal): -4435303 or 10048188. OLE color: 10048188.
HSL color Cylindrical-coordinate representation of color #BC5299: hue angle of 319.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5299 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 153 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.26 |
| HSL | 319.81º | 0.44% | 0.53% | - |
| HSV(B) | 319.81º | 0.56% | 0.74% | - |
| XYZ | 29.51 | 19.03 | 32.25 | - |
| YUV | 121.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 153 | 0 | 0.56 | 0.19 | 0.26 | 319.81 | 0.44 | 0.53 |
| Hex | BC | 52 | 99 | 0 | 38 | 13 | 1A | 140 | 2C | 35 |
| Octal | 274 | 122 | 231 | 0 | 70 | 23 | 32 | 500 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10011001 | 0 | 111000 | 10011 | 11010 | 101000000 | 101100 | 110101 |
Color Harmonies of #BC5299
Complementary color
Monochromatic Colors of #BC5299
Black with #BC5299
Text Example
Text Example
White with #BC5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5299; }
p { color: rgb(188,82,153); }
H1.HeaderClassName
{
color: #BC5299;
}
.AnyTagClassName
{
color: #BC5299;
}
</style>
background-color css
<style>
a { background-color: #BC5299; }
a { background-color: rgb(188,82,153); }
div.DivClassName
{
background-color: #BC5299;
}
.BgClassName
{
background-color: #BC5299;
}
</style>
border-color css
<style>
span { border-color: #BC5299; }
span { border-color: rgb(188,82,153); }
td.TdClassName
{
border-color: #BC5299;
}
.TagClassName
{
border-color: #BC5299;
}
</style>