Shades of Mulberry #B55C9A
Tints of Mulberry #B55C9A
RGB
CMYK
RGB Variations
Color information
#B55C9A (or 0xB55C9A) is known color: Mulberry. HEX triplet: B5, 5C and 9A. RGB value is (181,92,154). Sum of RGB (Red+Green+Blue) = 181+92+154=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C9A is #4AA365. Grayscale: #7D7D7D. Windows color (decimal): -4891494 or 10116277. OLE color: 10116277.
HSL color Cylindrical-coordinate representation of color #B55C9A: hue angle of 318.2º 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 #B55C9A is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 154 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.29 |
| HSL | 318.2º | 0.38% | 0.54% | - |
| HSV(B) | 318.2º | 0.49% | 0.71% | - |
| XYZ | 28.72 | 19.81 | 32.88 | - |
| YUV | 125.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 154 | 0 | 0.49 | 0.15 | 0.29 | 318.2 | 0.38 | 0.54 |
| Hex | B5 | 5C | 9A | 0 | 31 | F | 1D | 13E | 26 | 36 |
| Octal | 265 | 134 | 232 | 0 | 61 | 17 | 35 | 476 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10011010 | 0 | 110001 | 1111 | 11101 | 100111110 | 100110 | 110110 |
Color Harmonies of #B55C9A
Complementary color
Monochromatic Colors of #B55C9A
Black with #B55C9A
Text Example
Text Example
White with #B55C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C9A; }
p { color: rgb(181,92,154); }
H1.HeaderClassName
{
color: #B55C9A;
}
.AnyTagClassName
{
color: #B55C9A;
}
</style>
background-color css
<style>
a { background-color: #B55C9A; }
a { background-color: rgb(181,92,154); }
div.DivClassName
{
background-color: #B55C9A;
}
.BgClassName
{
background-color: #B55C9A;
}
</style>
border-color css
<style>
span { border-color: #B55C9A; }
span { border-color: rgb(181,92,154); }
td.TdClassName
{
border-color: #B55C9A;
}
.TagClassName
{
border-color: #B55C9A;
}
</style>