Shades of Mulberry #BC499A
Tints of Mulberry #BC499A
RGB
CMYK
RGB Variations
Color information
#BC499A (or 0xBC499A) is known color: Mulberry. HEX triplet: BC, 49 and 9A. RGB value is (188,73,154). Sum of RGB (Red+Green+Blue) = 188+73+154=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC499A is #43B665. Grayscale: #747474. Windows color (decimal): -4437606 or 10111420. OLE color: 10111420.
HSL color Cylindrical-coordinate representation of color #BC499A: hue angle of 317.74º 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 #BC499A is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 154 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.26 |
| HSL | 317.74º | 0.46% | 0.51% | - |
| HSV(B) | 317.74º | 0.61% | 0.74% | - |
| XYZ | 28.95 | 17.79 | 32.48 | - |
| YUV | 116.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 154 | 0 | 0.61 | 0.18 | 0.26 | 317.74 | 0.46 | 0.51 |
| Hex | BC | 49 | 9A | 0 | 3D | 12 | 1A | 13E | 2E | 33 |
| Octal | 274 | 111 | 232 | 0 | 75 | 22 | 32 | 476 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10011010 | 0 | 111101 | 10010 | 11010 | 100111110 | 101110 | 110011 |
Color Harmonies of #BC499A
Complementary color
Monochromatic Colors of #BC499A
Black with #BC499A
Text Example
Text Example
White with #BC499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC499A; }
p { color: rgb(188,73,154); }
H1.HeaderClassName
{
color: #BC499A;
}
.AnyTagClassName
{
color: #BC499A;
}
</style>
background-color css
<style>
a { background-color: #BC499A; }
a { background-color: rgb(188,73,154); }
div.DivClassName
{
background-color: #BC499A;
}
.BgClassName
{
background-color: #BC499A;
}
</style>
border-color css
<style>
span { border-color: #BC499A; }
span { border-color: rgb(188,73,154); }
td.TdClassName
{
border-color: #BC499A;
}
.TagClassName
{
border-color: #BC499A;
}
</style>