Shades of Mulberry #BC5399
Tints of Mulberry #BC5399
RGB
CMYK
RGB Variations
Color information
#BC5399 (or 0xBC5399) is known color: Mulberry. HEX triplet: BC, 53 and 99. RGB value is (188,83,153). Sum of RGB (Red+Green+Blue) = 188+83+153=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5399 is #43AC66. Grayscale: #7A7A7A. Windows color (decimal): -4435047 or 10048444. OLE color: 10048444.
HSL color Cylindrical-coordinate representation of color #BC5399: hue angle of 320º 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 #BC5399 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 153 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.26 |
| HSL | 320º | 0.44% | 0.53% | - |
| HSV(B) | 320º | 0.56% | 0.74% | - |
| XYZ | 29.58 | 19.18 | 32.28 | - |
| YUV | 122.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 153 | 0 | 0.56 | 0.19 | 0.26 | 320 | 0.44 | 0.53 |
| Hex | BC | 53 | 99 | 0 | 38 | 13 | 1A | 140 | 2C | 35 |
| Octal | 274 | 123 | 231 | 0 | 70 | 23 | 32 | 500 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10011001 | 0 | 111000 | 10011 | 11010 | 101000000 | 101100 | 110101 |
Color Harmonies of #BC5399
Complementary color
Monochromatic Colors of #BC5399
Black with #BC5399
Text Example
Text Example
White with #BC5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5399; }
p { color: rgb(188,83,153); }
H1.HeaderClassName
{
color: #BC5399;
}
.AnyTagClassName
{
color: #BC5399;
}
</style>
background-color css
<style>
a { background-color: #BC5399; }
a { background-color: rgb(188,83,153); }
div.DivClassName
{
background-color: #BC5399;
}
.BgClassName
{
background-color: #BC5399;
}
</style>
border-color css
<style>
span { border-color: #BC5399; }
span { border-color: rgb(188,83,153); }
td.TdClassName
{
border-color: #BC5399;
}
.TagClassName
{
border-color: #BC5399;
}
</style>