Shades of Mulberry #B95BA1
Tints of Mulberry #B95BA1
RGB
CMYK
RGB Variations
Color information
#B95BA1 (or 0xB95BA1) is known color: Mulberry. HEX triplet: B9, 5B and A1. RGB value is (185,91,161). Sum of RGB (Red+Green+Blue) = 185+91+161=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BA1 is #46A45E. Grayscale: #7E7E7E. Windows color (decimal): -4629599 or 10574777. OLE color: 10574777.
HSL color Cylindrical-coordinate representation of color #B95BA1: hue angle of 315.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95BA1 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 161 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.27 |
| HSL | 315.32º | 0.4% | 0.54% | - |
| HSV(B) | 315.32º | 0.51% | 0.73% | - |
| XYZ | 30.18 | 20.37 | 36.06 | - |
| YUV | 127.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 161 | 0 | 0.51 | 0.13 | 0.27 | 315.32 | 0.4 | 0.54 |
| Hex | B9 | 5B | A1 | 0 | 33 | D | 1B | 13B | 28 | 36 |
| Octal | 271 | 133 | 241 | 0 | 63 | 15 | 33 | 473 | 50 | 66 |
| Binary | 10111001 | 1011011 | 10100001 | 0 | 110011 | 1101 | 11011 | 100111011 | 101000 | 110110 |
Color Harmonies of #B95BA1
Complementary color
Monochromatic Colors of #B95BA1
Black with #B95BA1
Text Example
Text Example
White with #B95BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BA1; }
p { color: rgb(185,91,161); }
H1.HeaderClassName
{
color: #B95BA1;
}
.AnyTagClassName
{
color: #B95BA1;
}
</style>
background-color css
<style>
a { background-color: #B95BA1; }
a { background-color: rgb(185,91,161); }
div.DivClassName
{
background-color: #B95BA1;
}
.BgClassName
{
background-color: #B95BA1;
}
</style>
border-color css
<style>
span { border-color: #B95BA1; }
span { border-color: rgb(185,91,161); }
td.TdClassName
{
border-color: #B95BA1;
}
.TagClassName
{
border-color: #B95BA1;
}
</style>