Shades of Mulberry #BC4895
Tints of Mulberry #BC4895
RGB
CMYK
RGB Variations
Color information
#BC4895 (or 0xBC4895) is known color: Mulberry. HEX triplet: BC, 48 and 95. RGB value is (188,72,149). Sum of RGB (Red+Green+Blue) = 188+72+149=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4895 is #43B76A. Grayscale: #737373. Windows color (decimal): -4437867 or 9783484. OLE color: 9783484.
HSL color Cylindrical-coordinate representation of color #BC4895: hue angle of 320.17º 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 #BC4895 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 149 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.26 |
| HSL | 320.17º | 0.46% | 0.51% | - |
| HSV(B) | 320.17º | 0.62% | 0.74% | - |
| XYZ | 28.48 | 17.5 | 30.31 | - |
| YUV | 115.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 149 | 0 | 0.62 | 0.21 | 0.26 | 320.17 | 0.46 | 0.51 |
| Hex | BC | 48 | 95 | 0 | 3E | 15 | 1A | 140 | 2E | 33 |
| Octal | 274 | 110 | 225 | 0 | 76 | 25 | 32 | 500 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10010101 | 0 | 111110 | 10101 | 11010 | 101000000 | 101110 | 110011 |
Color Harmonies of #BC4895
Complementary color
Monochromatic Colors of #BC4895
Black with #BC4895
Text Example
Text Example
White with #BC4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4895; }
p { color: rgb(188,72,149); }
H1.HeaderClassName
{
color: #BC4895;
}
.AnyTagClassName
{
color: #BC4895;
}
</style>
background-color css
<style>
a { background-color: #BC4895; }
a { background-color: rgb(188,72,149); }
div.DivClassName
{
background-color: #BC4895;
}
.BgClassName
{
background-color: #BC4895;
}
</style>
border-color css
<style>
span { border-color: #BC4895; }
span { border-color: rgb(188,72,149); }
td.TdClassName
{
border-color: #BC4895;
}
.TagClassName
{
border-color: #BC4895;
}
</style>