Shades of Mulberry #BC5D9B
Tints of Mulberry #BC5D9B
RGB
CMYK
RGB Variations
Color information
#BC5D9B (or 0xBC5D9B) is known color: Mulberry. HEX triplet: BC, 5D and 9B. RGB value is (188,93,155). Sum of RGB (Red+Green+Blue) = 188+93+155=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D9B is #43A264. Grayscale: #808080. Windows color (decimal): -4432485 or 10182076. OLE color: 10182076.
HSL color Cylindrical-coordinate representation of color #BC5D9B: hue angle of 320.84º 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 #BC5D9B is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 155 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.26 |
| HSL | 320.84º | 0.41% | 0.55% | - |
| HSV(B) | 320.84º | 0.51% | 0.74% | - |
| XYZ | 30.57 | 20.89 | 33.43 | - |
| YUV | 128.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 155 | 0 | 0.51 | 0.18 | 0.26 | 320.84 | 0.41 | 0.55 |
| Hex | BC | 5D | 9B | 0 | 33 | 12 | 1A | 141 | 29 | 37 |
| Octal | 274 | 135 | 233 | 0 | 63 | 22 | 32 | 501 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10011011 | 0 | 110011 | 10010 | 11010 | 101000001 | 101001 | 110111 |
Color Harmonies of #BC5D9B
Complementary color
Monochromatic Colors of #BC5D9B
Black with #BC5D9B
Text Example
Text Example
White with #BC5D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D9B; }
p { color: rgb(188,93,155); }
H1.HeaderClassName
{
color: #BC5D9B;
}
.AnyTagClassName
{
color: #BC5D9B;
}
</style>
background-color css
<style>
a { background-color: #BC5D9B; }
a { background-color: rgb(188,93,155); }
div.DivClassName
{
background-color: #BC5D9B;
}
.BgClassName
{
background-color: #BC5D9B;
}
</style>
border-color css
<style>
span { border-color: #BC5D9B; }
span { border-color: rgb(188,93,155); }
td.TdClassName
{
border-color: #BC5D9B;
}
.TagClassName
{
border-color: #BC5D9B;
}
</style>