Shades of Mulberry #BC488F
Tints of Mulberry #BC488F
RGB
CMYK
RGB Variations
Color information
#BC488F (or 0xBC488F) is known color: Mulberry. HEX triplet: BC, 48 and 8F. RGB value is (188,72,143). Sum of RGB (Red+Green+Blue) = 188+72+143=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC488F is #43B770. Grayscale: #727272. Windows color (decimal): -4437873 or 9390268. OLE color: 9390268.
HSL color Cylindrical-coordinate representation of color #BC488F: hue angle of 323.28º 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 #BC488F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 143 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.26 |
| HSL | 323.28º | 0.46% | 0.51% | - |
| HSV(B) | 323.28º | 0.62% | 0.74% | - |
| XYZ | 28.01 | 17.31 | 27.85 | - |
| YUV | 114.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 143 | 0 | 0.62 | 0.24 | 0.26 | 323.28 | 0.46 | 0.51 |
| Hex | BC | 48 | 8F | 0 | 3E | 18 | 1A | 143 | 2E | 33 |
| Octal | 274 | 110 | 217 | 0 | 76 | 30 | 32 | 503 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10001111 | 0 | 111110 | 11000 | 11010 | 101000011 | 101110 | 110011 |
Color Harmonies of #BC488F
Complementary color
Monochromatic Colors of #BC488F
Black with #BC488F
Text Example
Text Example
White with #BC488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC488F; }
p { color: rgb(188,72,143); }
H1.HeaderClassName
{
color: #BC488F;
}
.AnyTagClassName
{
color: #BC488F;
}
</style>
background-color css
<style>
a { background-color: #BC488F; }
a { background-color: rgb(188,72,143); }
div.DivClassName
{
background-color: #BC488F;
}
.BgClassName
{
background-color: #BC488F;
}
</style>
border-color css
<style>
span { border-color: #BC488F; }
span { border-color: rgb(188,72,143); }
td.TdClassName
{
border-color: #BC488F;
}
.TagClassName
{
border-color: #BC488F;
}
</style>