Shades of Mulberry #BC46A2
Tints of Mulberry #BC46A2
RGB
CMYK
RGB Variations
Color information
#BC46A2 (or 0xBC46A2) is known color: Mulberry. HEX triplet: BC, 46 and A2. RGB value is (188,70,162). Sum of RGB (Red+Green+Blue) = 188+70+162=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC46A2 is #43B95D. Grayscale: #737373. Windows color (decimal): -4438366 or 10634940. OLE color: 10634940.
HSL color Cylindrical-coordinate representation of color #BC46A2: hue angle of 313.22º 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 #BC46A2 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 162 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.26 |
| HSL | 313.22º | 0.47% | 0.51% | - |
| HSV(B) | 313.22º | 0.63% | 0.74% | - |
| XYZ | 29.45 | 17.68 | 36.04 | - |
| YUV | 115.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 162 | 0 | 0.63 | 0.14 | 0.26 | 313.22 | 0.47 | 0.51 |
| Hex | BC | 46 | A2 | 0 | 3F | E | 1A | 139 | 2F | 33 |
| Octal | 274 | 106 | 242 | 0 | 77 | 16 | 32 | 471 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10100010 | 0 | 111111 | 1110 | 11010 | 100111001 | 101111 | 110011 |
Color Harmonies of #BC46A2
Complementary color
Monochromatic Colors of #BC46A2
Black with #BC46A2
Text Example
Text Example
White with #BC46A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46A2; }
p { color: rgb(188,70,162); }
H1.HeaderClassName
{
color: #BC46A2;
}
.AnyTagClassName
{
color: #BC46A2;
}
</style>
background-color css
<style>
a { background-color: #BC46A2; }
a { background-color: rgb(188,70,162); }
div.DivClassName
{
background-color: #BC46A2;
}
.BgClassName
{
background-color: #BC46A2;
}
</style>
border-color css
<style>
span { border-color: #BC46A2; }
span { border-color: rgb(188,70,162); }
td.TdClassName
{
border-color: #BC46A2;
}
.TagClassName
{
border-color: #BC46A2;
}
</style>