Shades of Mulberry #B84993
Tints of Mulberry #B84993
RGB
CMYK
RGB Variations
Color information
#B84993 (or 0xB84993) is known color: Mulberry. HEX triplet: B8, 49 and 93. RGB value is (184,73,147). Sum of RGB (Red+Green+Blue) = 184+73+147=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B84993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84993 is #47B66C. Grayscale: #727272. Windows color (decimal): -4699757 or 9652664. OLE color: 9652664.
HSL color Cylindrical-coordinate representation of color #B84993: hue angle of 320º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84993 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 147 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.28 |
| HSL | 320º | 0.44% | 0.5% | - |
| HSV(B) | 320º | 0.6% | 0.72% | - |
| XYZ | 27.42 | 17.06 | 29.45 | - |
| YUV | 114.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 147 | 0 | 0.60 | 0.20 | 0.28 | 320 | 0.44 | 0.5 |
| Hex | B8 | 49 | 93 | 0 | 3C | 14 | 1C | 140 | 2C | 32 |
| Octal | 270 | 111 | 223 | 0 | 74 | 24 | 34 | 500 | 54 | 62 |
| Binary | 10111000 | 1001001 | 10010011 | 0 | 111100 | 10100 | 11100 | 101000000 | 101100 | 110010 |
Color Harmonies of #B84993
Complementary color
Monochromatic Colors of #B84993
Black with #B84993
Text Example
Text Example
White with #B84993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84993; }
p { color: rgb(184,73,147); }
H1.HeaderClassName
{
color: #B84993;
}
.AnyTagClassName
{
color: #B84993;
}
</style>
background-color css
<style>
a { background-color: #B84993; }
a { background-color: rgb(184,73,147); }
div.DivClassName
{
background-color: #B84993;
}
.BgClassName
{
background-color: #B84993;
}
</style>
border-color css
<style>
span { border-color: #B84993; }
span { border-color: rgb(184,73,147); }
td.TdClassName
{
border-color: #B84993;
}
.TagClassName
{
border-color: #B84993;
}
</style>