Shades of Mulberry #BC5A8C
Tints of Mulberry #BC5A8C
RGB
CMYK
RGB Variations
Color information
#BC5A8C (or 0xBC5A8C) is known color: Mulberry. HEX triplet: BC, 5A and 8C. RGB value is (188,90,140). Sum of RGB (Red+Green+Blue) = 188+90+140=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A8C is #43A573. Grayscale: #7C7C7C. Windows color (decimal): -4433268 or 9198268. OLE color: 9198268.
HSL color Cylindrical-coordinate representation of color #BC5A8C: hue angle of 329.39º 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 #BC5A8C is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 140 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.26 |
| HSL | 329.39º | 0.42% | 0.55% | - |
| HSV(B) | 329.39º | 0.52% | 0.74% | - |
| XYZ | 29.13 | 19.9 | 27.12 | - |
| YUV | 125 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 140 | 0 | 0.52 | 0.26 | 0.26 | 329.39 | 0.42 | 0.55 |
| Hex | BC | 5A | 8C | 0 | 34 | 1A | 1A | 149 | 2A | 37 |
| Octal | 274 | 132 | 214 | 0 | 64 | 32 | 32 | 511 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10001100 | 0 | 110100 | 11010 | 11010 | 101001001 | 101010 | 110111 |
Color Harmonies of #BC5A8C
Complementary color
Monochromatic Colors of #BC5A8C
Black with #BC5A8C
Text Example
Text Example
White with #BC5A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A8C; }
p { color: rgb(188,90,140); }
H1.HeaderClassName
{
color: #BC5A8C;
}
.AnyTagClassName
{
color: #BC5A8C;
}
</style>
background-color css
<style>
a { background-color: #BC5A8C; }
a { background-color: rgb(188,90,140); }
div.DivClassName
{
background-color: #BC5A8C;
}
.BgClassName
{
background-color: #BC5A8C;
}
</style>
border-color css
<style>
span { border-color: #BC5A8C; }
span { border-color: rgb(188,90,140); }
td.TdClassName
{
border-color: #BC5A8C;
}
.TagClassName
{
border-color: #BC5A8C;
}
</style>