Shades of Mulberry #B84C9F
Tints of Mulberry #B84C9F
RGB
CMYK
RGB Variations
Color information
#B84C9F (or 0xB84C9F) is known color: Mulberry. HEX triplet: B8, 4C and 9F. RGB value is (184,76,159). Sum of RGB (Red+Green+Blue) = 184+76+159=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C9F is #47B360. Grayscale: #757575. Windows color (decimal): -4698977 or 10439864. OLE color: 10439864.
HSL color Cylindrical-coordinate representation of color #B84C9F: hue angle of 313.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C9F is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 159 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.28 |
| HSL | 313.89º | 0.43% | 0.51% | - |
| HSV(B) | 313.89º | 0.59% | 0.72% | - |
| XYZ | 28.61 | 17.86 | 34.74 | - |
| YUV | 117.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 159 | 0 | 0.59 | 0.14 | 0.28 | 313.89 | 0.43 | 0.51 |
| Hex | B8 | 4C | 9F | 0 | 3B | E | 1C | 13A | 2B | 33 |
| Octal | 270 | 114 | 237 | 0 | 73 | 16 | 34 | 472 | 53 | 63 |
| Binary | 10111000 | 1001100 | 10011111 | 0 | 111011 | 1110 | 11100 | 100111010 | 101011 | 110011 |
Color Harmonies of #B84C9F
Complementary color
Monochromatic Colors of #B84C9F
Black with #B84C9F
Text Example
Text Example
White with #B84C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C9F; }
p { color: rgb(184,76,159); }
H1.HeaderClassName
{
color: #B84C9F;
}
.AnyTagClassName
{
color: #B84C9F;
}
</style>
background-color css
<style>
a { background-color: #B84C9F; }
a { background-color: rgb(184,76,159); }
div.DivClassName
{
background-color: #B84C9F;
}
.BgClassName
{
background-color: #B84C9F;
}
</style>
border-color css
<style>
span { border-color: #B84C9F; }
span { border-color: rgb(184,76,159); }
td.TdClassName
{
border-color: #B84C9F;
}
.TagClassName
{
border-color: #B84C9F;
}
</style>