Shades of Mulberry #BC4BA3
Tints of Mulberry #BC4BA3
RGB
CMYK
RGB Variations
Color information
#BC4BA3 (or 0xBC4BA3) is known color: Mulberry. HEX triplet: BC, 4B and A3. RGB value is (188,75,163). Sum of RGB (Red+Green+Blue) = 188+75+163=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA3 is #43B45C. Grayscale: #767676. Windows color (decimal): -4437085 or 10701756. OLE color: 10701756.
HSL color Cylindrical-coordinate representation of color #BC4BA3: hue angle of 313.27º 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 #BC4BA3 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 163 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.26 |
| HSL | 313.27º | 0.46% | 0.52% | - |
| HSV(B) | 313.27º | 0.6% | 0.74% | - |
| XYZ | 29.87 | 18.37 | 36.62 | - |
| YUV | 118.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 163 | 0 | 0.60 | 0.13 | 0.26 | 313.27 | 0.46 | 0.52 |
| Hex | BC | 4B | A3 | 0 | 3C | D | 1A | 139 | 2E | 34 |
| Octal | 274 | 113 | 243 | 0 | 74 | 15 | 32 | 471 | 56 | 64 |
| Binary | 10111100 | 1001011 | 10100011 | 0 | 111100 | 1101 | 11010 | 100111001 | 101110 | 110100 |
Color Harmonies of #BC4BA3
Complementary color
Monochromatic Colors of #BC4BA3
Black with #BC4BA3
Text Example
Text Example
White with #BC4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BA3; }
p { color: rgb(188,75,163); }
H1.HeaderClassName
{
color: #BC4BA3;
}
.AnyTagClassName
{
color: #BC4BA3;
}
</style>
background-color css
<style>
a { background-color: #BC4BA3; }
a { background-color: rgb(188,75,163); }
div.DivClassName
{
background-color: #BC4BA3;
}
.BgClassName
{
background-color: #BC4BA3;
}
</style>
border-color css
<style>
span { border-color: #BC4BA3; }
span { border-color: rgb(188,75,163); }
td.TdClassName
{
border-color: #BC4BA3;
}
.TagClassName
{
border-color: #BC4BA3;
}
</style>