Shades of Mulberry #BC5B9E
Tints of Mulberry #BC5B9E
RGB
CMYK
RGB Variations
Color information
#BC5B9E (or 0xBC5B9E) is known color: Mulberry. HEX triplet: BC, 5B and 9E. RGB value is (188,91,158). Sum of RGB (Red+Green+Blue) = 188+91+158=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B9E is #43A461. Grayscale: #7F7F7F. Windows color (decimal): -4432994 or 10378172. OLE color: 10378172.
HSL color Cylindrical-coordinate representation of color #BC5B9E: hue angle of 318.56º 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 #BC5B9E is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 158 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.26 |
| HSL | 318.56º | 0.42% | 0.55% | - |
| HSV(B) | 318.56º | 0.52% | 0.74% | - |
| XYZ | 30.65 | 20.64 | 34.72 | - |
| YUV | 127.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 158 | 0 | 0.52 | 0.16 | 0.26 | 318.56 | 0.42 | 0.55 |
| Hex | BC | 5B | 9E | 0 | 34 | 10 | 1A | 13F | 2A | 37 |
| Octal | 274 | 133 | 236 | 0 | 64 | 20 | 32 | 477 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10011110 | 0 | 110100 | 10000 | 11010 | 100111111 | 101010 | 110111 |
Color Harmonies of #BC5B9E
Complementary color
Monochromatic Colors of #BC5B9E
Black with #BC5B9E
Text Example
Text Example
White with #BC5B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B9E; }
p { color: rgb(188,91,158); }
H1.HeaderClassName
{
color: #BC5B9E;
}
.AnyTagClassName
{
color: #BC5B9E;
}
</style>
background-color css
<style>
a { background-color: #BC5B9E; }
a { background-color: rgb(188,91,158); }
div.DivClassName
{
background-color: #BC5B9E;
}
.BgClassName
{
background-color: #BC5B9E;
}
</style>
border-color css
<style>
span { border-color: #BC5B9E; }
span { border-color: rgb(188,91,158); }
td.TdClassName
{
border-color: #BC5B9E;
}
.TagClassName
{
border-color: #BC5B9E;
}
</style>