Shades of Mulberry #B84C9E
Tints of Mulberry #B84C9E
RGB
CMYK
RGB Variations
Color information
#B84C9E (or 0xB84C9E) is known color: Mulberry. HEX triplet: B8, 4C and 9E. RGB value is (184,76,158). Sum of RGB (Red+Green+Blue) = 184+76+158=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C9E is #47B361. Grayscale: #757575. Windows color (decimal): -4698978 or 10374328. OLE color: 10374328.
HSL color Cylindrical-coordinate representation of color #B84C9E: hue angle of 314.44º 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 #B84C9E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 158 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.28 |
| HSL | 314.44º | 0.43% | 0.51% | - |
| HSV(B) | 314.44º | 0.59% | 0.72% | - |
| XYZ | 28.52 | 17.83 | 34.29 | - |
| YUV | 117.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 158 | 0 | 0.59 | 0.14 | 0.28 | 314.44 | 0.43 | 0.51 |
| Hex | B8 | 4C | 9E | 0 | 3B | E | 1C | 13A | 2B | 33 |
| Octal | 270 | 114 | 236 | 0 | 73 | 16 | 34 | 472 | 53 | 63 |
| Binary | 10111000 | 1001100 | 10011110 | 0 | 111011 | 1110 | 11100 | 100111010 | 101011 | 110011 |
Color Harmonies of #B84C9E
Complementary color
Monochromatic Colors of #B84C9E
Black with #B84C9E
Text Example
Text Example
White with #B84C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C9E; }
p { color: rgb(184,76,158); }
H1.HeaderClassName
{
color: #B84C9E;
}
.AnyTagClassName
{
color: #B84C9E;
}
</style>
background-color css
<style>
a { background-color: #B84C9E; }
a { background-color: rgb(184,76,158); }
div.DivClassName
{
background-color: #B84C9E;
}
.BgClassName
{
background-color: #B84C9E;
}
</style>
border-color css
<style>
span { border-color: #B84C9E; }
span { border-color: rgb(184,76,158); }
td.TdClassName
{
border-color: #B84C9E;
}
.TagClassName
{
border-color: #B84C9E;
}
</style>