Shades of Mulberry #B55C90
Tints of Mulberry #B55C90
RGB
CMYK
RGB Variations
Color information
#B55C90 (or 0xB55C90) is known color: Mulberry. HEX triplet: B5, 5C and 90. RGB value is (181,92,144). Sum of RGB (Red+Green+Blue) = 181+92+144=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C90 is #4AA36F. Grayscale: #7C7C7C. Windows color (decimal): -4891504 or 9460917. OLE color: 9460917.
HSL color Cylindrical-coordinate representation of color #B55C90: hue angle of 324.94º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C90 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 144 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.29 |
| HSL | 324.94º | 0.38% | 0.54% | - |
| HSV(B) | 324.94º | 0.49% | 0.71% | - |
| XYZ | 27.92 | 19.49 | 28.68 | - |
| YUV | 124.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 144 | 0 | 0.49 | 0.20 | 0.29 | 324.94 | 0.38 | 0.54 |
| Hex | B5 | 5C | 90 | 0 | 31 | 14 | 1D | 145 | 26 | 36 |
| Octal | 265 | 134 | 220 | 0 | 61 | 24 | 35 | 505 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10010000 | 0 | 110001 | 10100 | 11101 | 101000101 | 100110 | 110110 |
Color Harmonies of #B55C90
Complementary color
Monochromatic Colors of #B55C90
Black with #B55C90
Text Example
Text Example
White with #B55C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C90; }
p { color: rgb(181,92,144); }
H1.HeaderClassName
{
color: #B55C90;
}
.AnyTagClassName
{
color: #B55C90;
}
</style>
background-color css
<style>
a { background-color: #B55C90; }
a { background-color: rgb(181,92,144); }
div.DivClassName
{
background-color: #B55C90;
}
.BgClassName
{
background-color: #B55C90;
}
</style>
border-color css
<style>
span { border-color: #B55C90; }
span { border-color: rgb(181,92,144); }
td.TdClassName
{
border-color: #B55C90;
}
.TagClassName
{
border-color: #B55C90;
}
</style>