Shades of Mulberry #BC5D9E
Tints of Mulberry #BC5D9E
RGB
CMYK
RGB Variations
Color information
#BC5D9E (or 0xBC5D9E) is known color: Mulberry. HEX triplet: BC, 5D and 9E. RGB value is (188,93,158). Sum of RGB (Red+Green+Blue) = 188+93+158=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D9E is #43A261. Grayscale: #808080. Windows color (decimal): -4432482 or 10378684. OLE color: 10378684.
HSL color Cylindrical-coordinate representation of color #BC5D9E: hue angle of 318.95º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D9E is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 158 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.26 |
| HSL | 318.95º | 0.41% | 0.55% | - |
| HSV(B) | 318.95º | 0.51% | 0.74% | - |
| XYZ | 30.82 | 20.99 | 34.77 | - |
| YUV | 128.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 158 | 0 | 0.51 | 0.16 | 0.26 | 318.95 | 0.41 | 0.55 |
| Hex | BC | 5D | 9E | 0 | 33 | 10 | 1A | 13F | 29 | 37 |
| Octal | 274 | 135 | 236 | 0 | 63 | 20 | 32 | 477 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10011110 | 0 | 110011 | 10000 | 11010 | 100111111 | 101001 | 110111 |
Color Harmonies of #BC5D9E
Complementary color
Monochromatic Colors of #BC5D9E
Black with #BC5D9E
Text Example
Text Example
White with #BC5D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D9E; }
p { color: rgb(188,93,158); }
H1.HeaderClassName
{
color: #BC5D9E;
}
.AnyTagClassName
{
color: #BC5D9E;
}
</style>
background-color css
<style>
a { background-color: #BC5D9E; }
a { background-color: rgb(188,93,158); }
div.DivClassName
{
background-color: #BC5D9E;
}
.BgClassName
{
background-color: #BC5D9E;
}
</style>
border-color css
<style>
span { border-color: #BC5D9E; }
span { border-color: rgb(188,93,158); }
td.TdClassName
{
border-color: #BC5D9E;
}
.TagClassName
{
border-color: #BC5D9E;
}
</style>