Shades of Mulberry #BC44A0
Tints of Mulberry #BC44A0
RGB
CMYK
RGB Variations
Color information
#BC44A0 (or 0xBC44A0) is known color: Mulberry. HEX triplet: BC, 44 and A0. RGB value is (188,68,160). Sum of RGB (Red+Green+Blue) = 188+68+160=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44A0 is #43BB5F. Grayscale: #727272. Windows color (decimal): -4438880 or 10503356. OLE color: 10503356.
HSL color Cylindrical-coordinate representation of color #BC44A0: hue angle of 314º 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 #BC44A0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 160 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.26 |
| HSL | 314º | 0.47% | 0.5% | - |
| HSV(B) | 314º | 0.64% | 0.74% | - |
| XYZ | 29.15 | 17.36 | 35.07 | - |
| YUV | 114.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 160 | 0 | 0.64 | 0.15 | 0.26 | 314 | 0.47 | 0.5 |
| Hex | BC | 44 | A0 | 0 | 40 | F | 1A | 13A | 2F | 32 |
| Octal | 274 | 104 | 240 | 0 | 100 | 17 | 32 | 472 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10100000 | 0 | 1000000 | 1111 | 11010 | 100111010 | 101111 | 110010 |
Color Harmonies of #BC44A0
Complementary color
Monochromatic Colors of #BC44A0
Black with #BC44A0
Text Example
Text Example
White with #BC44A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44A0; }
p { color: rgb(188,68,160); }
H1.HeaderClassName
{
color: #BC44A0;
}
.AnyTagClassName
{
color: #BC44A0;
}
</style>
background-color css
<style>
a { background-color: #BC44A0; }
a { background-color: rgb(188,68,160); }
div.DivClassName
{
background-color: #BC44A0;
}
.BgClassName
{
background-color: #BC44A0;
}
</style>
border-color css
<style>
span { border-color: #BC44A0; }
span { border-color: rgb(188,68,160); }
td.TdClassName
{
border-color: #BC44A0;
}
.TagClassName
{
border-color: #BC44A0;
}
</style>