Shades of Mulberry #B15394
Tints of Mulberry #B15394
RGB
CMYK
RGB Variations
Color information
#B15394 (or 0xB15394) is known color: Mulberry. HEX triplet: B1, 53 and 94. RGB value is (177,83,148). Sum of RGB (Red+Green+Blue) = 177+83+148=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B15394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15394 is #4EAC6B. Grayscale: #767676. Windows color (decimal): -5155948 or 9720753. OLE color: 9720753.
HSL color Cylindrical-coordinate representation of color #B15394: hue angle of 318.51º degrees, saturation: 0.38, 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 #B15394 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 148 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.31 |
| HSL | 318.51º | 0.38% | 0.51% | - |
| HSV(B) | 318.51º | 0.53% | 0.69% | - |
| XYZ | 26.57 | 17.67 | 30.03 | - |
| YUV | 118.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 148 | 0 | 0.53 | 0.16 | 0.31 | 318.51 | 0.38 | 0.51 |
| Hex | B1 | 53 | 94 | 0 | 35 | 10 | 1F | 13F | 26 | 33 |
| Octal | 261 | 123 | 224 | 0 | 65 | 20 | 37 | 477 | 46 | 63 |
| Binary | 10110001 | 1010011 | 10010100 | 0 | 110101 | 10000 | 11111 | 100111111 | 100110 | 110011 |
Color Harmonies of #B15394
Complementary color
Monochromatic Colors of #B15394
Black with #B15394
Text Example
Text Example
White with #B15394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15394; }
p { color: rgb(177,83,148); }
H1.HeaderClassName
{
color: #B15394;
}
.AnyTagClassName
{
color: #B15394;
}
</style>
background-color css
<style>
a { background-color: #B15394; }
a { background-color: rgb(177,83,148); }
div.DivClassName
{
background-color: #B15394;
}
.BgClassName
{
background-color: #B15394;
}
</style>
border-color css
<style>
span { border-color: #B15394; }
span { border-color: rgb(177,83,148); }
td.TdClassName
{
border-color: #B15394;
}
.TagClassName
{
border-color: #B15394;
}
</style>