Shades of Mulberry #BC499C
Tints of Mulberry #BC499C
RGB
CMYK
RGB Variations
Color information
#BC499C (or 0xBC499C) is known color: Mulberry. HEX triplet: BC, 49 and 9C. RGB value is (188,73,156). Sum of RGB (Red+Green+Blue) = 188+73+156=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC499C is #43B663. Grayscale: #747474. Windows color (decimal): -4437604 or 10242492. OLE color: 10242492.
HSL color Cylindrical-coordinate representation of color #BC499C: hue angle of 316.7º 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 #BC499C is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 156 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.26 |
| HSL | 316.7º | 0.46% | 0.51% | - |
| HSV(B) | 316.7º | 0.61% | 0.74% | - |
| XYZ | 29.12 | 17.86 | 33.36 | - |
| YUV | 116.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 156 | 0 | 0.61 | 0.17 | 0.26 | 316.7 | 0.46 | 0.51 |
| Hex | BC | 49 | 9C | 0 | 3D | 11 | 1A | 13D | 2E | 33 |
| Octal | 274 | 111 | 234 | 0 | 75 | 21 | 32 | 475 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10011100 | 0 | 111101 | 10001 | 11010 | 100111101 | 101110 | 110011 |
Color Harmonies of #BC499C
Complementary color
Monochromatic Colors of #BC499C
Black with #BC499C
Text Example
Text Example
White with #BC499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC499C; }
p { color: rgb(188,73,156); }
H1.HeaderClassName
{
color: #BC499C;
}
.AnyTagClassName
{
color: #BC499C;
}
</style>
background-color css
<style>
a { background-color: #BC499C; }
a { background-color: rgb(188,73,156); }
div.DivClassName
{
background-color: #BC499C;
}
.BgClassName
{
background-color: #BC499C;
}
</style>
border-color css
<style>
span { border-color: #BC499C; }
span { border-color: rgb(188,73,156); }
td.TdClassName
{
border-color: #BC499C;
}
.TagClassName
{
border-color: #BC499C;
}
</style>