Shades of Mulberry #B1468F
Tints of Mulberry #B1468F
RGB
CMYK
RGB Variations
Color information
#B1468F (or 0xB1468F) is known color: Mulberry. HEX triplet: B1, 46 and 8F. RGB value is (177,70,143). Sum of RGB (Red+Green+Blue) = 177+70+143=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1468F is #4EB970. Grayscale: #6E6E6E. Windows color (decimal): -5159281 or 9389745. OLE color: 9389745.
HSL color Cylindrical-coordinate representation of color #B1468F: hue angle of 319.07º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1468F is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 143 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.31 |
| HSL | 319.07º | 0.43% | 0.48% | - |
| HSV(B) | 319.07º | 0.6% | 0.69% | - |
| XYZ | 25.28 | 15.71 | 27.69 | - |
| YUV | 110.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 143 | 0 | 0.60 | 0.19 | 0.31 | 319.07 | 0.43 | 0.48 |
| Hex | B1 | 46 | 8F | 0 | 3C | 13 | 1F | 13F | 2B | 30 |
| Octal | 261 | 106 | 217 | 0 | 74 | 23 | 37 | 477 | 53 | 60 |
| Binary | 10110001 | 1000110 | 10001111 | 0 | 111100 | 10011 | 11111 | 100111111 | 101011 | 110000 |
Color Harmonies of #B1468F
Complementary color
Monochromatic Colors of #B1468F
Black with #B1468F
Text Example
Text Example
White with #B1468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1468F; }
p { color: rgb(177,70,143); }
H1.HeaderClassName
{
color: #B1468F;
}
.AnyTagClassName
{
color: #B1468F;
}
</style>
background-color css
<style>
a { background-color: #B1468F; }
a { background-color: rgb(177,70,143); }
div.DivClassName
{
background-color: #B1468F;
}
.BgClassName
{
background-color: #B1468F;
}
</style>
border-color css
<style>
span { border-color: #B1468F; }
span { border-color: rgb(177,70,143); }
td.TdClassName
{
border-color: #B1468F;
}
.TagClassName
{
border-color: #B1468F;
}
</style>