Shades of Mulberry #BB478F
Tints of Mulberry #BB478F
RGB
CMYK
RGB Variations
Color information
#BB478F (or 0xBB478F) is known color: Mulberry. HEX triplet: BB, 47 and 8F. RGB value is (187,71,143). Sum of RGB (Red+Green+Blue) = 187+71+143=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB478F is #44B870. Grayscale: #717171. Windows color (decimal): -4503665 or 9390011. OLE color: 9390011.
HSL color Cylindrical-coordinate representation of color #BB478F: hue angle of 322.76º 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 #BB478F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 143 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.27 |
| HSL | 322.76º | 0.46% | 0.51% | - |
| HSV(B) | 322.76º | 0.62% | 0.73% | - |
| XYZ | 27.7 | 17.05 | 27.82 | - |
| YUV | 113.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 143 | 0 | 0.62 | 0.24 | 0.27 | 322.76 | 0.46 | 0.51 |
| Hex | BB | 47 | 8F | 0 | 3E | 18 | 1B | 143 | 2E | 33 |
| Octal | 273 | 107 | 217 | 0 | 76 | 30 | 33 | 503 | 56 | 63 |
| Binary | 10111011 | 1000111 | 10001111 | 0 | 111110 | 11000 | 11011 | 101000011 | 101110 | 110011 |
Color Harmonies of #BB478F
Complementary color
Monochromatic Colors of #BB478F
Black with #BB478F
Text Example
Text Example
White with #BB478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB478F; }
p { color: rgb(187,71,143); }
H1.HeaderClassName
{
color: #BB478F;
}
.AnyTagClassName
{
color: #BB478F;
}
</style>
background-color css
<style>
a { background-color: #BB478F; }
a { background-color: rgb(187,71,143); }
div.DivClassName
{
background-color: #BB478F;
}
.BgClassName
{
background-color: #BB478F;
}
</style>
border-color css
<style>
span { border-color: #BB478F; }
span { border-color: rgb(187,71,143); }
td.TdClassName
{
border-color: #BB478F;
}
.TagClassName
{
border-color: #BB478F;
}
</style>