Shades of Mulberry #B84A8F
Tints of Mulberry #B84A8F
RGB
CMYK
RGB Variations
Color information
#B84A8F (or 0xB84A8F) is known color: Mulberry. HEX triplet: B8, 4A and 8F. RGB value is (184,74,143). Sum of RGB (Red+Green+Blue) = 184+74+143=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A8F is #47B570. Grayscale: #727272. Windows color (decimal): -4699505 or 9390776. OLE color: 9390776.
HSL color Cylindrical-coordinate representation of color #B84A8F: hue angle of 322.36º 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 #B84A8F is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 143 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.28 |
| HSL | 322.36º | 0.44% | 0.51% | - |
| HSV(B) | 322.36º | 0.6% | 0.72% | - |
| XYZ | 27.17 | 17.07 | 27.85 | - |
| YUV | 114.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 143 | 0 | 0.60 | 0.22 | 0.28 | 322.36 | 0.44 | 0.51 |
| Hex | B8 | 4A | 8F | 0 | 3C | 16 | 1C | 142 | 2C | 33 |
| Octal | 270 | 112 | 217 | 0 | 74 | 26 | 34 | 502 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10001111 | 0 | 111100 | 10110 | 11100 | 101000010 | 101100 | 110011 |
Color Harmonies of #B84A8F
Complementary color
Monochromatic Colors of #B84A8F
Black with #B84A8F
Text Example
Text Example
White with #B84A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A8F; }
p { color: rgb(184,74,143); }
H1.HeaderClassName
{
color: #B84A8F;
}
.AnyTagClassName
{
color: #B84A8F;
}
</style>
background-color css
<style>
a { background-color: #B84A8F; }
a { background-color: rgb(184,74,143); }
div.DivClassName
{
background-color: #B84A8F;
}
.BgClassName
{
background-color: #B84A8F;
}
</style>
border-color css
<style>
span { border-color: #B84A8F; }
span { border-color: rgb(184,74,143); }
td.TdClassName
{
border-color: #B84A8F;
}
.TagClassName
{
border-color: #B84A8F;
}
</style>