Shades of Mulberry #BC499B
Tints of Mulberry #BC499B
RGB
CMYK
RGB Variations
Color information
#BC499B (or 0xBC499B) is known color: Mulberry. HEX triplet: BC, 49 and 9B. RGB value is (188,73,155). Sum of RGB (Red+Green+Blue) = 188+73+155=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC499B is #43B664. Grayscale: #747474. Windows color (decimal): -4437605 or 10176956. OLE color: 10176956.
HSL color Cylindrical-coordinate representation of color #BC499B: hue angle of 317.22º 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 #BC499B is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 155 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.26 |
| HSL | 317.22º | 0.46% | 0.51% | - |
| HSV(B) | 317.22º | 0.61% | 0.74% | - |
| XYZ | 29.04 | 17.82 | 32.92 | - |
| YUV | 116.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 155 | 0 | 0.61 | 0.18 | 0.26 | 317.22 | 0.46 | 0.51 |
| Hex | BC | 49 | 9B | 0 | 3D | 12 | 1A | 13D | 2E | 33 |
| Octal | 274 | 111 | 233 | 0 | 75 | 22 | 32 | 475 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10011011 | 0 | 111101 | 10010 | 11010 | 100111101 | 101110 | 110011 |
Color Harmonies of #BC499B
Complementary color
Monochromatic Colors of #BC499B
Black with #BC499B
Text Example
Text Example
White with #BC499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC499B; }
p { color: rgb(188,73,155); }
H1.HeaderClassName
{
color: #BC499B;
}
.AnyTagClassName
{
color: #BC499B;
}
</style>
background-color css
<style>
a { background-color: #BC499B; }
a { background-color: rgb(188,73,155); }
div.DivClassName
{
background-color: #BC499B;
}
.BgClassName
{
background-color: #BC499B;
}
</style>
border-color css
<style>
span { border-color: #BC499B; }
span { border-color: rgb(188,73,155); }
td.TdClassName
{
border-color: #BC499B;
}
.TagClassName
{
border-color: #BC499B;
}
</style>