Shades of Mulberry #BC44A1
Tints of Mulberry #BC44A1
RGB
CMYK
RGB Variations
Color information
#BC44A1 (or 0xBC44A1) is known color: Mulberry. HEX triplet: BC, 44 and A1. RGB value is (188,68,161). Sum of RGB (Red+Green+Blue) = 188+68+161=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44A1 is #43BB5E. Grayscale: #727272. Windows color (decimal): -4438879 or 10568892. OLE color: 10568892.
HSL color Cylindrical-coordinate representation of color #BC44A1: hue angle of 313.5º 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 #BC44A1 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 161 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.26 |
| HSL | 313.5º | 0.47% | 0.5% | - |
| HSV(B) | 313.5º | 0.64% | 0.74% | - |
| XYZ | 29.24 | 17.4 | 35.54 | - |
| YUV | 114.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 161 | 0 | 0.64 | 0.14 | 0.26 | 313.5 | 0.47 | 0.5 |
| Hex | BC | 44 | A1 | 0 | 40 | E | 1A | 13A | 2F | 32 |
| Octal | 274 | 104 | 241 | 0 | 100 | 16 | 32 | 472 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10100001 | 0 | 1000000 | 1110 | 11010 | 100111010 | 101111 | 110010 |
Color Harmonies of #BC44A1
Complementary color
Monochromatic Colors of #BC44A1
Black with #BC44A1
Text Example
Text Example
White with #BC44A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44A1; }
p { color: rgb(188,68,161); }
H1.HeaderClassName
{
color: #BC44A1;
}
.AnyTagClassName
{
color: #BC44A1;
}
</style>
background-color css
<style>
a { background-color: #BC44A1; }
a { background-color: rgb(188,68,161); }
div.DivClassName
{
background-color: #BC44A1;
}
.BgClassName
{
background-color: #BC44A1;
}
</style>
border-color css
<style>
span { border-color: #BC44A1; }
span { border-color: rgb(188,68,161); }
td.TdClassName
{
border-color: #BC44A1;
}
.TagClassName
{
border-color: #BC44A1;
}
</style>