Shades of Mulberry #BC54A1
Tints of Mulberry #BC54A1
RGB
CMYK
RGB Variations
Color information
#BC54A1 (or 0xBC54A1) is known color: Mulberry. HEX triplet: BC, 54 and A1. RGB value is (188,84,161). Sum of RGB (Red+Green+Blue) = 188+84+161=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A1 is #43AB5E. Grayscale: #7B7B7B. Windows color (decimal): -4434783 or 10572988. OLE color: 10572988.
HSL color Cylindrical-coordinate representation of color #BC54A1: hue angle of 315.58º 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 #BC54A1 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 161 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.26 |
| HSL | 315.58º | 0.44% | 0.53% | - |
| HSV(B) | 315.58º | 0.55% | 0.74% | - |
| XYZ | 30.34 | 19.61 | 35.9 | - |
| YUV | 123.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 161 | 0 | 0.55 | 0.14 | 0.26 | 315.58 | 0.44 | 0.53 |
| Hex | BC | 54 | A1 | 0 | 37 | E | 1A | 13C | 2C | 35 |
| Octal | 274 | 124 | 241 | 0 | 67 | 16 | 32 | 474 | 54 | 65 |
| Binary | 10111100 | 1010100 | 10100001 | 0 | 110111 | 1110 | 11010 | 100111100 | 101100 | 110101 |
Color Harmonies of #BC54A1
Complementary color
Monochromatic Colors of #BC54A1
Black with #BC54A1
Text Example
Text Example
White with #BC54A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54A1; }
p { color: rgb(188,84,161); }
H1.HeaderClassName
{
color: #BC54A1;
}
.AnyTagClassName
{
color: #BC54A1;
}
</style>
background-color css
<style>
a { background-color: #BC54A1; }
a { background-color: rgb(188,84,161); }
div.DivClassName
{
background-color: #BC54A1;
}
.BgClassName
{
background-color: #BC54A1;
}
</style>
border-color css
<style>
span { border-color: #BC54A1; }
span { border-color: rgb(188,84,161); }
td.TdClassName
{
border-color: #BC54A1;
}
.TagClassName
{
border-color: #BC54A1;
}
</style>