Shades of Mulberry #BC5AA4
Tints of Mulberry #BC5AA4
RGB
CMYK
RGB Variations
Color information
#BC5AA4 (or 0xBC5AA4) is known color: Mulberry. HEX triplet: BC, 5A and A4. RGB value is (188,90,164). Sum of RGB (Red+Green+Blue) = 188+90+164=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AA4 is #43A55B. Grayscale: #7F7F7F. Windows color (decimal): -4433244 or 10771132. OLE color: 10771132.
HSL color Cylindrical-coordinate representation of color #BC5AA4: hue angle of 314.69º 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 #BC5AA4 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 164 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.26 |
| HSL | 314.69º | 0.42% | 0.55% | - |
| HSV(B) | 314.69º | 0.52% | 0.74% | - |
| XYZ | 31.1 | 20.68 | 37.48 | - |
| YUV | 127.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 164 | 0 | 0.52 | 0.13 | 0.26 | 314.69 | 0.42 | 0.55 |
| Hex | BC | 5A | A4 | 0 | 34 | D | 1A | 13B | 2A | 37 |
| Octal | 274 | 132 | 244 | 0 | 64 | 15 | 32 | 473 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10100100 | 0 | 110100 | 1101 | 11010 | 100111011 | 101010 | 110111 |
Color Harmonies of #BC5AA4
Complementary color
Monochromatic Colors of #BC5AA4
Black with #BC5AA4
Text Example
Text Example
White with #BC5AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AA4; }
p { color: rgb(188,90,164); }
H1.HeaderClassName
{
color: #BC5AA4;
}
.AnyTagClassName
{
color: #BC5AA4;
}
</style>
background-color css
<style>
a { background-color: #BC5AA4; }
a { background-color: rgb(188,90,164); }
div.DivClassName
{
background-color: #BC5AA4;
}
.BgClassName
{
background-color: #BC5AA4;
}
</style>
border-color css
<style>
span { border-color: #BC5AA4; }
span { border-color: rgb(188,90,164); }
td.TdClassName
{
border-color: #BC5AA4;
}
.TagClassName
{
border-color: #BC5AA4;
}
</style>