Shades of Mulberry #BC54A0
Tints of Mulberry #BC54A0
RGB
CMYK
RGB Variations
Color information
#BC54A0 (or 0xBC54A0) is known color: Mulberry. HEX triplet: BC, 54 and A0. RGB value is (188,84,160). Sum of RGB (Red+Green+Blue) = 188+84+160=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A0 is #43AB5F. Grayscale: #7B7B7B. Windows color (decimal): -4434784 or 10507452. OLE color: 10507452.
HSL color Cylindrical-coordinate representation of color #BC54A0: hue angle of 316.15º 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 #BC54A0 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 160 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.26 |
| HSL | 316.15º | 0.44% | 0.53% | - |
| HSV(B) | 316.15º | 0.55% | 0.74% | - |
| XYZ | 30.25 | 19.57 | 35.44 | - |
| YUV | 123.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 160 | 0 | 0.55 | 0.15 | 0.26 | 316.15 | 0.44 | 0.53 |
| Hex | BC | 54 | A0 | 0 | 37 | F | 1A | 13C | 2C | 35 |
| Octal | 274 | 124 | 240 | 0 | 67 | 17 | 32 | 474 | 54 | 65 |
| Binary | 10111100 | 1010100 | 10100000 | 0 | 110111 | 1111 | 11010 | 100111100 | 101100 | 110101 |
Color Harmonies of #BC54A0
Complementary color
Monochromatic Colors of #BC54A0
Black with #BC54A0
Text Example
Text Example
White with #BC54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54A0; }
p { color: rgb(188,84,160); }
H1.HeaderClassName
{
color: #BC54A0;
}
.AnyTagClassName
{
color: #BC54A0;
}
</style>
background-color css
<style>
a { background-color: #BC54A0; }
a { background-color: rgb(188,84,160); }
div.DivClassName
{
background-color: #BC54A0;
}
.BgClassName
{
background-color: #BC54A0;
}
</style>
border-color css
<style>
span { border-color: #BC54A0; }
span { border-color: rgb(188,84,160); }
td.TdClassName
{
border-color: #BC54A0;
}
.TagClassName
{
border-color: #BC54A0;
}
</style>