Shades of Mulberry #BC5BA1
Tints of Mulberry #BC5BA1
RGB
CMYK
RGB Variations
Color information
#BC5BA1 (or 0xBC5BA1) is known color: Mulberry. HEX triplet: BC, 5B and A1. RGB value is (188,91,161). Sum of RGB (Red+Green+Blue) = 188+91+161=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA1 is #43A45E. Grayscale: #7F7F7F. Windows color (decimal): -4432991 or 10574780. OLE color: 10574780.
HSL color Cylindrical-coordinate representation of color #BC5BA1: hue angle of 316.7º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BA1 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 161 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.26 |
| HSL | 316.7º | 0.42% | 0.55% | - |
| HSV(B) | 316.7º | 0.52% | 0.74% | - |
| XYZ | 30.91 | 20.75 | 36.09 | - |
| YUV | 127.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 161 | 0 | 0.52 | 0.14 | 0.26 | 316.7 | 0.42 | 0.55 |
| Hex | BC | 5B | A1 | 0 | 34 | E | 1A | 13D | 2A | 37 |
| Octal | 274 | 133 | 241 | 0 | 64 | 16 | 32 | 475 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10100001 | 0 | 110100 | 1110 | 11010 | 100111101 | 101010 | 110111 |
Color Harmonies of #BC5BA1
Complementary color
Monochromatic Colors of #BC5BA1
Black with #BC5BA1
Text Example
Text Example
White with #BC5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BA1; }
p { color: rgb(188,91,161); }
H1.HeaderClassName
{
color: #BC5BA1;
}
.AnyTagClassName
{
color: #BC5BA1;
}
</style>
background-color css
<style>
a { background-color: #BC5BA1; }
a { background-color: rgb(188,91,161); }
div.DivClassName
{
background-color: #BC5BA1;
}
.BgClassName
{
background-color: #BC5BA1;
}
</style>
border-color css
<style>
span { border-color: #BC5BA1; }
span { border-color: rgb(188,91,161); }
td.TdClassName
{
border-color: #BC5BA1;
}
.TagClassName
{
border-color: #BC5BA1;
}
</style>