Shades of Mulberry #BC5D9C
Tints of Mulberry #BC5D9C
RGB
CMYK
RGB Variations
Color information
#BC5D9C (or 0xBC5D9C) is known color: Mulberry. HEX triplet: BC, 5D and 9C. RGB value is (188,93,156). Sum of RGB (Red+Green+Blue) = 188+93+156=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D9C is #43A263. Grayscale: #808080. Windows color (decimal): -4432484 or 10247612. OLE color: 10247612.
HSL color Cylindrical-coordinate representation of color #BC5D9C: hue angle of 320.21º 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 #BC5D9C is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 156 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.26 |
| HSL | 320.21º | 0.41% | 0.55% | - |
| HSV(B) | 320.21º | 0.51% | 0.74% | - |
| XYZ | 30.65 | 20.92 | 33.87 | - |
| YUV | 128.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 156 | 0 | 0.51 | 0.17 | 0.26 | 320.21 | 0.41 | 0.55 |
| Hex | BC | 5D | 9C | 0 | 33 | 11 | 1A | 140 | 29 | 37 |
| Octal | 274 | 135 | 234 | 0 | 63 | 21 | 32 | 500 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10011100 | 0 | 110011 | 10001 | 11010 | 101000000 | 101001 | 110111 |
Color Harmonies of #BC5D9C
Complementary color
Monochromatic Colors of #BC5D9C
Black with #BC5D9C
Text Example
Text Example
White with #BC5D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D9C; }
p { color: rgb(188,93,156); }
H1.HeaderClassName
{
color: #BC5D9C;
}
.AnyTagClassName
{
color: #BC5D9C;
}
</style>
background-color css
<style>
a { background-color: #BC5D9C; }
a { background-color: rgb(188,93,156); }
div.DivClassName
{
background-color: #BC5D9C;
}
.BgClassName
{
background-color: #BC5D9C;
}
</style>
border-color css
<style>
span { border-color: #BC5D9C; }
span { border-color: rgb(188,93,156); }
td.TdClassName
{
border-color: #BC5D9C;
}
.TagClassName
{
border-color: #BC5D9C;
}
</style>