Shades of Mulberry #B85A8F
Tints of Mulberry #B85A8F
RGB
CMYK
RGB Variations
Color information
#B85A8F (or 0xB85A8F) is known color: Mulberry. HEX triplet: B8, 5A and 8F. RGB value is (184,90,143). Sum of RGB (Red+Green+Blue) = 184+90+143=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A8F is #47A570. Grayscale: #7C7C7C. Windows color (decimal): -4695409 or 9394872. OLE color: 9394872.
HSL color Cylindrical-coordinate representation of color #B85A8F: hue angle of 326.17º 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 #B85A8F is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 143 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.28 |
| HSL | 326.17º | 0.4% | 0.54% | - |
| HSV(B) | 326.17º | 0.51% | 0.72% | - |
| XYZ | 28.38 | 19.49 | 28.25 | - |
| YUV | 124.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 143 | 0 | 0.51 | 0.22 | 0.28 | 326.17 | 0.4 | 0.54 |
| Hex | B8 | 5A | 8F | 0 | 33 | 16 | 1C | 146 | 28 | 36 |
| Octal | 270 | 132 | 217 | 0 | 63 | 26 | 34 | 506 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10001111 | 0 | 110011 | 10110 | 11100 | 101000110 | 101000 | 110110 |
Color Harmonies of #B85A8F
Complementary color
Monochromatic Colors of #B85A8F
Black with #B85A8F
Text Example
Text Example
White with #B85A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A8F; }
p { color: rgb(184,90,143); }
H1.HeaderClassName
{
color: #B85A8F;
}
.AnyTagClassName
{
color: #B85A8F;
}
</style>
background-color css
<style>
a { background-color: #B85A8F; }
a { background-color: rgb(184,90,143); }
div.DivClassName
{
background-color: #B85A8F;
}
.BgClassName
{
background-color: #B85A8F;
}
</style>
border-color css
<style>
span { border-color: #B85A8F; }
span { border-color: rgb(184,90,143); }
td.TdClassName
{
border-color: #B85A8F;
}
.TagClassName
{
border-color: #B85A8F;
}
</style>