Shades of Mulberry #B55194
Tints of Mulberry #B55194
RGB
CMYK
RGB Variations
Color information
#B55194 (or 0xB55194) is known color: Mulberry. HEX triplet: B5, 51 and 94. RGB value is (181,81,148). Sum of RGB (Red+Green+Blue) = 181+81+148=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B55194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55194 is #4AAE6B. Grayscale: #767676. Windows color (decimal): -4894316 or 9720245. OLE color: 9720245.
HSL color Cylindrical-coordinate representation of color #B55194: hue angle of 319.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55194 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 148 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.29 |
| HSL | 319.8º | 0.4% | 0.51% | - |
| HSV(B) | 319.8º | 0.55% | 0.71% | - |
| XYZ | 27.34 | 17.85 | 30.02 | - |
| YUV | 118.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 148 | 0 | 0.55 | 0.18 | 0.29 | 319.8 | 0.4 | 0.51 |
| Hex | B5 | 51 | 94 | 0 | 37 | 12 | 1D | 140 | 28 | 33 |
| Octal | 265 | 121 | 224 | 0 | 67 | 22 | 35 | 500 | 50 | 63 |
| Binary | 10110101 | 1010001 | 10010100 | 0 | 110111 | 10010 | 11101 | 101000000 | 101000 | 110011 |
Color Harmonies of #B55194
Complementary color
Monochromatic Colors of #B55194
Black with #B55194
Text Example
Text Example
White with #B55194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55194; }
p { color: rgb(181,81,148); }
H1.HeaderClassName
{
color: #B55194;
}
.AnyTagClassName
{
color: #B55194;
}
</style>
background-color css
<style>
a { background-color: #B55194; }
a { background-color: rgb(181,81,148); }
div.DivClassName
{
background-color: #B55194;
}
.BgClassName
{
background-color: #B55194;
}
</style>
border-color css
<style>
span { border-color: #B55194; }
span { border-color: rgb(181,81,148); }
td.TdClassName
{
border-color: #B55194;
}
.TagClassName
{
border-color: #B55194;
}
</style>