Shades of Mulberry #BB479B
Tints of Mulberry #BB479B
RGB
CMYK
RGB Variations
Color information
#BB479B (or 0xBB479B) is known color: Mulberry. HEX triplet: BB, 47 and 9B. RGB value is (187,71,155). Sum of RGB (Red+Green+Blue) = 187+71+155=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB479B is #44B864. Grayscale: #737373. Windows color (decimal): -4503653 or 10176443. OLE color: 10176443.
HSL color Cylindrical-coordinate representation of color #BB479B: hue angle of 316.55º 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 #BB479B is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 155 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.27 |
| HSL | 316.55º | 0.46% | 0.51% | - |
| HSV(B) | 316.55º | 0.62% | 0.73% | - |
| XYZ | 28.66 | 17.44 | 32.87 | - |
| YUV | 115.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 155 | 0 | 0.62 | 0.17 | 0.27 | 316.55 | 0.46 | 0.51 |
| Hex | BB | 47 | 9B | 0 | 3E | 11 | 1B | 13D | 2E | 33 |
| Octal | 273 | 107 | 233 | 0 | 76 | 21 | 33 | 475 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10011011 | 0 | 111110 | 10001 | 11011 | 100111101 | 101110 | 110011 |
Color Harmonies of #BB479B
Complementary color
Monochromatic Colors of #BB479B
Black with #BB479B
Text Example
Text Example
White with #BB479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB479B; }
p { color: rgb(187,71,155); }
H1.HeaderClassName
{
color: #BB479B;
}
.AnyTagClassName
{
color: #BB479B;
}
</style>
background-color css
<style>
a { background-color: #BB479B; }
a { background-color: rgb(187,71,155); }
div.DivClassName
{
background-color: #BB479B;
}
.BgClassName
{
background-color: #BB479B;
}
</style>
border-color css
<style>
span { border-color: #BB479B; }
span { border-color: rgb(187,71,155); }
td.TdClassName
{
border-color: #BB479B;
}
.TagClassName
{
border-color: #BB479B;
}
</style>