Shades of Mulberry #B15F93
Tints of Mulberry #B15F93
RGB
CMYK
RGB Variations
Color information
#B15F93 (or 0xB15F93) is known color: Mulberry. HEX triplet: B1, 5F and 93. RGB value is (177,95,147). Sum of RGB (Red+Green+Blue) = 177+95+147=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F93 is #4EA06C. Grayscale: #7D7D7D. Windows color (decimal): -5152877 or 9658289. OLE color: 9658289.
HSL color Cylindrical-coordinate representation of color #B15F93: hue angle of 321.95º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F93 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 147 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.31 |
| HSL | 321.95º | 0.34% | 0.53% | - |
| HSV(B) | 321.95º | 0.46% | 0.69% | - |
| XYZ | 27.49 | 19.64 | 29.95 | - |
| YUV | 125.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 147 | 0 | 0.46 | 0.17 | 0.31 | 321.95 | 0.34 | 0.53 |
| Hex | B1 | 5F | 93 | 0 | 2E | 11 | 1F | 142 | 22 | 35 |
| Octal | 261 | 137 | 223 | 0 | 56 | 21 | 37 | 502 | 42 | 65 |
| Binary | 10110001 | 1011111 | 10010011 | 0 | 101110 | 10001 | 11111 | 101000010 | 100010 | 110101 |
Color Harmonies of #B15F93
Complementary color
Monochromatic Colors of #B15F93
Black with #B15F93
Text Example
Text Example
White with #B15F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F93; }
p { color: rgb(177,95,147); }
H1.HeaderClassName
{
color: #B15F93;
}
.AnyTagClassName
{
color: #B15F93;
}
</style>
background-color css
<style>
a { background-color: #B15F93; }
a { background-color: rgb(177,95,147); }
div.DivClassName
{
background-color: #B15F93;
}
.BgClassName
{
background-color: #B15F93;
}
</style>
border-color css
<style>
span { border-color: #B15F93; }
span { border-color: rgb(177,95,147); }
td.TdClassName
{
border-color: #B15F93;
}
.TagClassName
{
border-color: #B15F93;
}
</style>