Shades of Mulberry #BC4490
Tints of Mulberry #BC4490
RGB
CMYK
RGB Variations
Color information
#BC4490 (or 0xBC4490) is known color: Mulberry. HEX triplet: BC, 44 and 90. RGB value is (188,68,144). Sum of RGB (Red+Green+Blue) = 188+68+144=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4490 is #43BB6F. Grayscale: #707070. Windows color (decimal): -4438896 or 9454780. OLE color: 9454780.
HSL color Cylindrical-coordinate representation of color #BC4490: hue angle of 322º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4490 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 144 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.26 |
| HSL | 322º | 0.47% | 0.5% | - |
| HSV(B) | 322º | 0.64% | 0.74% | - |
| XYZ | 27.84 | 16.84 | 28.17 | - |
| YUV | 112.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 144 | 0 | 0.64 | 0.23 | 0.26 | 322 | 0.47 | 0.5 |
| Hex | BC | 44 | 90 | 0 | 40 | 17 | 1A | 142 | 2F | 32 |
| Octal | 274 | 104 | 220 | 0 | 100 | 27 | 32 | 502 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10010000 | 0 | 1000000 | 10111 | 11010 | 101000010 | 101111 | 110010 |
Color Harmonies of #BC4490
Complementary color
Monochromatic Colors of #BC4490
Black with #BC4490
Text Example
Text Example
White with #BC4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4490; }
p { color: rgb(188,68,144); }
H1.HeaderClassName
{
color: #BC4490;
}
.AnyTagClassName
{
color: #BC4490;
}
</style>
background-color css
<style>
a { background-color: #BC4490; }
a { background-color: rgb(188,68,144); }
div.DivClassName
{
background-color: #BC4490;
}
.BgClassName
{
background-color: #BC4490;
}
</style>
border-color css
<style>
span { border-color: #BC4490; }
span { border-color: rgb(188,68,144); }
td.TdClassName
{
border-color: #BC4490;
}
.TagClassName
{
border-color: #BC4490;
}
</style>