Shades of Mulberry #BC5B8A
Tints of Mulberry #BC5B8A
RGB
CMYK
RGB Variations
Color information
#BC5B8A (or 0xBC5B8A) is known color: Mulberry. HEX triplet: BC, 5B and 8A. RGB value is (188,91,138). Sum of RGB (Red+Green+Blue) = 188+91+138=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B8A is #43A475. Grayscale: #7D7D7D. Windows color (decimal): -4433014 or 9067452. OLE color: 9067452.
HSL color Cylindrical-coordinate representation of color #BC5B8A: hue angle of 330.93º 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 #BC5B8A is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 138 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.26 |
| HSL | 330.93º | 0.42% | 0.55% | - |
| HSV(B) | 330.93º | 0.52% | 0.74% | - |
| XYZ | 29.07 | 20.01 | 26.37 | - |
| YUV | 125.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 138 | 0 | 0.52 | 0.27 | 0.26 | 330.93 | 0.42 | 0.55 |
| Hex | BC | 5B | 8A | 0 | 34 | 1B | 1A | 14B | 2A | 37 |
| Octal | 274 | 133 | 212 | 0 | 64 | 33 | 32 | 513 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10001010 | 0 | 110100 | 11011 | 11010 | 101001011 | 101010 | 110111 |
Color Harmonies of #BC5B8A
Complementary color
Monochromatic Colors of #BC5B8A
Black with #BC5B8A
Text Example
Text Example
White with #BC5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B8A; }
p { color: rgb(188,91,138); }
H1.HeaderClassName
{
color: #BC5B8A;
}
.AnyTagClassName
{
color: #BC5B8A;
}
</style>
background-color css
<style>
a { background-color: #BC5B8A; }
a { background-color: rgb(188,91,138); }
div.DivClassName
{
background-color: #BC5B8A;
}
.BgClassName
{
background-color: #BC5B8A;
}
</style>
border-color css
<style>
span { border-color: #BC5B8A; }
span { border-color: rgb(188,91,138); }
td.TdClassName
{
border-color: #BC5B8A;
}
.TagClassName
{
border-color: #BC5B8A;
}
</style>