Shades of Mulberry #B55C8A
Tints of Mulberry #B55C8A
RGB
CMYK
RGB Variations
Color information
#B55C8A (or 0xB55C8A) is known color: Mulberry. HEX triplet: B5, 5C and 8A. RGB value is (181,92,138). Sum of RGB (Red+Green+Blue) = 181+92+138=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C8A is #4AA375. Grayscale: #7B7B7B. Windows color (decimal): -4891510 or 9067701. OLE color: 9067701.
HSL color Cylindrical-coordinate representation of color #B55C8A: hue angle of 328.99º 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 #B55C8A is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 138 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.29 |
| HSL | 328.99º | 0.38% | 0.54% | - |
| HSV(B) | 328.99º | 0.49% | 0.71% | - |
| XYZ | 27.47 | 19.31 | 26.32 | - |
| YUV | 123.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 138 | 0 | 0.49 | 0.24 | 0.29 | 328.99 | 0.38 | 0.54 |
| Hex | B5 | 5C | 8A | 0 | 31 | 18 | 1D | 149 | 26 | 36 |
| Octal | 265 | 134 | 212 | 0 | 61 | 30 | 35 | 511 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10001010 | 0 | 110001 | 11000 | 11101 | 101001001 | 100110 | 110110 |
Color Harmonies of #B55C8A
Complementary color
Monochromatic Colors of #B55C8A
Black with #B55C8A
Text Example
Text Example
White with #B55C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C8A; }
p { color: rgb(181,92,138); }
H1.HeaderClassName
{
color: #B55C8A;
}
.AnyTagClassName
{
color: #B55C8A;
}
</style>
background-color css
<style>
a { background-color: #B55C8A; }
a { background-color: rgb(181,92,138); }
div.DivClassName
{
background-color: #B55C8A;
}
.BgClassName
{
background-color: #B55C8A;
}
</style>
border-color css
<style>
span { border-color: #B55C8A; }
span { border-color: rgb(181,92,138); }
td.TdClassName
{
border-color: #B55C8A;
}
.TagClassName
{
border-color: #B55C8A;
}
</style>