Shades of Mulberry #B85893
Tints of Mulberry #B85893
RGB
CMYK
RGB Variations
Color information
#B85893 (or 0xB85893) is known color: Mulberry. HEX triplet: B8, 58 and 93. RGB value is (184,88,147). Sum of RGB (Red+Green+Blue) = 184+88+147=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B85893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85893 is #47A76C. Grayscale: #7B7B7B. Windows color (decimal): -4695917 or 9656504. OLE color: 9656504.
HSL color Cylindrical-coordinate representation of color #B85893: hue angle of 323.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85893 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 147 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.28 |
| HSL | 323.13º | 0.4% | 0.53% | - |
| HSV(B) | 323.13º | 0.52% | 0.72% | - |
| XYZ | 28.52 | 19.28 | 29.82 | - |
| YUV | 123.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 147 | 0 | 0.52 | 0.20 | 0.28 | 323.13 | 0.4 | 0.53 |
| Hex | B8 | 58 | 93 | 0 | 34 | 14 | 1C | 143 | 28 | 35 |
| Octal | 270 | 130 | 223 | 0 | 64 | 24 | 34 | 503 | 50 | 65 |
| Binary | 10111000 | 1011000 | 10010011 | 0 | 110100 | 10100 | 11100 | 101000011 | 101000 | 110101 |
Color Harmonies of #B85893
Complementary color
Monochromatic Colors of #B85893
Black with #B85893
Text Example
Text Example
White with #B85893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85893; }
p { color: rgb(184,88,147); }
H1.HeaderClassName
{
color: #B85893;
}
.AnyTagClassName
{
color: #B85893;
}
</style>
background-color css
<style>
a { background-color: #B85893; }
a { background-color: rgb(184,88,147); }
div.DivClassName
{
background-color: #B85893;
}
.BgClassName
{
background-color: #B85893;
}
</style>
border-color css
<style>
span { border-color: #B85893; }
span { border-color: rgb(184,88,147); }
td.TdClassName
{
border-color: #B85893;
}
.TagClassName
{
border-color: #B85893;
}
</style>