Shades of Mulberry #BB478E
Tints of Mulberry #BB478E
RGB
CMYK
RGB Variations
Color information
#BB478E (or 0xBB478E) is known color: Mulberry. HEX triplet: BB, 47 and 8E. RGB value is (187,71,142). Sum of RGB (Red+Green+Blue) = 187+71+142=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB478E is #44B871. Grayscale: #717171. Windows color (decimal): -4503666 or 9324475. OLE color: 9324475.
HSL color Cylindrical-coordinate representation of color #BB478E: hue angle of 323.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB478E is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 142 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.27 |
| HSL | 323.28º | 0.46% | 0.51% | - |
| HSV(B) | 323.28º | 0.62% | 0.73% | - |
| XYZ | 27.63 | 17.02 | 27.42 | - |
| YUV | 113.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 142 | 0 | 0.62 | 0.24 | 0.27 | 323.28 | 0.46 | 0.51 |
| Hex | BB | 47 | 8E | 0 | 3E | 18 | 1B | 143 | 2E | 33 |
| Octal | 273 | 107 | 216 | 0 | 76 | 30 | 33 | 503 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10001110 | 0 | 111110 | 11000 | 11011 | 101000011 | 101110 | 110011 |
Color Harmonies of #BB478E
Complementary color
Monochromatic Colors of #BB478E
Black with #BB478E
Text Example
Text Example
White with #BB478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB478E; }
p { color: rgb(187,71,142); }
H1.HeaderClassName
{
color: #BB478E;
}
.AnyTagClassName
{
color: #BB478E;
}
</style>
background-color css
<style>
a { background-color: #BB478E; }
a { background-color: rgb(187,71,142); }
div.DivClassName
{
background-color: #BB478E;
}
.BgClassName
{
background-color: #BB478E;
}
</style>
border-color css
<style>
span { border-color: #BB478E; }
span { border-color: rgb(187,71,142); }
td.TdClassName
{
border-color: #BB478E;
}
.TagClassName
{
border-color: #BB478E;
}
</style>