Shades of Mulberry #BC4E9A
Tints of Mulberry #BC4E9A
RGB
CMYK
RGB Variations
Color information
#BC4E9A (or 0xBC4E9A) is known color: Mulberry. HEX triplet: BC, 4E and 9A. RGB value is (188,78,154). Sum of RGB (Red+Green+Blue) = 188+78+154=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E9A is #43B165. Grayscale: #777777. Windows color (decimal): -4436326 or 10112700. OLE color: 10112700.
HSL color Cylindrical-coordinate representation of color #BC4E9A: hue angle of 318.55º 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 #BC4E9A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 154 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.26 |
| HSL | 318.55º | 0.45% | 0.52% | - |
| HSV(B) | 318.55º | 0.59% | 0.74% | - |
| XYZ | 29.3 | 18.47 | 32.59 | - |
| YUV | 119.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 154 | 0 | 0.59 | 0.18 | 0.26 | 318.55 | 0.45 | 0.52 |
| Hex | BC | 4E | 9A | 0 | 3B | 12 | 1A | 13F | 2D | 34 |
| Octal | 274 | 116 | 232 | 0 | 73 | 22 | 32 | 477 | 55 | 64 |
| Binary | 10111100 | 1001110 | 10011010 | 0 | 111011 | 10010 | 11010 | 100111111 | 101101 | 110100 |
Color Harmonies of #BC4E9A
Complementary color
Monochromatic Colors of #BC4E9A
Black with #BC4E9A
Text Example
Text Example
White with #BC4E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E9A; }
p { color: rgb(188,78,154); }
H1.HeaderClassName
{
color: #BC4E9A;
}
.AnyTagClassName
{
color: #BC4E9A;
}
</style>
background-color css
<style>
a { background-color: #BC4E9A; }
a { background-color: rgb(188,78,154); }
div.DivClassName
{
background-color: #BC4E9A;
}
.BgClassName
{
background-color: #BC4E9A;
}
</style>
border-color css
<style>
span { border-color: #BC4E9A; }
span { border-color: rgb(188,78,154); }
td.TdClassName
{
border-color: #BC4E9A;
}
.TagClassName
{
border-color: #BC4E9A;
}
</style>