Shades of Mulberry #B85485
Tints of Mulberry #B85485
RGB
CMYK
RGB Variations
Color information
#B85485 (or 0xB85485) is known color: Mulberry. HEX triplet: B8, 54 and 85. RGB value is (184,84,133). Sum of RGB (Red+Green+Blue) = 184+84+133=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85485 is #47AB7A. Grayscale: #777777. Windows color (decimal): -4696955 or 8737976. OLE color: 8737976.
HSL color Cylindrical-coordinate representation of color #B85485: hue angle of 330.6º 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 #B85485 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 133 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.28 |
| HSL | 330.6º | 0.41% | 0.53% | - |
| HSV(B) | 330.6º | 0.54% | 0.72% | - |
| XYZ | 27.17 | 18.22 | 24.28 | - |
| YUV | 119.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 133 | 0 | 0.54 | 0.28 | 0.28 | 330.6 | 0.41 | 0.53 |
| Hex | B8 | 54 | 85 | 0 | 36 | 1C | 1C | 14B | 29 | 35 |
| Octal | 270 | 124 | 205 | 0 | 66 | 34 | 34 | 513 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10000101 | 0 | 110110 | 11100 | 11100 | 101001011 | 101001 | 110101 |
Color Harmonies of #B85485
Complementary color
Monochromatic Colors of #B85485
Black with #B85485
Text Example
Text Example
White with #B85485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85485; }
p { color: rgb(184,84,133); }
H1.HeaderClassName
{
color: #B85485;
}
.AnyTagClassName
{
color: #B85485;
}
</style>
background-color css
<style>
a { background-color: #B85485; }
a { background-color: rgb(184,84,133); }
div.DivClassName
{
background-color: #B85485;
}
.BgClassName
{
background-color: #B85485;
}
</style>
border-color css
<style>
span { border-color: #B85485; }
span { border-color: rgb(184,84,133); }
td.TdClassName
{
border-color: #B85485;
}
.TagClassName
{
border-color: #B85485;
}
</style>