Shades of Mulberry #B55C93
Tints of Mulberry #B55C93
RGB
CMYK
RGB Variations
Color information
#B55C93 (or 0xB55C93) is known color: Mulberry. HEX triplet: B5, 5C and 93. RGB value is (181,92,147). Sum of RGB (Red+Green+Blue) = 181+92+147=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C93 is #4AA36C. Grayscale: #7C7C7C. Windows color (decimal): -4891501 or 9657525. OLE color: 9657525.
HSL color Cylindrical-coordinate representation of color #B55C93: hue angle of 322.92º 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 #B55C93 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 147 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.29 |
| HSL | 322.92º | 0.38% | 0.54% | - |
| HSV(B) | 322.92º | 0.49% | 0.71% | - |
| XYZ | 28.15 | 19.58 | 29.9 | - |
| YUV | 124.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 147 | 0 | 0.49 | 0.19 | 0.29 | 322.92 | 0.38 | 0.54 |
| Hex | B5 | 5C | 93 | 0 | 31 | 13 | 1D | 143 | 26 | 36 |
| Octal | 265 | 134 | 223 | 0 | 61 | 23 | 35 | 503 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10010011 | 0 | 110001 | 10011 | 11101 | 101000011 | 100110 | 110110 |
Color Harmonies of #B55C93
Complementary color
Monochromatic Colors of #B55C93
Black with #B55C93
Text Example
Text Example
White with #B55C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C93; }
p { color: rgb(181,92,147); }
H1.HeaderClassName
{
color: #B55C93;
}
.AnyTagClassName
{
color: #B55C93;
}
</style>
background-color css
<style>
a { background-color: #B55C93; }
a { background-color: rgb(181,92,147); }
div.DivClassName
{
background-color: #B55C93;
}
.BgClassName
{
background-color: #B55C93;
}
</style>
border-color css
<style>
span { border-color: #B55C93; }
span { border-color: rgb(181,92,147); }
td.TdClassName
{
border-color: #B55C93;
}
.TagClassName
{
border-color: #B55C93;
}
</style>