Shades of Mulberry #BC4590
Tints of Mulberry #BC4590
RGB
CMYK
RGB Variations
Color information
#BC4590 (or 0xBC4590) is known color: Mulberry. HEX triplet: BC, 45 and 90. RGB value is (188,69,144). Sum of RGB (Red+Green+Blue) = 188+69+144=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4590 is #43BA6F. Grayscale: #707070. Windows color (decimal): -4438640 or 9455036. OLE color: 9455036.
HSL color Cylindrical-coordinate representation of color #BC4590: hue angle of 322.18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4590 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 144 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.26 |
| HSL | 322.18º | 0.47% | 0.5% | - |
| HSV(B) | 322.18º | 0.63% | 0.74% | - |
| XYZ | 27.9 | 16.96 | 28.19 | - |
| YUV | 113.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 144 | 0 | 0.63 | 0.23 | 0.26 | 322.18 | 0.47 | 0.5 |
| Hex | BC | 45 | 90 | 0 | 3F | 17 | 1A | 142 | 2F | 32 |
| Octal | 274 | 105 | 220 | 0 | 77 | 27 | 32 | 502 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10010000 | 0 | 111111 | 10111 | 11010 | 101000010 | 101111 | 110010 |
Color Harmonies of #BC4590
Complementary color
Monochromatic Colors of #BC4590
Black with #BC4590
Text Example
Text Example
White with #BC4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4590; }
p { color: rgb(188,69,144); }
H1.HeaderClassName
{
color: #BC4590;
}
.AnyTagClassName
{
color: #BC4590;
}
</style>
background-color css
<style>
a { background-color: #BC4590; }
a { background-color: rgb(188,69,144); }
div.DivClassName
{
background-color: #BC4590;
}
.BgClassName
{
background-color: #BC4590;
}
</style>
border-color css
<style>
span { border-color: #BC4590; }
span { border-color: rgb(188,69,144); }
td.TdClassName
{
border-color: #BC4590;
}
.TagClassName
{
border-color: #BC4590;
}
</style>