Shades of Mulberry #BB4681
Tints of Mulberry #BB4681
RGB
CMYK
RGB Variations
Color information
#BB4681 (or 0xBB4681) is known color: Mulberry. HEX triplet: BB, 46 and 81. RGB value is (187,70,129). Sum of RGB (Red+Green+Blue) = 187+70+129=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4681 is #44B97E. Grayscale: #6F6F6F. Windows color (decimal): -4503935 or 8472251. OLE color: 8472251.
HSL color Cylindrical-coordinate representation of color #BB4681: hue angle of 329.74º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4681 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 129 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.27 |
| HSL | 329.74º | 0.46% | 0.5% | - |
| HSV(B) | 329.74º | 0.63% | 0.73% | - |
| XYZ | 26.65 | 16.53 | 22.56 | - |
| YUV | 111.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 129 | 0 | 0.63 | 0.31 | 0.27 | 329.74 | 0.46 | 0.5 |
| Hex | BB | 46 | 81 | 0 | 3F | 1F | 1B | 14A | 2E | 32 |
| Octal | 273 | 106 | 201 | 0 | 77 | 37 | 33 | 512 | 56 | 62 |
| Binary | 10111011 | 1000110 | 10000001 | 0 | 111111 | 11111 | 11011 | 101001010 | 101110 | 110010 |
Color Harmonies of #BB4681
Complementary color
Monochromatic Colors of #BB4681
Black with #BB4681
Text Example
Text Example
White with #BB4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4681; }
p { color: rgb(187,70,129); }
H1.HeaderClassName
{
color: #BB4681;
}
.AnyTagClassName
{
color: #BB4681;
}
</style>
background-color css
<style>
a { background-color: #BB4681; }
a { background-color: rgb(187,70,129); }
div.DivClassName
{
background-color: #BB4681;
}
.BgClassName
{
background-color: #BB4681;
}
</style>
border-color css
<style>
span { border-color: #BB4681; }
span { border-color: rgb(187,70,129); }
td.TdClassName
{
border-color: #BB4681;
}
.TagClassName
{
border-color: #BB4681;
}
</style>