Shades of Mulberry #B85B9E
Tints of Mulberry #B85B9E
RGB
CMYK
RGB Variations
Color information
#B85B9E (or 0xB85B9E) is known color: Mulberry. HEX triplet: B8, 5B and 9E. RGB value is (184,91,158). Sum of RGB (Red+Green+Blue) = 184+91+158=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B9E is #47A461. Grayscale: #7E7E7E. Windows color (decimal): -4695138 or 10378168. OLE color: 10378168.
HSL color Cylindrical-coordinate representation of color #B85B9E: hue angle of 316.77º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85B9E is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 158 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.28 |
| HSL | 316.77º | 0.4% | 0.54% | - |
| HSV(B) | 316.77º | 0.51% | 0.72% | - |
| XYZ | 29.68 | 20.14 | 34.67 | - |
| YUV | 126.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 158 | 0 | 0.51 | 0.14 | 0.28 | 316.77 | 0.4 | 0.54 |
| Hex | B8 | 5B | 9E | 0 | 33 | E | 1C | 13D | 28 | 36 |
| Octal | 270 | 133 | 236 | 0 | 63 | 16 | 34 | 475 | 50 | 66 |
| Binary | 10111000 | 1011011 | 10011110 | 0 | 110011 | 1110 | 11100 | 100111101 | 101000 | 110110 |
Color Harmonies of #B85B9E
Complementary color
Monochromatic Colors of #B85B9E
Black with #B85B9E
Text Example
Text Example
White with #B85B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85B9E; }
p { color: rgb(184,91,158); }
H1.HeaderClassName
{
color: #B85B9E;
}
.AnyTagClassName
{
color: #B85B9E;
}
</style>
background-color css
<style>
a { background-color: #B85B9E; }
a { background-color: rgb(184,91,158); }
div.DivClassName
{
background-color: #B85B9E;
}
.BgClassName
{
background-color: #B85B9E;
}
</style>
border-color css
<style>
span { border-color: #B85B9E; }
span { border-color: rgb(184,91,158); }
td.TdClassName
{
border-color: #B85B9E;
}
.TagClassName
{
border-color: #B85B9E;
}
</style>