Shades of Mulberry #B84A93
Tints of Mulberry #B84A93
RGB
CMYK
RGB Variations
Color information
#B84A93 (or 0xB84A93) is known color: Mulberry. HEX triplet: B8, 4A and 93. RGB value is (184,74,147). Sum of RGB (Red+Green+Blue) = 184+74+147=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A93 is #47B56C. Grayscale: #737373. Windows color (decimal): -4699501 or 9652920. OLE color: 9652920.
HSL color Cylindrical-coordinate representation of color #B84A93: hue angle of 320.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A93 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 147 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.28 |
| HSL | 320.18º | 0.44% | 0.51% | - |
| HSV(B) | 320.18º | 0.6% | 0.72% | - |
| XYZ | 27.48 | 17.19 | 29.47 | - |
| YUV | 115.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 147 | 0 | 0.60 | 0.20 | 0.28 | 320.18 | 0.44 | 0.51 |
| Hex | B8 | 4A | 93 | 0 | 3C | 14 | 1C | 140 | 2C | 33 |
| Octal | 270 | 112 | 223 | 0 | 74 | 24 | 34 | 500 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10010011 | 0 | 111100 | 10100 | 11100 | 101000000 | 101100 | 110011 |
Color Harmonies of #B84A93
Complementary color
Monochromatic Colors of #B84A93
Black with #B84A93
Text Example
Text Example
White with #B84A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A93; }
p { color: rgb(184,74,147); }
H1.HeaderClassName
{
color: #B84A93;
}
.AnyTagClassName
{
color: #B84A93;
}
</style>
background-color css
<style>
a { background-color: #B84A93; }
a { background-color: rgb(184,74,147); }
div.DivClassName
{
background-color: #B84A93;
}
.BgClassName
{
background-color: #B84A93;
}
</style>
border-color css
<style>
span { border-color: #B84A93; }
span { border-color: rgb(184,74,147); }
td.TdClassName
{
border-color: #B84A93;
}
.TagClassName
{
border-color: #B84A93;
}
</style>