Shades of Mulberry #BC4897
Tints of Mulberry #BC4897
RGB
CMYK
RGB Variations
Color information
#BC4897 (or 0xBC4897) is known color: Mulberry. HEX triplet: BC, 48 and 97. RGB value is (188,72,151). Sum of RGB (Red+Green+Blue) = 188+72+151=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4897 is #43B768. Grayscale: #737373. Windows color (decimal): -4437865 or 9914556. OLE color: 9914556.
HSL color Cylindrical-coordinate representation of color #BC4897: hue angle of 319.14º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4897 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 151 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.26 |
| HSL | 319.14º | 0.46% | 0.51% | - |
| HSV(B) | 319.14º | 0.62% | 0.74% | - |
| XYZ | 28.64 | 17.56 | 31.16 | - |
| YUV | 115.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 151 | 0 | 0.62 | 0.20 | 0.26 | 319.14 | 0.46 | 0.51 |
| Hex | BC | 48 | 97 | 0 | 3E | 14 | 1A | 13F | 2E | 33 |
| Octal | 274 | 110 | 227 | 0 | 76 | 24 | 32 | 477 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10010111 | 0 | 111110 | 10100 | 11010 | 100111111 | 101110 | 110011 |
Color Harmonies of #BC4897
Complementary color
Monochromatic Colors of #BC4897
Black with #BC4897
Text Example
Text Example
White with #BC4897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4897; }
p { color: rgb(188,72,151); }
H1.HeaderClassName
{
color: #BC4897;
}
.AnyTagClassName
{
color: #BC4897;
}
</style>
background-color css
<style>
a { background-color: #BC4897; }
a { background-color: rgb(188,72,151); }
div.DivClassName
{
background-color: #BC4897;
}
.BgClassName
{
background-color: #BC4897;
}
</style>
border-color css
<style>
span { border-color: #BC4897; }
span { border-color: rgb(188,72,151); }
td.TdClassName
{
border-color: #BC4897;
}
.TagClassName
{
border-color: #BC4897;
}
</style>