Shades of Mulberry #BB479D
Tints of Mulberry #BB479D
RGB
CMYK
RGB Variations
Color information
#BB479D (or 0xBB479D) is known color: Mulberry. HEX triplet: BB, 47 and 9D. RGB value is (187,71,157). Sum of RGB (Red+Green+Blue) = 187+71+157=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB479D is #44B862. Grayscale: #737373. Windows color (decimal): -4503651 or 10307515. OLE color: 10307515.
HSL color Cylindrical-coordinate representation of color #BB479D: hue angle of 315.52º 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 #BB479D is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 157 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.27 |
| HSL | 315.52º | 0.46% | 0.51% | - |
| HSV(B) | 315.52º | 0.62% | 0.73% | - |
| XYZ | 28.83 | 17.51 | 33.76 | - |
| YUV | 115.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 157 | 0 | 0.62 | 0.16 | 0.27 | 315.52 | 0.46 | 0.51 |
| Hex | BB | 47 | 9D | 0 | 3E | 10 | 1B | 13C | 2E | 33 |
| Octal | 273 | 107 | 235 | 0 | 76 | 20 | 33 | 474 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10011101 | 0 | 111110 | 10000 | 11011 | 100111100 | 101110 | 110011 |
Color Harmonies of #BB479D
Complementary color
Monochromatic Colors of #BB479D
Black with #BB479D
Text Example
Text Example
White with #BB479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB479D; }
p { color: rgb(187,71,157); }
H1.HeaderClassName
{
color: #BB479D;
}
.AnyTagClassName
{
color: #BB479D;
}
</style>
background-color css
<style>
a { background-color: #BB479D; }
a { background-color: rgb(187,71,157); }
div.DivClassName
{
background-color: #BB479D;
}
.BgClassName
{
background-color: #BB479D;
}
</style>
border-color css
<style>
span { border-color: #BB479D; }
span { border-color: rgb(187,71,157); }
td.TdClassName
{
border-color: #BB479D;
}
.TagClassName
{
border-color: #BB479D;
}
</style>