Shades of Mulberry #B15D93
Tints of Mulberry #B15D93
RGB
CMYK
RGB Variations
Color information
#B15D93 (or 0xB15D93) is known color: Mulberry. HEX triplet: B1, 5D and 93. RGB value is (177,93,147). Sum of RGB (Red+Green+Blue) = 177+93+147=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15D93 is #4EA26C. Grayscale: #7C7C7C. Windows color (decimal): -5153389 or 9657777. OLE color: 9657777.
HSL color Cylindrical-coordinate representation of color #B15D93: hue angle of 321.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15D93 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 147 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.31 |
| HSL | 321.43º | 0.35% | 0.53% | - |
| HSV(B) | 321.43º | 0.47% | 0.69% | - |
| XYZ | 27.31 | 19.28 | 29.89 | - |
| YUV | 124.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 147 | 0 | 0.47 | 0.17 | 0.31 | 321.43 | 0.35 | 0.53 |
| Hex | B1 | 5D | 93 | 0 | 2F | 11 | 1F | 141 | 23 | 35 |
| Octal | 261 | 135 | 223 | 0 | 57 | 21 | 37 | 501 | 43 | 65 |
| Binary | 10110001 | 1011101 | 10010011 | 0 | 101111 | 10001 | 11111 | 101000001 | 100011 | 110101 |
Color Harmonies of #B15D93
Complementary color
Monochromatic Colors of #B15D93
Black with #B15D93
Text Example
Text Example
White with #B15D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D93; }
p { color: rgb(177,93,147); }
H1.HeaderClassName
{
color: #B15D93;
}
.AnyTagClassName
{
color: #B15D93;
}
</style>
background-color css
<style>
a { background-color: #B15D93; }
a { background-color: rgb(177,93,147); }
div.DivClassName
{
background-color: #B15D93;
}
.BgClassName
{
background-color: #B15D93;
}
</style>
border-color css
<style>
span { border-color: #B15D93; }
span { border-color: rgb(177,93,147); }
td.TdClassName
{
border-color: #B15D93;
}
.TagClassName
{
border-color: #B15D93;
}
</style>