Shades of Mulberry #BC43A0
Tints of Mulberry #BC43A0
RGB
CMYK
RGB Variations
Color information
#BC43A0 (or 0xBC43A0) is known color: Mulberry. HEX triplet: BC, 43 and A0. RGB value is (188,67,160). Sum of RGB (Red+Green+Blue) = 188+67+160=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43A0 is #43BC5F. Grayscale: #717171. Windows color (decimal): -4439136 or 10503100. OLE color: 10503100.
HSL color Cylindrical-coordinate representation of color #BC43A0: hue angle of 313.88º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC43A0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 160 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.26 |
| HSL | 313.88º | 0.47% | 0.5% | - |
| HSV(B) | 313.88º | 0.64% | 0.74% | - |
| XYZ | 29.09 | 17.24 | 35.05 | - |
| YUV | 113.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 160 | 0 | 0.64 | 0.15 | 0.26 | 313.88 | 0.47 | 0.5 |
| Hex | BC | 43 | A0 | 0 | 40 | F | 1A | 13A | 2F | 32 |
| Octal | 274 | 103 | 240 | 0 | 100 | 17 | 32 | 472 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10100000 | 0 | 1000000 | 1111 | 11010 | 100111010 | 101111 | 110010 |
Color Harmonies of #BC43A0
Complementary color
Monochromatic Colors of #BC43A0
Black with #BC43A0
Text Example
Text Example
White with #BC43A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43A0; }
p { color: rgb(188,67,160); }
H1.HeaderClassName
{
color: #BC43A0;
}
.AnyTagClassName
{
color: #BC43A0;
}
</style>
background-color css
<style>
a { background-color: #BC43A0; }
a { background-color: rgb(188,67,160); }
div.DivClassName
{
background-color: #BC43A0;
}
.BgClassName
{
background-color: #BC43A0;
}
</style>
border-color css
<style>
span { border-color: #BC43A0; }
span { border-color: rgb(188,67,160); }
td.TdClassName
{
border-color: #BC43A0;
}
.TagClassName
{
border-color: #BC43A0;
}
</style>