Shades of Mulberry #BC41A1
Tints of Mulberry #BC41A1
RGB
CMYK
RGB Variations
Color information
#BC41A1 (or 0xBC41A1) is known color: Mulberry. HEX triplet: BC, 41 and A1. RGB value is (188,65,161). Sum of RGB (Red+Green+Blue) = 188+65+161=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41A1 is #43BE5E. Grayscale: #707070. Windows color (decimal): -4439647 or 10568124. OLE color: 10568124.
HSL color Cylindrical-coordinate representation of color #BC41A1: hue angle of 313.17º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC41A1 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 161 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.26 |
| HSL | 313.17º | 0.49% | 0.5% | - |
| HSV(B) | 313.17º | 0.65% | 0.74% | - |
| XYZ | 29.06 | 17.05 | 35.48 | - |
| YUV | 112.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 161 | 0 | 0.65 | 0.14 | 0.26 | 313.17 | 0.49 | 0.5 |
| Hex | BC | 41 | A1 | 0 | 41 | E | 1A | 139 | 31 | 32 |
| Octal | 274 | 101 | 241 | 0 | 101 | 16 | 32 | 471 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10100001 | 0 | 1000001 | 1110 | 11010 | 100111001 | 110001 | 110010 |
Color Harmonies of #BC41A1
Complementary color
Monochromatic Colors of #BC41A1
Black with #BC41A1
Text Example
Text Example
White with #BC41A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41A1; }
p { color: rgb(188,65,161); }
H1.HeaderClassName
{
color: #BC41A1;
}
.AnyTagClassName
{
color: #BC41A1;
}
</style>
background-color css
<style>
a { background-color: #BC41A1; }
a { background-color: rgb(188,65,161); }
div.DivClassName
{
background-color: #BC41A1;
}
.BgClassName
{
background-color: #BC41A1;
}
</style>
border-color css
<style>
span { border-color: #BC41A1; }
span { border-color: rgb(188,65,161); }
td.TdClassName
{
border-color: #BC41A1;
}
.TagClassName
{
border-color: #BC41A1;
}
</style>