Shades of Mulberry #B15C93
Tints of Mulberry #B15C93
RGB
CMYK
RGB Variations
Color information
#B15C93 (or 0xB15C93) is known color: Mulberry. HEX triplet: B1, 5C and 93. RGB value is (177,92,147). Sum of RGB (Red+Green+Blue) = 177+92+147=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C93 is #4EA36C. Grayscale: #7B7B7B. Windows color (decimal): -5153645 or 9657521. OLE color: 9657521.
HSL color Cylindrical-coordinate representation of color #B15C93: hue angle of 321.18º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15C93 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 147 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.31 |
| HSL | 321.18º | 0.35% | 0.53% | - |
| HSV(B) | 321.18º | 0.48% | 0.69% | - |
| XYZ | 27.23 | 19.11 | 29.86 | - |
| YUV | 123.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 147 | 0 | 0.48 | 0.17 | 0.31 | 321.18 | 0.35 | 0.53 |
| Hex | B1 | 5C | 93 | 0 | 30 | 11 | 1F | 141 | 23 | 35 |
| Octal | 261 | 134 | 223 | 0 | 60 | 21 | 37 | 501 | 43 | 65 |
| Binary | 10110001 | 1011100 | 10010011 | 0 | 110000 | 10001 | 11111 | 101000001 | 100011 | 110101 |
Color Harmonies of #B15C93
Complementary color
Monochromatic Colors of #B15C93
Black with #B15C93
Text Example
Text Example
White with #B15C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C93; }
p { color: rgb(177,92,147); }
H1.HeaderClassName
{
color: #B15C93;
}
.AnyTagClassName
{
color: #B15C93;
}
</style>
background-color css
<style>
a { background-color: #B15C93; }
a { background-color: rgb(177,92,147); }
div.DivClassName
{
background-color: #B15C93;
}
.BgClassName
{
background-color: #B15C93;
}
</style>
border-color css
<style>
span { border-color: #B15C93; }
span { border-color: rgb(177,92,147); }
td.TdClassName
{
border-color: #B15C93;
}
.TagClassName
{
border-color: #B15C93;
}
</style>