Shades of Mulberry #B95898
Tints of Mulberry #B95898
RGB
CMYK
RGB Variations
Color information
#B95898 (or 0xB95898) is known color: Mulberry. HEX triplet: B9, 58 and 98. RGB value is (185,88,152). Sum of RGB (Red+Green+Blue) = 185+88+152=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B95898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95898 is #46A767. Grayscale: #7C7C7C. Windows color (decimal): -4630376 or 9984185. OLE color: 9984185.
HSL color Cylindrical-coordinate representation of color #B95898: hue angle of 320.41º 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 #B95898 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 152 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.27 |
| HSL | 320.41º | 0.41% | 0.54% | - |
| HSV(B) | 320.41º | 0.52% | 0.73% | - |
| XYZ | 29.16 | 19.56 | 31.94 | - |
| YUV | 124.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 152 | 0 | 0.52 | 0.18 | 0.27 | 320.41 | 0.41 | 0.54 |
| Hex | B9 | 58 | 98 | 0 | 34 | 12 | 1B | 140 | 29 | 36 |
| Octal | 271 | 130 | 230 | 0 | 64 | 22 | 33 | 500 | 51 | 66 |
| Binary | 10111001 | 1011000 | 10011000 | 0 | 110100 | 10010 | 11011 | 101000000 | 101001 | 110110 |
Color Harmonies of #B95898
Complementary color
Monochromatic Colors of #B95898
Black with #B95898
Text Example
Text Example
White with #B95898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95898; }
p { color: rgb(185,88,152); }
H1.HeaderClassName
{
color: #B95898;
}
.AnyTagClassName
{
color: #B95898;
}
</style>
background-color css
<style>
a { background-color: #B95898; }
a { background-color: rgb(185,88,152); }
div.DivClassName
{
background-color: #B95898;
}
.BgClassName
{
background-color: #B95898;
}
</style>
border-color css
<style>
span { border-color: #B95898; }
span { border-color: rgb(185,88,152); }
td.TdClassName
{
border-color: #B95898;
}
.TagClassName
{
border-color: #B95898;
}
</style>