Shades of Mulberry #B05391
Tints of Mulberry #B05391
RGB
CMYK
RGB Variations
Color information
#B05391 (or 0xB05391) is known color: Mulberry. HEX triplet: B0, 53 and 91. RGB value is (176,83,145). Sum of RGB (Red+Green+Blue) = 176+83+145=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B05391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05391 is #4FAC6E. Grayscale: #757575. Windows color (decimal): -5221487 or 9524144. OLE color: 9524144.
HSL color Cylindrical-coordinate representation of color #B05391: hue angle of 320º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05391 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 145 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.31 |
| HSL | 320º | 0.37% | 0.51% | - |
| HSV(B) | 320º | 0.53% | 0.69% | - |
| XYZ | 26.11 | 17.46 | 28.78 | - |
| YUV | 117.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 145 | 0 | 0.53 | 0.18 | 0.31 | 320 | 0.37 | 0.51 |
| Hex | B0 | 53 | 91 | 0 | 35 | 12 | 1F | 140 | 25 | 33 |
| Octal | 260 | 123 | 221 | 0 | 65 | 22 | 37 | 500 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10010001 | 0 | 110101 | 10010 | 11111 | 101000000 | 100101 | 110011 |
Color Harmonies of #B05391
Complementary color
Monochromatic Colors of #B05391
Black with #B05391
Text Example
Text Example
White with #B05391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05391; }
p { color: rgb(176,83,145); }
H1.HeaderClassName
{
color: #B05391;
}
.AnyTagClassName
{
color: #B05391;
}
</style>
background-color css
<style>
a { background-color: #B05391; }
a { background-color: rgb(176,83,145); }
div.DivClassName
{
background-color: #B05391;
}
.BgClassName
{
background-color: #B05391;
}
</style>
border-color css
<style>
span { border-color: #B05391; }
span { border-color: rgb(176,83,145); }
td.TdClassName
{
border-color: #B05391;
}
.TagClassName
{
border-color: #B05391;
}
</style>