Shades of Mulberry #B84B9F
Tints of Mulberry #B84B9F
RGB
CMYK
RGB Variations
Color information
#B84B9F (or 0xB84B9F) is known color: Mulberry. HEX triplet: B8, 4B and 9F. RGB value is (184,75,159). Sum of RGB (Red+Green+Blue) = 184+75+159=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84B9F is #47B460. Grayscale: #747474. Windows color (decimal): -4699233 or 10439608. OLE color: 10439608.
HSL color Cylindrical-coordinate representation of color #B84B9F: hue angle of 313.76º 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 #B84B9F is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 159 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.28 |
| HSL | 313.76º | 0.43% | 0.51% | - |
| HSV(B) | 313.76º | 0.59% | 0.72% | - |
| XYZ | 28.54 | 17.73 | 34.72 | - |
| YUV | 117.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 159 | 0 | 0.59 | 0.14 | 0.28 | 313.76 | 0.43 | 0.51 |
| Hex | B8 | 4B | 9F | 0 | 3B | E | 1C | 13A | 2B | 33 |
| Octal | 270 | 113 | 237 | 0 | 73 | 16 | 34 | 472 | 53 | 63 |
| Binary | 10111000 | 1001011 | 10011111 | 0 | 111011 | 1110 | 11100 | 100111010 | 101011 | 110011 |
Color Harmonies of #B84B9F
Complementary color
Monochromatic Colors of #B84B9F
Black with #B84B9F
Text Example
Text Example
White with #B84B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B9F; }
p { color: rgb(184,75,159); }
H1.HeaderClassName
{
color: #B84B9F;
}
.AnyTagClassName
{
color: #B84B9F;
}
</style>
background-color css
<style>
a { background-color: #B84B9F; }
a { background-color: rgb(184,75,159); }
div.DivClassName
{
background-color: #B84B9F;
}
.BgClassName
{
background-color: #B84B9F;
}
</style>
border-color css
<style>
span { border-color: #B84B9F; }
span { border-color: rgb(184,75,159); }
td.TdClassName
{
border-color: #B84B9F;
}
.TagClassName
{
border-color: #B84B9F;
}
</style>