Shades of Mulberry #BC5D90
Tints of Mulberry #BC5D90
RGB
CMYK
RGB Variations
Color information
#BC5D90 (or 0xBC5D90) is known color: Mulberry. HEX triplet: BC, 5D and 90. RGB value is (188,93,144). Sum of RGB (Red+Green+Blue) = 188+93+144=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D90 is #43A26F. Grayscale: #7F7F7F. Windows color (decimal): -4432496 or 9461180. OLE color: 9461180.
HSL color Cylindrical-coordinate representation of color #BC5D90: hue angle of 327.79º 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 #BC5D90 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 144 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.26 |
| HSL | 327.79º | 0.41% | 0.55% | - |
| HSV(B) | 327.79º | 0.51% | 0.74% | - |
| XYZ | 29.69 | 20.53 | 28.78 | - |
| YUV | 127.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 144 | 0 | 0.51 | 0.23 | 0.26 | 327.79 | 0.41 | 0.55 |
| Hex | BC | 5D | 90 | 0 | 33 | 17 | 1A | 148 | 29 | 37 |
| Octal | 274 | 135 | 220 | 0 | 63 | 27 | 32 | 510 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10010000 | 0 | 110011 | 10111 | 11010 | 101001000 | 101001 | 110111 |
Color Harmonies of #BC5D90
Complementary color
Monochromatic Colors of #BC5D90
Black with #BC5D90
Text Example
Text Example
White with #BC5D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D90; }
p { color: rgb(188,93,144); }
H1.HeaderClassName
{
color: #BC5D90;
}
.AnyTagClassName
{
color: #BC5D90;
}
</style>
background-color css
<style>
a { background-color: #BC5D90; }
a { background-color: rgb(188,93,144); }
div.DivClassName
{
background-color: #BC5D90;
}
.BgClassName
{
background-color: #BC5D90;
}
</style>
border-color css
<style>
span { border-color: #BC5D90; }
span { border-color: rgb(188,93,144); }
td.TdClassName
{
border-color: #BC5D90;
}
.TagClassName
{
border-color: #BC5D90;
}
</style>