Shades of Mulberry #B84E9F
Tints of Mulberry #B84E9F
RGB
CMYK
RGB Variations
Color information
#B84E9F (or 0xB84E9F) is known color: Mulberry. HEX triplet: B8, 4E and 9F. RGB value is (184,78,159). Sum of RGB (Red+Green+Blue) = 184+78+159=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84E9F is #47B160. Grayscale: #767676. Windows color (decimal): -4698465 or 10440376. OLE color: 10440376.
HSL color Cylindrical-coordinate representation of color #B84E9F: hue angle of 314.15º 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 #B84E9F is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 159 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.28 |
| HSL | 314.15º | 0.43% | 0.51% | - |
| HSV(B) | 314.15º | 0.58% | 0.72% | - |
| XYZ | 28.75 | 18.14 | 34.79 | - |
| YUV | 118.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 159 | 0 | 0.58 | 0.14 | 0.28 | 314.15 | 0.43 | 0.51 |
| Hex | B8 | 4E | 9F | 0 | 3A | E | 1C | 13A | 2B | 33 |
| Octal | 270 | 116 | 237 | 0 | 72 | 16 | 34 | 472 | 53 | 63 |
| Binary | 10111000 | 1001110 | 10011111 | 0 | 111010 | 1110 | 11100 | 100111010 | 101011 | 110011 |
Color Harmonies of #B84E9F
Complementary color
Monochromatic Colors of #B84E9F
Black with #B84E9F
Text Example
Text Example
White with #B84E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E9F; }
p { color: rgb(184,78,159); }
H1.HeaderClassName
{
color: #B84E9F;
}
.AnyTagClassName
{
color: #B84E9F;
}
</style>
background-color css
<style>
a { background-color: #B84E9F; }
a { background-color: rgb(184,78,159); }
div.DivClassName
{
background-color: #B84E9F;
}
.BgClassName
{
background-color: #B84E9F;
}
</style>
border-color css
<style>
span { border-color: #B84E9F; }
span { border-color: rgb(184,78,159); }
td.TdClassName
{
border-color: #B84E9F;
}
.TagClassName
{
border-color: #B84E9F;
}
</style>