Shades of Mulberry #BC4FA3
Tints of Mulberry #BC4FA3
RGB
CMYK
RGB Variations
Color information
#BC4FA3 (or 0xBC4FA3) is known color: Mulberry. HEX triplet: BC, 4F and A3. RGB value is (188,79,163). Sum of RGB (Red+Green+Blue) = 188+79+163=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FA3 is #43B05C. Grayscale: #787878. Windows color (decimal): -4436061 or 10702780. OLE color: 10702780.
HSL color Cylindrical-coordinate representation of color #BC4FA3: hue angle of 313.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FA3 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 163 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.26 |
| HSL | 313.76º | 0.45% | 0.52% | - |
| HSV(B) | 313.76º | 0.58% | 0.74% | - |
| XYZ | 30.15 | 18.93 | 36.71 | - |
| YUV | 121.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 163 | 0 | 0.58 | 0.13 | 0.26 | 313.76 | 0.45 | 0.52 |
| Hex | BC | 4F | A3 | 0 | 3A | D | 1A | 13A | 2D | 34 |
| Octal | 274 | 117 | 243 | 0 | 72 | 15 | 32 | 472 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10100011 | 0 | 111010 | 1101 | 11010 | 100111010 | 101101 | 110100 |
Color Harmonies of #BC4FA3
Complementary color
Monochromatic Colors of #BC4FA3
Black with #BC4FA3
Text Example
Text Example
White with #BC4FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FA3; }
p { color: rgb(188,79,163); }
H1.HeaderClassName
{
color: #BC4FA3;
}
.AnyTagClassName
{
color: #BC4FA3;
}
</style>
background-color css
<style>
a { background-color: #BC4FA3; }
a { background-color: rgb(188,79,163); }
div.DivClassName
{
background-color: #BC4FA3;
}
.BgClassName
{
background-color: #BC4FA3;
}
</style>
border-color css
<style>
span { border-color: #BC4FA3; }
span { border-color: rgb(188,79,163); }
td.TdClassName
{
border-color: #BC4FA3;
}
.TagClassName
{
border-color: #BC4FA3;
}
</style>