Shades of Mulberry #BC5384
Tints of Mulberry #BC5384
RGB
CMYK
RGB Variations
Color information
#BC5384 (or 0xBC5384) is known color: Mulberry. HEX triplet: BC, 53 and 84. RGB value is (188,83,132). Sum of RGB (Red+Green+Blue) = 188+83+132=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5384 is #43AC7B. Grayscale: #777777. Windows color (decimal): -4435068 or 8672188. OLE color: 8672188.
HSL color Cylindrical-coordinate representation of color #BC5384: hue angle of 332º 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 #BC5384 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 132 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.26 |
| HSL | 332º | 0.44% | 0.53% | - |
| HSV(B) | 332º | 0.56% | 0.74% | - |
| XYZ | 28 | 18.54 | 23.93 | - |
| YUV | 119.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 132 | 0 | 0.56 | 0.30 | 0.26 | 332 | 0.44 | 0.53 |
| Hex | BC | 53 | 84 | 0 | 38 | 1E | 1A | 14C | 2C | 35 |
| Octal | 274 | 123 | 204 | 0 | 70 | 36 | 32 | 514 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10000100 | 0 | 111000 | 11110 | 11010 | 101001100 | 101100 | 110101 |
Color Harmonies of #BC5384
Complementary color
Monochromatic Colors of #BC5384
Black with #BC5384
Text Example
Text Example
White with #BC5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5384; }
p { color: rgb(188,83,132); }
H1.HeaderClassName
{
color: #BC5384;
}
.AnyTagClassName
{
color: #BC5384;
}
</style>
background-color css
<style>
a { background-color: #BC5384; }
a { background-color: rgb(188,83,132); }
div.DivClassName
{
background-color: #BC5384;
}
.BgClassName
{
background-color: #BC5384;
}
</style>
border-color css
<style>
span { border-color: #BC5384; }
span { border-color: rgb(188,83,132); }
td.TdClassName
{
border-color: #BC5384;
}
.TagClassName
{
border-color: #BC5384;
}
</style>