Shades of Mulberry #BC49A0
Tints of Mulberry #BC49A0
RGB
CMYK
RGB Variations
Color information
#BC49A0 (or 0xBC49A0) is known color: Mulberry. HEX triplet: BC, 49 and A0. RGB value is (188,73,160). Sum of RGB (Red+Green+Blue) = 188+73+160=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC49A0 is #43B65F. Grayscale: #757575. Windows color (decimal): -4437600 or 10504636. OLE color: 10504636.
HSL color Cylindrical-coordinate representation of color #BC49A0: hue angle of 314.61º 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 #BC49A0 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 160 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.26 |
| HSL | 314.61º | 0.46% | 0.51% | - |
| HSV(B) | 314.61º | 0.61% | 0.74% | - |
| XYZ | 29.47 | 17.99 | 35.18 | - |
| YUV | 117.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 160 | 0 | 0.61 | 0.15 | 0.26 | 314.61 | 0.46 | 0.51 |
| Hex | BC | 49 | A0 | 0 | 3D | F | 1A | 13B | 2E | 33 |
| Octal | 274 | 111 | 240 | 0 | 75 | 17 | 32 | 473 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10100000 | 0 | 111101 | 1111 | 11010 | 100111011 | 101110 | 110011 |
Color Harmonies of #BC49A0
Complementary color
Monochromatic Colors of #BC49A0
Black with #BC49A0
Text Example
Text Example
White with #BC49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49A0; }
p { color: rgb(188,73,160); }
H1.HeaderClassName
{
color: #BC49A0;
}
.AnyTagClassName
{
color: #BC49A0;
}
</style>
background-color css
<style>
a { background-color: #BC49A0; }
a { background-color: rgb(188,73,160); }
div.DivClassName
{
background-color: #BC49A0;
}
.BgClassName
{
background-color: #BC49A0;
}
</style>
border-color css
<style>
span { border-color: #BC49A0; }
span { border-color: rgb(188,73,160); }
td.TdClassName
{
border-color: #BC49A0;
}
.TagClassName
{
border-color: #BC49A0;
}
</style>