Shades of Mulberry #B84881
Tints of Mulberry #B84881
RGB
CMYK
RGB Variations
Color information
#B84881 (or 0xB84881) is known color: Mulberry. HEX triplet: B8, 48 and 81. RGB value is (184,72,129). Sum of RGB (Red+Green+Blue) = 184+72+129=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84881 is #47B77E. Grayscale: #6F6F6F. Windows color (decimal): -4700031 or 8472760. OLE color: 8472760.
HSL color Cylindrical-coordinate representation of color #B84881: hue angle of 329.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84881 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 129 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.28 |
| HSL | 329.46º | 0.44% | 0.5% | - |
| HSV(B) | 329.46º | 0.61% | 0.72% | - |
| XYZ | 26.05 | 16.41 | 22.56 | - |
| YUV | 111.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 129 | 0 | 0.61 | 0.30 | 0.28 | 329.46 | 0.44 | 0.5 |
| Hex | B8 | 48 | 81 | 0 | 3D | 1E | 1C | 149 | 2C | 32 |
| Octal | 270 | 110 | 201 | 0 | 75 | 36 | 34 | 511 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10000001 | 0 | 111101 | 11110 | 11100 | 101001001 | 101100 | 110010 |
Color Harmonies of #B84881
Complementary color
Monochromatic Colors of #B84881
Black with #B84881
Text Example
Text Example
White with #B84881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84881; }
p { color: rgb(184,72,129); }
H1.HeaderClassName
{
color: #B84881;
}
.AnyTagClassName
{
color: #B84881;
}
</style>
background-color css
<style>
a { background-color: #B84881; }
a { background-color: rgb(184,72,129); }
div.DivClassName
{
background-color: #B84881;
}
.BgClassName
{
background-color: #B84881;
}
</style>
border-color css
<style>
span { border-color: #B84881; }
span { border-color: rgb(184,72,129); }
td.TdClassName
{
border-color: #B84881;
}
.TagClassName
{
border-color: #B84881;
}
</style>