Shades of Mulberry #B1508C
Tints of Mulberry #B1508C
RGB
CMYK
RGB Variations
Color information
#B1508C (or 0xB1508C) is known color: Mulberry. HEX triplet: B1, 50 and 8C. RGB value is (177,80,140). Sum of RGB (Red+Green+Blue) = 177+80+140=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1508C is #4EAF73. Grayscale: #737373. Windows color (decimal): -5156724 or 9195697. OLE color: 9195697.
HSL color Cylindrical-coordinate representation of color #B1508C: hue angle of 322.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1508C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 140 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.31 |
| HSL | 322.89º | 0.38% | 0.5% | - |
| HSV(B) | 322.89º | 0.55% | 0.69% | - |
| XYZ | 25.73 | 16.98 | 26.73 | - |
| YUV | 115.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 140 | 0 | 0.55 | 0.21 | 0.31 | 322.89 | 0.38 | 0.5 |
| Hex | B1 | 50 | 8C | 0 | 37 | 15 | 1F | 143 | 26 | 32 |
| Octal | 261 | 120 | 214 | 0 | 67 | 25 | 37 | 503 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10001100 | 0 | 110111 | 10101 | 11111 | 101000011 | 100110 | 110010 |
Color Harmonies of #B1508C
Complementary color
Monochromatic Colors of #B1508C
Black with #B1508C
Text Example
Text Example
White with #B1508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1508C; }
p { color: rgb(177,80,140); }
H1.HeaderClassName
{
color: #B1508C;
}
.AnyTagClassName
{
color: #B1508C;
}
</style>
background-color css
<style>
a { background-color: #B1508C; }
a { background-color: rgb(177,80,140); }
div.DivClassName
{
background-color: #B1508C;
}
.BgClassName
{
background-color: #B1508C;
}
</style>
border-color css
<style>
span { border-color: #B1508C; }
span { border-color: rgb(177,80,140); }
td.TdClassName
{
border-color: #B1508C;
}
.TagClassName
{
border-color: #B1508C;
}
</style>