Shades of Mulberry #BC4D9A
Tints of Mulberry #BC4D9A
RGB
CMYK
RGB Variations
Color information
#BC4D9A (or 0xBC4D9A) is known color: Mulberry. HEX triplet: BC, 4D and 9A. RGB value is (188,77,154). Sum of RGB (Red+Green+Blue) = 188+77+154=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D9A is #43B265. Grayscale: #767676. Windows color (decimal): -4436582 or 10112444. OLE color: 10112444.
HSL color Cylindrical-coordinate representation of color #BC4D9A: hue angle of 318.38º 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 #BC4D9A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 154 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.26 |
| HSL | 318.38º | 0.45% | 0.52% | - |
| HSV(B) | 318.38º | 0.59% | 0.74% | - |
| XYZ | 29.23 | 18.33 | 32.57 | - |
| YUV | 118.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 154 | 0 | 0.59 | 0.18 | 0.26 | 318.38 | 0.45 | 0.52 |
| Hex | BC | 4D | 9A | 0 | 3B | 12 | 1A | 13E | 2D | 34 |
| Octal | 274 | 115 | 232 | 0 | 73 | 22 | 32 | 476 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10011010 | 0 | 111011 | 10010 | 11010 | 100111110 | 101101 | 110100 |
Color Harmonies of #BC4D9A
Complementary color
Monochromatic Colors of #BC4D9A
Black with #BC4D9A
Text Example
Text Example
White with #BC4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D9A; }
p { color: rgb(188,77,154); }
H1.HeaderClassName
{
color: #BC4D9A;
}
.AnyTagClassName
{
color: #BC4D9A;
}
</style>
background-color css
<style>
a { background-color: #BC4D9A; }
a { background-color: rgb(188,77,154); }
div.DivClassName
{
background-color: #BC4D9A;
}
.BgClassName
{
background-color: #BC4D9A;
}
</style>
border-color css
<style>
span { border-color: #BC4D9A; }
span { border-color: rgb(188,77,154); }
td.TdClassName
{
border-color: #BC4D9A;
}
.TagClassName
{
border-color: #BC4D9A;
}
</style>