Shades of Mulberry #B55C9C
Tints of Mulberry #B55C9C
RGB
CMYK
RGB Variations
Color information
#B55C9C (or 0xB55C9C) is known color: Mulberry. HEX triplet: B5, 5C and 9C. RGB value is (181,92,156). Sum of RGB (Red+Green+Blue) = 181+92+156=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C9C is #4AA363. Grayscale: #7D7D7D. Windows color (decimal): -4891492 or 10247349. OLE color: 10247349.
HSL color Cylindrical-coordinate representation of color #B55C9C: hue angle of 316.85º 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 #B55C9C is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 156 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.29 |
| HSL | 316.85º | 0.38% | 0.54% | - |
| HSV(B) | 316.85º | 0.49% | 0.71% | - |
| XYZ | 28.88 | 19.88 | 33.77 | - |
| YUV | 125.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 156 | 0 | 0.49 | 0.14 | 0.29 | 316.85 | 0.38 | 0.54 |
| Hex | B5 | 5C | 9C | 0 | 31 | E | 1D | 13D | 26 | 36 |
| Octal | 265 | 134 | 234 | 0 | 61 | 16 | 35 | 475 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10011100 | 0 | 110001 | 1110 | 11101 | 100111101 | 100110 | 110110 |
Color Harmonies of #B55C9C
Complementary color
Monochromatic Colors of #B55C9C
Black with #B55C9C
Text Example
Text Example
White with #B55C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C9C; }
p { color: rgb(181,92,156); }
H1.HeaderClassName
{
color: #B55C9C;
}
.AnyTagClassName
{
color: #B55C9C;
}
</style>
background-color css
<style>
a { background-color: #B55C9C; }
a { background-color: rgb(181,92,156); }
div.DivClassName
{
background-color: #B55C9C;
}
.BgClassName
{
background-color: #B55C9C;
}
</style>
border-color css
<style>
span { border-color: #B55C9C; }
span { border-color: rgb(181,92,156); }
td.TdClassName
{
border-color: #B55C9C;
}
.TagClassName
{
border-color: #B55C9C;
}
</style>