Shades of Mulberry #BC4D94
Tints of Mulberry #BC4D94
RGB
CMYK
RGB Variations
Color information
#BC4D94 (or 0xBC4D94) is known color: Mulberry. HEX triplet: BC, 4D and 94. RGB value is (188,77,148). Sum of RGB (Red+Green+Blue) = 188+77+148=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D94 is #43B26B. Grayscale: #767676. Windows color (decimal): -4436588 or 9719228. OLE color: 9719228.
HSL color Cylindrical-coordinate representation of color #BC4D94: hue angle of 321.62º 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 #BC4D94 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 148 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.26 |
| HSL | 321.62º | 0.45% | 0.52% | - |
| HSV(B) | 321.62º | 0.59% | 0.74% | - |
| XYZ | 28.74 | 18.14 | 30 | - |
| YUV | 118.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 148 | 0 | 0.59 | 0.21 | 0.26 | 321.62 | 0.45 | 0.52 |
| Hex | BC | 4D | 94 | 0 | 3B | 15 | 1A | 142 | 2D | 34 |
| Octal | 274 | 115 | 224 | 0 | 73 | 25 | 32 | 502 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10010100 | 0 | 111011 | 10101 | 11010 | 101000010 | 101101 | 110100 |
Color Harmonies of #BC4D94
Complementary color
Monochromatic Colors of #BC4D94
Black with #BC4D94
Text Example
Text Example
White with #BC4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D94; }
p { color: rgb(188,77,148); }
H1.HeaderClassName
{
color: #BC4D94;
}
.AnyTagClassName
{
color: #BC4D94;
}
</style>
background-color css
<style>
a { background-color: #BC4D94; }
a { background-color: rgb(188,77,148); }
div.DivClassName
{
background-color: #BC4D94;
}
.BgClassName
{
background-color: #BC4D94;
}
</style>
border-color css
<style>
span { border-color: #BC4D94; }
span { border-color: rgb(188,77,148); }
td.TdClassName
{
border-color: #BC4D94;
}
.TagClassName
{
border-color: #BC4D94;
}
</style>