Shades of Mulberry #BC499F
Tints of Mulberry #BC499F
RGB
CMYK
RGB Variations
Color information
#BC499F (or 0xBC499F) is known color: Mulberry. HEX triplet: BC, 49 and 9F. RGB value is (188,73,159). Sum of RGB (Red+Green+Blue) = 188+73+159=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC499F is #43B660. Grayscale: #747474. Windows color (decimal): -4437601 or 10439100. OLE color: 10439100.
HSL color Cylindrical-coordinate representation of color #BC499F: hue angle of 315.13º 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 #BC499F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 159 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.26 |
| HSL | 315.13º | 0.46% | 0.51% | - |
| HSV(B) | 315.13º | 0.61% | 0.74% | - |
| XYZ | 29.38 | 17.96 | 34.72 | - |
| YUV | 117.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 159 | 0 | 0.61 | 0.15 | 0.26 | 315.13 | 0.46 | 0.51 |
| Hex | BC | 49 | 9F | 0 | 3D | F | 1A | 13B | 2E | 33 |
| Octal | 274 | 111 | 237 | 0 | 75 | 17 | 32 | 473 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10011111 | 0 | 111101 | 1111 | 11010 | 100111011 | 101110 | 110011 |
Color Harmonies of #BC499F
Complementary color
Monochromatic Colors of #BC499F
Black with #BC499F
Text Example
Text Example
White with #BC499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC499F; }
p { color: rgb(188,73,159); }
H1.HeaderClassName
{
color: #BC499F;
}
.AnyTagClassName
{
color: #BC499F;
}
</style>
background-color css
<style>
a { background-color: #BC499F; }
a { background-color: rgb(188,73,159); }
div.DivClassName
{
background-color: #BC499F;
}
.BgClassName
{
background-color: #BC499F;
}
</style>
border-color css
<style>
span { border-color: #BC499F; }
span { border-color: rgb(188,73,159); }
td.TdClassName
{
border-color: #BC499F;
}
.TagClassName
{
border-color: #BC499F;
}
</style>