Shades of Mulberry #BC4D95
Tints of Mulberry #BC4D95
RGB
CMYK
RGB Variations
Color information
#BC4D95 (or 0xBC4D95) is known color: Mulberry. HEX triplet: BC, 4D and 95. RGB value is (188,77,149). Sum of RGB (Red+Green+Blue) = 188+77+149=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D95 is #43B26A. Grayscale: #767676. Windows color (decimal): -4436587 or 9784764. OLE color: 9784764.
HSL color Cylindrical-coordinate representation of color #BC4D95: hue angle of 321.08º 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 #BC4D95 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 149 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.26 |
| HSL | 321.08º | 0.45% | 0.52% | - |
| HSV(B) | 321.08º | 0.59% | 0.74% | - |
| XYZ | 28.82 | 18.17 | 30.42 | - |
| YUV | 118.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 149 | 0 | 0.59 | 0.21 | 0.26 | 321.08 | 0.45 | 0.52 |
| Hex | BC | 4D | 95 | 0 | 3B | 15 | 1A | 141 | 2D | 34 |
| Octal | 274 | 115 | 225 | 0 | 73 | 25 | 32 | 501 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10010101 | 0 | 111011 | 10101 | 11010 | 101000001 | 101101 | 110100 |
Color Harmonies of #BC4D95
Complementary color
Monochromatic Colors of #BC4D95
Black with #BC4D95
Text Example
Text Example
White with #BC4D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D95; }
p { color: rgb(188,77,149); }
H1.HeaderClassName
{
color: #BC4D95;
}
.AnyTagClassName
{
color: #BC4D95;
}
</style>
background-color css
<style>
a { background-color: #BC4D95; }
a { background-color: rgb(188,77,149); }
div.DivClassName
{
background-color: #BC4D95;
}
.BgClassName
{
background-color: #BC4D95;
}
</style>
border-color css
<style>
span { border-color: #BC4D95; }
span { border-color: rgb(188,77,149); }
td.TdClassName
{
border-color: #BC4D95;
}
.TagClassName
{
border-color: #BC4D95;
}
</style>