Shades of Mulberry #B84D9F
Tints of Mulberry #B84D9F
RGB
CMYK
RGB Variations
Color information
#B84D9F (or 0xB84D9F) is known color: Mulberry. HEX triplet: B8, 4D and 9F. RGB value is (184,77,159). Sum of RGB (Red+Green+Blue) = 184+77+159=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84D9F is #47B260. Grayscale: #767676. Windows color (decimal): -4698721 or 10440120. OLE color: 10440120.
HSL color Cylindrical-coordinate representation of color #B84D9F: hue angle of 314.02º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D9F is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 159 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.28 |
| HSL | 314.02º | 0.43% | 0.51% | - |
| HSV(B) | 314.02º | 0.58% | 0.72% | - |
| XYZ | 28.68 | 18 | 34.76 | - |
| YUV | 118.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 159 | 0 | 0.58 | 0.14 | 0.28 | 314.02 | 0.43 | 0.51 |
| Hex | B8 | 4D | 9F | 0 | 3A | E | 1C | 13A | 2B | 33 |
| Octal | 270 | 115 | 237 | 0 | 72 | 16 | 34 | 472 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10011111 | 0 | 111010 | 1110 | 11100 | 100111010 | 101011 | 110011 |
Color Harmonies of #B84D9F
Complementary color
Monochromatic Colors of #B84D9F
Black with #B84D9F
Text Example
Text Example
White with #B84D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D9F; }
p { color: rgb(184,77,159); }
H1.HeaderClassName
{
color: #B84D9F;
}
.AnyTagClassName
{
color: #B84D9F;
}
</style>
background-color css
<style>
a { background-color: #B84D9F; }
a { background-color: rgb(184,77,159); }
div.DivClassName
{
background-color: #B84D9F;
}
.BgClassName
{
background-color: #B84D9F;
}
</style>
border-color css
<style>
span { border-color: #B84D9F; }
span { border-color: rgb(184,77,159); }
td.TdClassName
{
border-color: #B84D9F;
}
.TagClassName
{
border-color: #B84D9F;
}
</style>