Shades of Mulberry #B854A0
Tints of Mulberry #B854A0
RGB
CMYK
RGB Variations
Color information
#B854A0 (or 0xB854A0) is known color: Mulberry. HEX triplet: B8, 54 and A0. RGB value is (184,84,160). Sum of RGB (Red+Green+Blue) = 184+84+160=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B854A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854A0 is #47AB5F. Grayscale: #7A7A7A. Windows color (decimal): -4696928 or 10507448. OLE color: 10507448.
HSL color Cylindrical-coordinate representation of color #B854A0: hue angle of 314.4º 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 #B854A0 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 160 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.28 |
| HSL | 314.4º | 0.41% | 0.53% | - |
| HSV(B) | 314.4º | 0.54% | 0.72% | - |
| XYZ | 29.28 | 19.07 | 35.4 | - |
| YUV | 122.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 160 | 0 | 0.54 | 0.13 | 0.28 | 314.4 | 0.41 | 0.53 |
| Hex | B8 | 54 | A0 | 0 | 36 | D | 1C | 13A | 29 | 35 |
| Octal | 270 | 124 | 240 | 0 | 66 | 15 | 34 | 472 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10100000 | 0 | 110110 | 1101 | 11100 | 100111010 | 101001 | 110101 |
Color Harmonies of #B854A0
Complementary color
Monochromatic Colors of #B854A0
Black with #B854A0
Text Example
Text Example
White with #B854A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854A0; }
p { color: rgb(184,84,160); }
H1.HeaderClassName
{
color: #B854A0;
}
.AnyTagClassName
{
color: #B854A0;
}
</style>
background-color css
<style>
a { background-color: #B854A0; }
a { background-color: rgb(184,84,160); }
div.DivClassName
{
background-color: #B854A0;
}
.BgClassName
{
background-color: #B854A0;
}
</style>
border-color css
<style>
span { border-color: #B854A0; }
span { border-color: rgb(184,84,160); }
td.TdClassName
{
border-color: #B854A0;
}
.TagClassName
{
border-color: #B854A0;
}
</style>