Shades of Mulberry #BC46A1
Tints of Mulberry #BC46A1
RGB
CMYK
RGB Variations
Color information
#BC46A1 (or 0xBC46A1) is known color: Mulberry. HEX triplet: BC, 46 and A1. RGB value is (188,70,161). Sum of RGB (Red+Green+Blue) = 188+70+161=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46A1 is #43B95E. Grayscale: #737373. Windows color (decimal): -4438367 or 10569404. OLE color: 10569404.
HSL color Cylindrical-coordinate representation of color #BC46A1: hue angle of 313.73º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC46A1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 161 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.26 |
| HSL | 313.73º | 0.47% | 0.51% | - |
| HSV(B) | 313.73º | 0.63% | 0.74% | - |
| XYZ | 29.36 | 17.64 | 35.58 | - |
| YUV | 115.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 161 | 0 | 0.63 | 0.14 | 0.26 | 313.73 | 0.47 | 0.51 |
| Hex | BC | 46 | A1 | 0 | 3F | E | 1A | 13A | 2F | 33 |
| Octal | 274 | 106 | 241 | 0 | 77 | 16 | 32 | 472 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10100001 | 0 | 111111 | 1110 | 11010 | 100111010 | 101111 | 110011 |
Color Harmonies of #BC46A1
Complementary color
Monochromatic Colors of #BC46A1
Black with #BC46A1
Text Example
Text Example
White with #BC46A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46A1; }
p { color: rgb(188,70,161); }
H1.HeaderClassName
{
color: #BC46A1;
}
.AnyTagClassName
{
color: #BC46A1;
}
</style>
background-color css
<style>
a { background-color: #BC46A1; }
a { background-color: rgb(188,70,161); }
div.DivClassName
{
background-color: #BC46A1;
}
.BgClassName
{
background-color: #BC46A1;
}
</style>
border-color css
<style>
span { border-color: #BC46A1; }
span { border-color: rgb(188,70,161); }
td.TdClassName
{
border-color: #BC46A1;
}
.TagClassName
{
border-color: #BC46A1;
}
</style>