Shades of Mulberry #B84E96
Tints of Mulberry #B84E96
RGB
CMYK
RGB Variations
Color information
#B84E96 (or 0xB84E96) is known color: Mulberry. HEX triplet: B8, 4E and 96. RGB value is (184,78,150). Sum of RGB (Red+Green+Blue) = 184+78+150=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84E96 is #47B169. Grayscale: #757575. Windows color (decimal): -4698474 or 9850552. OLE color: 9850552.
HSL color Cylindrical-coordinate representation of color #B84E96: hue angle of 319.25º 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 #B84E96 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 150 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.28 |
| HSL | 319.25º | 0.43% | 0.51% | - |
| HSV(B) | 319.25º | 0.58% | 0.72% | - |
| XYZ | 28 | 17.84 | 30.82 | - |
| YUV | 117.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 150 | 0 | 0.58 | 0.18 | 0.28 | 319.25 | 0.43 | 0.51 |
| Hex | B8 | 4E | 96 | 0 | 3A | 12 | 1C | 13F | 2B | 33 |
| Octal | 270 | 116 | 226 | 0 | 72 | 22 | 34 | 477 | 53 | 63 |
| Binary | 10111000 | 1001110 | 10010110 | 0 | 111010 | 10010 | 11100 | 100111111 | 101011 | 110011 |
Color Harmonies of #B84E96
Complementary color
Monochromatic Colors of #B84E96
Black with #B84E96
Text Example
Text Example
White with #B84E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E96; }
p { color: rgb(184,78,150); }
H1.HeaderClassName
{
color: #B84E96;
}
.AnyTagClassName
{
color: #B84E96;
}
</style>
background-color css
<style>
a { background-color: #B84E96; }
a { background-color: rgb(184,78,150); }
div.DivClassName
{
background-color: #B84E96;
}
.BgClassName
{
background-color: #B84E96;
}
</style>
border-color css
<style>
span { border-color: #B84E96; }
span { border-color: rgb(184,78,150); }
td.TdClassName
{
border-color: #B84E96;
}
.TagClassName
{
border-color: #B84E96;
}
</style>