Shades of Mulberry #BC5D96
Tints of Mulberry #BC5D96
RGB
CMYK
RGB Variations
Color information
#BC5D96 (or 0xBC5D96) is known color: Mulberry. HEX triplet: BC, 5D and 96. RGB value is (188,93,150). Sum of RGB (Red+Green+Blue) = 188+93+150=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D96 is #43A269. Grayscale: #7F7F7F. Windows color (decimal): -4432490 or 9854396. OLE color: 9854396.
HSL color Cylindrical-coordinate representation of color #BC5D96: hue angle of 324º 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 #BC5D96 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 150 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.26 |
| HSL | 324º | 0.41% | 0.55% | - |
| HSV(B) | 324º | 0.51% | 0.74% | - |
| XYZ | 30.16 | 20.72 | 31.26 | - |
| YUV | 127.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 150 | 0 | 0.51 | 0.20 | 0.26 | 324 | 0.41 | 0.55 |
| Hex | BC | 5D | 96 | 0 | 33 | 14 | 1A | 144 | 29 | 37 |
| Octal | 274 | 135 | 226 | 0 | 63 | 24 | 32 | 504 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10010110 | 0 | 110011 | 10100 | 11010 | 101000100 | 101001 | 110111 |
Color Harmonies of #BC5D96
Complementary color
Monochromatic Colors of #BC5D96
Black with #BC5D96
Text Example
Text Example
White with #BC5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D96; }
p { color: rgb(188,93,150); }
H1.HeaderClassName
{
color: #BC5D96;
}
.AnyTagClassName
{
color: #BC5D96;
}
</style>
background-color css
<style>
a { background-color: #BC5D96; }
a { background-color: rgb(188,93,150); }
div.DivClassName
{
background-color: #BC5D96;
}
.BgClassName
{
background-color: #BC5D96;
}
</style>
border-color css
<style>
span { border-color: #BC5D96; }
span { border-color: rgb(188,93,150); }
td.TdClassName
{
border-color: #BC5D96;
}
.TagClassName
{
border-color: #BC5D96;
}
</style>