Shades of Mulberry #B95883
Tints of Mulberry #B95883
RGB
CMYK
RGB Variations
Color information
#B95883 (or 0xB95883) is known color: Mulberry. HEX triplet: B9, 58 and 83. RGB value is (185,88,131). Sum of RGB (Red+Green+Blue) = 185+88+131=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B95883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95883 is #46A77C. Grayscale: #797979. Windows color (decimal): -4630397 or 8607929. OLE color: 8607929.
HSL color Cylindrical-coordinate representation of color #B95883: hue angle of 333.4º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95883 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 131 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.27 |
| HSL | 333.4º | 0.41% | 0.54% | - |
| HSV(B) | 333.4º | 0.52% | 0.73% | - |
| XYZ | 27.59 | 18.93 | 23.67 | - |
| YUV | 121.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 131 | 0 | 0.52 | 0.29 | 0.27 | 333.4 | 0.41 | 0.54 |
| Hex | B9 | 58 | 83 | 0 | 34 | 1D | 1B | 14D | 29 | 36 |
| Octal | 271 | 130 | 203 | 0 | 64 | 35 | 33 | 515 | 51 | 66 |
| Binary | 10111001 | 1011000 | 10000011 | 0 | 110100 | 11101 | 11011 | 101001101 | 101001 | 110110 |
Color Harmonies of #B95883
Complementary color
Monochromatic Colors of #B95883
Black with #B95883
Text Example
Text Example
White with #B95883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95883; }
p { color: rgb(185,88,131); }
H1.HeaderClassName
{
color: #B95883;
}
.AnyTagClassName
{
color: #B95883;
}
</style>
background-color css
<style>
a { background-color: #B95883; }
a { background-color: rgb(185,88,131); }
div.DivClassName
{
background-color: #B95883;
}
.BgClassName
{
background-color: #B95883;
}
</style>
border-color css
<style>
span { border-color: #B95883; }
span { border-color: rgb(185,88,131); }
td.TdClassName
{
border-color: #B95883;
}
.TagClassName
{
border-color: #B95883;
}
</style>