Shades of Mulberry #B8489E
Tints of Mulberry #B8489E
RGB
CMYK
RGB Variations
Color information
#B8489E (or 0xB8489E) is known color: Mulberry. HEX triplet: B8, 48 and 9E. RGB value is (184,72,158). Sum of RGB (Red+Green+Blue) = 184+72+158=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8489E is #47B761. Grayscale: #737373. Windows color (decimal): -4700002 or 10373304. OLE color: 10373304.
HSL color Cylindrical-coordinate representation of color #B8489E: hue angle of 313.93º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8489E is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 158 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.28 |
| HSL | 313.93º | 0.44% | 0.5% | - |
| HSV(B) | 313.93º | 0.61% | 0.72% | - |
| XYZ | 28.26 | 17.29 | 34.2 | - |
| YUV | 115.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 158 | 0 | 0.61 | 0.14 | 0.28 | 313.93 | 0.44 | 0.5 |
| Hex | B8 | 48 | 9E | 0 | 3D | E | 1C | 13A | 2C | 32 |
| Octal | 270 | 110 | 236 | 0 | 75 | 16 | 34 | 472 | 54 | 62 |
| Binary | 10111000 | 1001000 | 10011110 | 0 | 111101 | 1110 | 11100 | 100111010 | 101100 | 110010 |
Color Harmonies of #B8489E
Complementary color
Monochromatic Colors of #B8489E
Black with #B8489E
Text Example
Text Example
White with #B8489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8489E; }
p { color: rgb(184,72,158); }
H1.HeaderClassName
{
color: #B8489E;
}
.AnyTagClassName
{
color: #B8489E;
}
</style>
background-color css
<style>
a { background-color: #B8489E; }
a { background-color: rgb(184,72,158); }
div.DivClassName
{
background-color: #B8489E;
}
.BgClassName
{
background-color: #B8489E;
}
</style>
border-color css
<style>
span { border-color: #B8489E; }
span { border-color: rgb(184,72,158); }
td.TdClassName
{
border-color: #B8489E;
}
.TagClassName
{
border-color: #B8489E;
}
</style>