Shades of Mulberry #BC5E9E
Tints of Mulberry #BC5E9E
RGB
CMYK
RGB Variations
Color information
#BC5E9E (or 0xBC5E9E) is known color: Mulberry. HEX triplet: BC, 5E and 9E. RGB value is (188,94,158). Sum of RGB (Red+Green+Blue) = 188+94+158=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5E9E is #43A161. Grayscale: #818181. Windows color (decimal): -4432226 or 10378940. OLE color: 10378940.
HSL color Cylindrical-coordinate representation of color #BC5E9E: hue angle of 319.15º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E9E is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 158 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.26 |
| HSL | 319.15º | 0.41% | 0.55% | - |
| HSV(B) | 319.15º | 0.5% | 0.74% | - |
| XYZ | 30.91 | 21.17 | 34.8 | - |
| YUV | 129.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 158 | 0 | 0.50 | 0.16 | 0.26 | 319.15 | 0.41 | 0.55 |
| Hex | BC | 5E | 9E | 0 | 32 | 10 | 1A | 13F | 29 | 37 |
| Octal | 274 | 136 | 236 | 0 | 62 | 20 | 32 | 477 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10011110 | 0 | 110010 | 10000 | 11010 | 100111111 | 101001 | 110111 |
Color Harmonies of #BC5E9E
Complementary color
Monochromatic Colors of #BC5E9E
Black with #BC5E9E
Text Example
Text Example
White with #BC5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E9E; }
p { color: rgb(188,94,158); }
H1.HeaderClassName
{
color: #BC5E9E;
}
.AnyTagClassName
{
color: #BC5E9E;
}
</style>
background-color css
<style>
a { background-color: #BC5E9E; }
a { background-color: rgb(188,94,158); }
div.DivClassName
{
background-color: #BC5E9E;
}
.BgClassName
{
background-color: #BC5E9E;
}
</style>
border-color css
<style>
span { border-color: #BC5E9E; }
span { border-color: rgb(188,94,158); }
td.TdClassName
{
border-color: #BC5E9E;
}
.TagClassName
{
border-color: #BC5E9E;
}
</style>