Shades of Mulberry #B1508F
Tints of Mulberry #B1508F
RGB
CMYK
RGB Variations
Color information
#B1508F (or 0xB1508F) is known color: Mulberry. HEX triplet: B1, 50 and 8F. RGB value is (177,80,143). Sum of RGB (Red+Green+Blue) = 177+80+143=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1508F is #4EAF70. Grayscale: #747474. Windows color (decimal): -5156721 or 9392305. OLE color: 9392305.
HSL color Cylindrical-coordinate representation of color #B1508F: hue angle of 321.03º 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 #B1508F is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 143 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.31 |
| HSL | 321.03º | 0.38% | 0.5% | - |
| HSV(B) | 321.03º | 0.55% | 0.69% | - |
| XYZ | 25.96 | 17.07 | 27.91 | - |
| YUV | 116.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 143 | 0 | 0.55 | 0.19 | 0.31 | 321.03 | 0.38 | 0.5 |
| Hex | B1 | 50 | 8F | 0 | 37 | 13 | 1F | 141 | 26 | 32 |
| Octal | 261 | 120 | 217 | 0 | 67 | 23 | 37 | 501 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10001111 | 0 | 110111 | 10011 | 11111 | 101000001 | 100110 | 110010 |
Color Harmonies of #B1508F
Complementary color
Monochromatic Colors of #B1508F
Black with #B1508F
Text Example
Text Example
White with #B1508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1508F; }
p { color: rgb(177,80,143); }
H1.HeaderClassName
{
color: #B1508F;
}
.AnyTagClassName
{
color: #B1508F;
}
</style>
background-color css
<style>
a { background-color: #B1508F; }
a { background-color: rgb(177,80,143); }
div.DivClassName
{
background-color: #B1508F;
}
.BgClassName
{
background-color: #B1508F;
}
</style>
border-color css
<style>
span { border-color: #B1508F; }
span { border-color: rgb(177,80,143); }
td.TdClassName
{
border-color: #B1508F;
}
.TagClassName
{
border-color: #B1508F;
}
</style>