Shades of Mulberry #BC4D8A
Tints of Mulberry #BC4D8A
RGB
CMYK
RGB Variations
Color information
#BC4D8A (or 0xBC4D8A) is known color: Mulberry. HEX triplet: BC, 4D and 8A. RGB value is (188,77,138). Sum of RGB (Red+Green+Blue) = 188+77+138=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D8A is #43B275. Grayscale: #757575. Windows color (decimal): -4436598 or 9063868. OLE color: 9063868.
HSL color Cylindrical-coordinate representation of color #BC4D8A: hue angle of 327.03º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D8A is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 138 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.26 |
| HSL | 327.03º | 0.45% | 0.52% | - |
| HSV(B) | 327.03º | 0.59% | 0.74% | - |
| XYZ | 27.98 | 17.83 | 26.01 | - |
| YUV | 117.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 138 | 0 | 0.59 | 0.27 | 0.26 | 327.03 | 0.45 | 0.52 |
| Hex | BC | 4D | 8A | 0 | 3B | 1B | 1A | 147 | 2D | 34 |
| Octal | 274 | 115 | 212 | 0 | 73 | 33 | 32 | 507 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10001010 | 0 | 111011 | 11011 | 11010 | 101000111 | 101101 | 110100 |
Color Harmonies of #BC4D8A
Complementary color
Monochromatic Colors of #BC4D8A
Black with #BC4D8A
Text Example
Text Example
White with #BC4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D8A; }
p { color: rgb(188,77,138); }
H1.HeaderClassName
{
color: #BC4D8A;
}
.AnyTagClassName
{
color: #BC4D8A;
}
</style>
background-color css
<style>
a { background-color: #BC4D8A; }
a { background-color: rgb(188,77,138); }
div.DivClassName
{
background-color: #BC4D8A;
}
.BgClassName
{
background-color: #BC4D8A;
}
</style>
border-color css
<style>
span { border-color: #BC4D8A; }
span { border-color: rgb(188,77,138); }
td.TdClassName
{
border-color: #BC4D8A;
}
.TagClassName
{
border-color: #BC4D8A;
}
</style>