Shades of Mulberry #B84E8A
Tints of Mulberry #B84E8A
RGB
CMYK
RGB Variations
Color information
#B84E8A (or 0xB84E8A) is known color: Mulberry. HEX triplet: B8, 4E and 8A. RGB value is (184,78,138). Sum of RGB (Red+Green+Blue) = 184+78+138=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84E8A is #47B175. Grayscale: #747474. Windows color (decimal): -4698486 or 9064120. OLE color: 9064120.
HSL color Cylindrical-coordinate representation of color #B84E8A: hue angle of 326.04º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84E8A is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 138 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.28 |
| HSL | 326.04º | 0.43% | 0.51% | - |
| HSV(B) | 326.04º | 0.58% | 0.72% | - |
| XYZ | 27.08 | 17.47 | 25.99 | - |
| YUV | 116.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 138 | 0 | 0.58 | 0.25 | 0.28 | 326.04 | 0.43 | 0.51 |
| Hex | B8 | 4E | 8A | 0 | 3A | 19 | 1C | 146 | 2B | 33 |
| Octal | 270 | 116 | 212 | 0 | 72 | 31 | 34 | 506 | 53 | 63 |
| Binary | 10111000 | 1001110 | 10001010 | 0 | 111010 | 11001 | 11100 | 101000110 | 101011 | 110011 |
Color Harmonies of #B84E8A
Complementary color
Monochromatic Colors of #B84E8A
Black with #B84E8A
Text Example
Text Example
White with #B84E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E8A; }
p { color: rgb(184,78,138); }
H1.HeaderClassName
{
color: #B84E8A;
}
.AnyTagClassName
{
color: #B84E8A;
}
</style>
background-color css
<style>
a { background-color: #B84E8A; }
a { background-color: rgb(184,78,138); }
div.DivClassName
{
background-color: #B84E8A;
}
.BgClassName
{
background-color: #B84E8A;
}
</style>
border-color css
<style>
span { border-color: #B84E8A; }
span { border-color: rgb(184,78,138); }
td.TdClassName
{
border-color: #B84E8A;
}
.TagClassName
{
border-color: #B84E8A;
}
</style>