Shades of Mulberry #BC5BA4
Tints of Mulberry #BC5BA4
RGB
CMYK
RGB Variations
Color information
#BC5BA4 (or 0xBC5BA4) is known color: Mulberry. HEX triplet: BC, 5B and A4. RGB value is (188,91,164). Sum of RGB (Red+Green+Blue) = 188+91+164=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA4 is #43A45B. Grayscale: #808080. Windows color (decimal): -4432988 or 10771388. OLE color: 10771388.
HSL color Cylindrical-coordinate representation of color #BC5BA4: hue angle of 314.85º 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 #BC5BA4 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 164 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.26 |
| HSL | 314.85º | 0.42% | 0.55% | - |
| HSV(B) | 314.85º | 0.52% | 0.74% | - |
| XYZ | 31.18 | 20.85 | 37.5 | - |
| YUV | 128.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 164 | 0 | 0.52 | 0.13 | 0.26 | 314.85 | 0.42 | 0.55 |
| Hex | BC | 5B | A4 | 0 | 34 | D | 1A | 13B | 2A | 37 |
| Octal | 274 | 133 | 244 | 0 | 64 | 15 | 32 | 473 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10100100 | 0 | 110100 | 1101 | 11010 | 100111011 | 101010 | 110111 |
Color Harmonies of #BC5BA4
Complementary color
Monochromatic Colors of #BC5BA4
Black with #BC5BA4
Text Example
Text Example
White with #BC5BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BA4; }
p { color: rgb(188,91,164); }
H1.HeaderClassName
{
color: #BC5BA4;
}
.AnyTagClassName
{
color: #BC5BA4;
}
</style>
background-color css
<style>
a { background-color: #BC5BA4; }
a { background-color: rgb(188,91,164); }
div.DivClassName
{
background-color: #BC5BA4;
}
.BgClassName
{
background-color: #BC5BA4;
}
</style>
border-color css
<style>
span { border-color: #BC5BA4; }
span { border-color: rgb(188,91,164); }
td.TdClassName
{
border-color: #BC5BA4;
}
.TagClassName
{
border-color: #BC5BA4;
}
</style>