Shades of Mulberry #BC4CA2
Tints of Mulberry #BC4CA2
RGB
CMYK
RGB Variations
Color information
#BC4CA2 (or 0xBC4CA2) is known color: Mulberry. HEX triplet: BC, 4C and A2. RGB value is (188,76,162). Sum of RGB (Red+Green+Blue) = 188+76+162=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4CA2 is #43B35D. Grayscale: #777777. Windows color (decimal): -4436830 or 10636476. OLE color: 10636476.
HSL color Cylindrical-coordinate representation of color #BC4CA2: hue angle of 313.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CA2 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 162 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.26 |
| HSL | 313.93º | 0.46% | 0.52% | - |
| HSV(B) | 313.93º | 0.6% | 0.74% | - |
| XYZ | 29.85 | 18.47 | 36.17 | - |
| YUV | 119.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 162 | 0 | 0.60 | 0.14 | 0.26 | 313.93 | 0.46 | 0.52 |
| Hex | BC | 4C | A2 | 0 | 3C | E | 1A | 13A | 2E | 34 |
| Octal | 274 | 114 | 242 | 0 | 74 | 16 | 32 | 472 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10100010 | 0 | 111100 | 1110 | 11010 | 100111010 | 101110 | 110100 |
Color Harmonies of #BC4CA2
Complementary color
Monochromatic Colors of #BC4CA2
Black with #BC4CA2
Text Example
Text Example
White with #BC4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CA2; }
p { color: rgb(188,76,162); }
H1.HeaderClassName
{
color: #BC4CA2;
}
.AnyTagClassName
{
color: #BC4CA2;
}
</style>
background-color css
<style>
a { background-color: #BC4CA2; }
a { background-color: rgb(188,76,162); }
div.DivClassName
{
background-color: #BC4CA2;
}
.BgClassName
{
background-color: #BC4CA2;
}
</style>
border-color css
<style>
span { border-color: #BC4CA2; }
span { border-color: rgb(188,76,162); }
td.TdClassName
{
border-color: #BC4CA2;
}
.TagClassName
{
border-color: #BC4CA2;
}
</style>