Shades of Mulberry #B95F9E
Tints of Mulberry #B95F9E
RGB
CMYK
RGB Variations
Color information
#B95F9E (or 0xB95F9E) is known color: Mulberry. HEX triplet: B9, 5F and 9E. RGB value is (185,95,158). Sum of RGB (Red+Green+Blue) = 185+95+158=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95F9E is #46A061. Grayscale: #808080. Windows color (decimal): -4628578 or 10379193. OLE color: 10379193.
HSL color Cylindrical-coordinate representation of color #B95F9E: hue angle of 318º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95F9E is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 158 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.27 |
| HSL | 318º | 0.39% | 0.55% | - |
| HSV(B) | 318º | 0.49% | 0.73% | - |
| XYZ | 30.27 | 20.97 | 34.8 | - |
| YUV | 129.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 158 | 0 | 0.49 | 0.15 | 0.27 | 318 | 0.39 | 0.55 |
| Hex | B9 | 5F | 9E | 0 | 31 | F | 1B | 13E | 27 | 37 |
| Octal | 271 | 137 | 236 | 0 | 61 | 17 | 33 | 476 | 47 | 67 |
| Binary | 10111001 | 1011111 | 10011110 | 0 | 110001 | 1111 | 11011 | 100111110 | 100111 | 110111 |
Color Harmonies of #B95F9E
Complementary color
Monochromatic Colors of #B95F9E
Black with #B95F9E
Text Example
Text Example
White with #B95F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95F9E; }
p { color: rgb(185,95,158); }
H1.HeaderClassName
{
color: #B95F9E;
}
.AnyTagClassName
{
color: #B95F9E;
}
</style>
background-color css
<style>
a { background-color: #B95F9E; }
a { background-color: rgb(185,95,158); }
div.DivClassName
{
background-color: #B95F9E;
}
.BgClassName
{
background-color: #B95F9E;
}
</style>
border-color css
<style>
span { border-color: #B95F9E; }
span { border-color: rgb(185,95,158); }
td.TdClassName
{
border-color: #B95F9E;
}
.TagClassName
{
border-color: #B95F9E;
}
</style>