Shades of Mulberry #B5508A
Tints of Mulberry #B5508A
RGB
CMYK
RGB Variations
Color information
#B5508A (or 0xB5508A) is known color: Mulberry. HEX triplet: B5, 50 and 8A. RGB value is (181,80,138). Sum of RGB (Red+Green+Blue) = 181+80+138=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5508A is #4AAF75. Grayscale: #747474. Windows color (decimal): -4894582 or 9064629. OLE color: 9064629.
HSL color Cylindrical-coordinate representation of color #B5508A: hue angle of 325.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5508A is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 138 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.29 |
| HSL | 325.54º | 0.41% | 0.51% | - |
| HSV(B) | 325.54º | 0.56% | 0.71% | - |
| XYZ | 26.51 | 17.4 | 26.01 | - |
| YUV | 116.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 138 | 0 | 0.56 | 0.24 | 0.29 | 325.54 | 0.41 | 0.51 |
| Hex | B5 | 50 | 8A | 0 | 38 | 18 | 1D | 146 | 29 | 33 |
| Octal | 265 | 120 | 212 | 0 | 70 | 30 | 35 | 506 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10001010 | 0 | 111000 | 11000 | 11101 | 101000110 | 101001 | 110011 |
Color Harmonies of #B5508A
Complementary color
Monochromatic Colors of #B5508A
Black with #B5508A
Text Example
Text Example
White with #B5508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5508A; }
p { color: rgb(181,80,138); }
H1.HeaderClassName
{
color: #B5508A;
}
.AnyTagClassName
{
color: #B5508A;
}
</style>
background-color css
<style>
a { background-color: #B5508A; }
a { background-color: rgb(181,80,138); }
div.DivClassName
{
background-color: #B5508A;
}
.BgClassName
{
background-color: #B5508A;
}
</style>
border-color css
<style>
span { border-color: #B5508A; }
span { border-color: rgb(181,80,138); }
td.TdClassName
{
border-color: #B5508A;
}
.TagClassName
{
border-color: #B5508A;
}
</style>