Shades of Mulberry #B85490
Tints of Mulberry #B85490
RGB
CMYK
RGB Variations
Color information
#B85490 (or 0xB85490) is known color: Mulberry. HEX triplet: B8, 54 and 90. RGB value is (184,84,144). Sum of RGB (Red+Green+Blue) = 184+84+144=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B85490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85490 is #47AB6F. Grayscale: #787878. Windows color (decimal): -4696944 or 9458872. OLE color: 9458872.
HSL color Cylindrical-coordinate representation of color #B85490: hue angle of 324º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85490 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 144 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.28 |
| HSL | 324º | 0.41% | 0.53% | - |
| HSV(B) | 324º | 0.54% | 0.72% | - |
| XYZ | 27.97 | 18.54 | 28.49 | - |
| YUV | 120.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 144 | 0 | 0.54 | 0.22 | 0.28 | 324 | 0.41 | 0.53 |
| Hex | B8 | 54 | 90 | 0 | 36 | 16 | 1C | 144 | 29 | 35 |
| Octal | 270 | 124 | 220 | 0 | 66 | 26 | 34 | 504 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10010000 | 0 | 110110 | 10110 | 11100 | 101000100 | 101001 | 110101 |
Color Harmonies of #B85490
Complementary color
Monochromatic Colors of #B85490
Black with #B85490
Text Example
Text Example
White with #B85490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85490; }
p { color: rgb(184,84,144); }
H1.HeaderClassName
{
color: #B85490;
}
.AnyTagClassName
{
color: #B85490;
}
</style>
background-color css
<style>
a { background-color: #B85490; }
a { background-color: rgb(184,84,144); }
div.DivClassName
{
background-color: #B85490;
}
.BgClassName
{
background-color: #B85490;
}
</style>
border-color css
<style>
span { border-color: #B85490; }
span { border-color: rgb(184,84,144); }
td.TdClassName
{
border-color: #B85490;
}
.TagClassName
{
border-color: #B85490;
}
</style>