Shades of Mulberry #B9508B
Tints of Mulberry #B9508B
RGB
CMYK
RGB Variations
Color information
#B9508B (or 0xB9508B) is known color: Mulberry. HEX triplet: B9, 50 and 8B. RGB value is (185,80,139). Sum of RGB (Red+Green+Blue) = 185+80+139=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9508B is #46AF74. Grayscale: #757575. Windows color (decimal): -4632437 or 9130169. OLE color: 9130169.
HSL color Cylindrical-coordinate representation of color #B9508B: hue angle of 326.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9508B is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 139 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.27 |
| HSL | 326.29º | 0.43% | 0.52% | - |
| HSV(B) | 326.29º | 0.57% | 0.73% | - |
| XYZ | 27.54 | 17.92 | 26.43 | - |
| YUV | 118.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 139 | 0 | 0.57 | 0.25 | 0.27 | 326.29 | 0.43 | 0.52 |
| Hex | B9 | 50 | 8B | 0 | 39 | 19 | 1B | 146 | 2B | 34 |
| Octal | 271 | 120 | 213 | 0 | 71 | 31 | 33 | 506 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10001011 | 0 | 111001 | 11001 | 11011 | 101000110 | 101011 | 110100 |
Color Harmonies of #B9508B
Complementary color
Monochromatic Colors of #B9508B
Black with #B9508B
Text Example
Text Example
White with #B9508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9508B; }
p { color: rgb(185,80,139); }
H1.HeaderClassName
{
color: #B9508B;
}
.AnyTagClassName
{
color: #B9508B;
}
</style>
background-color css
<style>
a { background-color: #B9508B; }
a { background-color: rgb(185,80,139); }
div.DivClassName
{
background-color: #B9508B;
}
.BgClassName
{
background-color: #B9508B;
}
</style>
border-color css
<style>
span { border-color: #B9508B; }
span { border-color: rgb(185,80,139); }
td.TdClassName
{
border-color: #B9508B;
}
.TagClassName
{
border-color: #B9508B;
}
</style>