Shades of Mulberry #B84B8B
Tints of Mulberry #B84B8B
RGB
CMYK
RGB Variations
Color information
#B84B8B (or 0xB84B8B) is known color: Mulberry. HEX triplet: B8, 4B and 8B. RGB value is (184,75,139). Sum of RGB (Red+Green+Blue) = 184+75+139=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84B8B is #47B474. Grayscale: #727272. Windows color (decimal): -4699253 or 9128888. OLE color: 9128888.
HSL color Cylindrical-coordinate representation of color #B84B8B: hue angle of 324.77º 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 #B84B8B is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 139 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.28 |
| HSL | 324.77º | 0.43% | 0.51% | - |
| HSV(B) | 324.77º | 0.59% | 0.72% | - |
| XYZ | 26.94 | 17.09 | 26.3 | - |
| YUV | 114.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 139 | 0 | 0.59 | 0.24 | 0.28 | 324.77 | 0.43 | 0.51 |
| Hex | B8 | 4B | 8B | 0 | 3B | 18 | 1C | 145 | 2B | 33 |
| Octal | 270 | 113 | 213 | 0 | 73 | 30 | 34 | 505 | 53 | 63 |
| Binary | 10111000 | 1001011 | 10001011 | 0 | 111011 | 11000 | 11100 | 101000101 | 101011 | 110011 |
Color Harmonies of #B84B8B
Complementary color
Monochromatic Colors of #B84B8B
Black with #B84B8B
Text Example
Text Example
White with #B84B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B8B; }
p { color: rgb(184,75,139); }
H1.HeaderClassName
{
color: #B84B8B;
}
.AnyTagClassName
{
color: #B84B8B;
}
</style>
background-color css
<style>
a { background-color: #B84B8B; }
a { background-color: rgb(184,75,139); }
div.DivClassName
{
background-color: #B84B8B;
}
.BgClassName
{
background-color: #B84B8B;
}
</style>
border-color css
<style>
span { border-color: #B84B8B; }
span { border-color: rgb(184,75,139); }
td.TdClassName
{
border-color: #B84B8B;
}
.TagClassName
{
border-color: #B84B8B;
}
</style>