Shades of Mulberry #BC49A2
Tints of Mulberry #BC49A2
RGB
CMYK
RGB Variations
Color information
#BC49A2 (or 0xBC49A2) is known color: Mulberry. HEX triplet: BC, 49 and A2. RGB value is (188,73,162). Sum of RGB (Red+Green+Blue) = 188+73+162=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC49A2 is #43B65D. Grayscale: #757575. Windows color (decimal): -4437598 or 10635708. OLE color: 10635708.
HSL color Cylindrical-coordinate representation of color #BC49A2: hue angle of 313.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC49A2 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 162 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.26 |
| HSL | 313.57º | 0.46% | 0.51% | - |
| HSV(B) | 313.57º | 0.61% | 0.74% | - |
| XYZ | 29.64 | 18.07 | 36.11 | - |
| YUV | 117.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 162 | 0 | 0.61 | 0.14 | 0.26 | 313.57 | 0.46 | 0.51 |
| Hex | BC | 49 | A2 | 0 | 3D | E | 1A | 13A | 2E | 33 |
| Octal | 274 | 111 | 242 | 0 | 75 | 16 | 32 | 472 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10100010 | 0 | 111101 | 1110 | 11010 | 100111010 | 101110 | 110011 |
Color Harmonies of #BC49A2
Complementary color
Monochromatic Colors of #BC49A2
Black with #BC49A2
Text Example
Text Example
White with #BC49A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49A2; }
p { color: rgb(188,73,162); }
H1.HeaderClassName
{
color: #BC49A2;
}
.AnyTagClassName
{
color: #BC49A2;
}
</style>
background-color css
<style>
a { background-color: #BC49A2; }
a { background-color: rgb(188,73,162); }
div.DivClassName
{
background-color: #BC49A2;
}
.BgClassName
{
background-color: #BC49A2;
}
</style>
border-color css
<style>
span { border-color: #BC49A2; }
span { border-color: rgb(188,73,162); }
td.TdClassName
{
border-color: #BC49A2;
}
.TagClassName
{
border-color: #BC49A2;
}
</style>