Shades of Mulberry #BC488E
Tints of Mulberry #BC488E
RGB
CMYK
RGB Variations
Color information
#BC488E (or 0xBC488E) is known color: Mulberry. HEX triplet: BC, 48 and 8E. RGB value is (188,72,142). Sum of RGB (Red+Green+Blue) = 188+72+142=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC488E is #43B771. Grayscale: #727272. Windows color (decimal): -4437874 or 9324732. OLE color: 9324732.
HSL color Cylindrical-coordinate representation of color #BC488E: hue angle of 323.79º 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 #BC488E is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 142 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.26 |
| HSL | 323.79º | 0.46% | 0.51% | - |
| HSV(B) | 323.79º | 0.62% | 0.74% | - |
| XYZ | 27.94 | 17.28 | 27.45 | - |
| YUV | 114.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 142 | 0 | 0.62 | 0.24 | 0.26 | 323.79 | 0.46 | 0.51 |
| Hex | BC | 48 | 8E | 0 | 3E | 18 | 1A | 144 | 2E | 33 |
| Octal | 274 | 110 | 216 | 0 | 76 | 30 | 32 | 504 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10001110 | 0 | 111110 | 11000 | 11010 | 101000100 | 101110 | 110011 |
Color Harmonies of #BC488E
Complementary color
Monochromatic Colors of #BC488E
Black with #BC488E
Text Example
Text Example
White with #BC488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC488E; }
p { color: rgb(188,72,142); }
H1.HeaderClassName
{
color: #BC488E;
}
.AnyTagClassName
{
color: #BC488E;
}
</style>
background-color css
<style>
a { background-color: #BC488E; }
a { background-color: rgb(188,72,142); }
div.DivClassName
{
background-color: #BC488E;
}
.BgClassName
{
background-color: #BC488E;
}
</style>
border-color css
<style>
span { border-color: #BC488E; }
span { border-color: rgb(188,72,142); }
td.TdClassName
{
border-color: #BC488E;
}
.TagClassName
{
border-color: #BC488E;
}
</style>