Shades of Mulberry #B55E8F
Tints of Mulberry #B55E8F
RGB
CMYK
RGB Variations
Color information
#B55E8F (or 0xB55E8F) is known color: Mulberry. HEX triplet: B5, 5E and 8F. RGB value is (181,94,143). Sum of RGB (Red+Green+Blue) = 181+94+143=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E8F is #4AA170. Grayscale: #7D7D7D. Windows color (decimal): -4890993 or 9395893. OLE color: 9395893.
HSL color Cylindrical-coordinate representation of color #B55E8F: hue angle of 326.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E8F is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 143 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.29 |
| HSL | 326.21º | 0.37% | 0.54% | - |
| HSV(B) | 326.21º | 0.48% | 0.71% | - |
| XYZ | 28.02 | 19.81 | 28.33 | - |
| YUV | 125.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 143 | 0 | 0.48 | 0.21 | 0.29 | 326.21 | 0.37 | 0.54 |
| Hex | B5 | 5E | 8F | 0 | 30 | 15 | 1D | 146 | 25 | 36 |
| Octal | 265 | 136 | 217 | 0 | 60 | 25 | 35 | 506 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10001111 | 0 | 110000 | 10101 | 11101 | 101000110 | 100101 | 110110 |
Color Harmonies of #B55E8F
Complementary color
Monochromatic Colors of #B55E8F
Black with #B55E8F
Text Example
Text Example
White with #B55E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E8F; }
p { color: rgb(181,94,143); }
H1.HeaderClassName
{
color: #B55E8F;
}
.AnyTagClassName
{
color: #B55E8F;
}
</style>
background-color css
<style>
a { background-color: #B55E8F; }
a { background-color: rgb(181,94,143); }
div.DivClassName
{
background-color: #B55E8F;
}
.BgClassName
{
background-color: #B55E8F;
}
</style>
border-color css
<style>
span { border-color: #B55E8F; }
span { border-color: rgb(181,94,143); }
td.TdClassName
{
border-color: #B55E8F;
}
.TagClassName
{
border-color: #B55E8F;
}
</style>