Shades of Mulberry #BC499E
Tints of Mulberry #BC499E
RGB
CMYK
RGB Variations
Color information
#BC499E (or 0xBC499E) is known color: Mulberry. HEX triplet: BC, 49 and 9E. RGB value is (188,73,158). Sum of RGB (Red+Green+Blue) = 188+73+158=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC499E is #43B661. Grayscale: #747474. Windows color (decimal): -4437602 or 10373564. OLE color: 10373564.
HSL color Cylindrical-coordinate representation of color #BC499E: hue angle of 315.65º 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 #BC499E is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 158 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.26 |
| HSL | 315.65º | 0.46% | 0.51% | - |
| HSV(B) | 315.65º | 0.61% | 0.74% | - |
| XYZ | 29.29 | 17.93 | 34.26 | - |
| YUV | 117.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 158 | 0 | 0.61 | 0.16 | 0.26 | 315.65 | 0.46 | 0.51 |
| Hex | BC | 49 | 9E | 0 | 3D | 10 | 1A | 13C | 2E | 33 |
| Octal | 274 | 111 | 236 | 0 | 75 | 20 | 32 | 474 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10011110 | 0 | 111101 | 10000 | 11010 | 100111100 | 101110 | 110011 |
Color Harmonies of #BC499E
Complementary color
Monochromatic Colors of #BC499E
Black with #BC499E
Text Example
Text Example
White with #BC499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC499E; }
p { color: rgb(188,73,158); }
H1.HeaderClassName
{
color: #BC499E;
}
.AnyTagClassName
{
color: #BC499E;
}
</style>
background-color css
<style>
a { background-color: #BC499E; }
a { background-color: rgb(188,73,158); }
div.DivClassName
{
background-color: #BC499E;
}
.BgClassName
{
background-color: #BC499E;
}
</style>
border-color css
<style>
span { border-color: #BC499E; }
span { border-color: rgb(188,73,158); }
td.TdClassName
{
border-color: #BC499E;
}
.TagClassName
{
border-color: #BC499E;
}
</style>