Shades of Mulberry #BC4993
Tints of Mulberry #BC4993
RGB
CMYK
RGB Variations
Color information
#BC4993 (or 0xBC4993) is known color: Mulberry. HEX triplet: BC, 49 and 93. RGB value is (188,73,147). Sum of RGB (Red+Green+Blue) = 188+73+147=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4993 is #43B66C. Grayscale: #737373. Windows color (decimal): -4437613 or 9652668. OLE color: 9652668.
HSL color Cylindrical-coordinate representation of color #BC4993: hue angle of 321.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4993 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 147 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.26 |
| HSL | 321.39º | 0.46% | 0.51% | - |
| HSV(B) | 321.39º | 0.61% | 0.74% | - |
| XYZ | 28.39 | 17.56 | 29.5 | - |
| YUV | 115.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 147 | 0 | 0.61 | 0.22 | 0.26 | 321.39 | 0.46 | 0.51 |
| Hex | BC | 49 | 93 | 0 | 3D | 16 | 1A | 141 | 2E | 33 |
| Octal | 274 | 111 | 223 | 0 | 75 | 26 | 32 | 501 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10010011 | 0 | 111101 | 10110 | 11010 | 101000001 | 101110 | 110011 |
Color Harmonies of #BC4993
Complementary color
Monochromatic Colors of #BC4993
Black with #BC4993
Text Example
Text Example
White with #BC4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4993; }
p { color: rgb(188,73,147); }
H1.HeaderClassName
{
color: #BC4993;
}
.AnyTagClassName
{
color: #BC4993;
}
</style>
background-color css
<style>
a { background-color: #BC4993; }
a { background-color: rgb(188,73,147); }
div.DivClassName
{
background-color: #BC4993;
}
.BgClassName
{
background-color: #BC4993;
}
</style>
border-color css
<style>
span { border-color: #BC4993; }
span { border-color: rgb(188,73,147); }
td.TdClassName
{
border-color: #BC4993;
}
.TagClassName
{
border-color: #BC4993;
}
</style>