Shades of Mulberry #BC488C
Tints of Mulberry #BC488C
RGB
CMYK
RGB Variations
Color information
#BC488C (or 0xBC488C) is known color: Mulberry. HEX triplet: BC, 48 and 8C. RGB value is (188,72,140). Sum of RGB (Red+Green+Blue) = 188+72+140=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC488C is #43B773. Grayscale: #727272. Windows color (decimal): -4437876 or 9193660. OLE color: 9193660.
HSL color Cylindrical-coordinate representation of color #BC488C: hue angle of 324.83º 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 #BC488C is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 140 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.26 |
| HSL | 324.83º | 0.46% | 0.51% | - |
| HSV(B) | 324.83º | 0.62% | 0.74% | - |
| XYZ | 27.79 | 17.22 | 26.67 | - |
| YUV | 114.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 140 | 0 | 0.62 | 0.26 | 0.26 | 324.83 | 0.46 | 0.51 |
| Hex | BC | 48 | 8C | 0 | 3E | 1A | 1A | 145 | 2E | 33 |
| Octal | 274 | 110 | 214 | 0 | 76 | 32 | 32 | 505 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10001100 | 0 | 111110 | 11010 | 11010 | 101000101 | 101110 | 110011 |
Color Harmonies of #BC488C
Complementary color
Monochromatic Colors of #BC488C
Black with #BC488C
Text Example
Text Example
White with #BC488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC488C; }
p { color: rgb(188,72,140); }
H1.HeaderClassName
{
color: #BC488C;
}
.AnyTagClassName
{
color: #BC488C;
}
</style>
background-color css
<style>
a { background-color: #BC488C; }
a { background-color: rgb(188,72,140); }
div.DivClassName
{
background-color: #BC488C;
}
.BgClassName
{
background-color: #BC488C;
}
</style>
border-color css
<style>
span { border-color: #BC488C; }
span { border-color: rgb(188,72,140); }
td.TdClassName
{
border-color: #BC488C;
}
.TagClassName
{
border-color: #BC488C;
}
</style>