Shades of Mulberry #B14F94
Tints of Mulberry #B14F94
RGB
CMYK
RGB Variations
Color information
#B14F94 (or 0xB14F94) is known color: Mulberry. HEX triplet: B1, 4F and 94. RGB value is (177,79,148). Sum of RGB (Red+Green+Blue) = 177+79+148=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14F94 is #4EB06B. Grayscale: #737373. Windows color (decimal): -5156972 or 9719729. OLE color: 9719729.
HSL color Cylindrical-coordinate representation of color #B14F94: hue angle of 317.76º degrees, saturation: 0.39, 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 #B14F94 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 148 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.31 |
| HSL | 317.76º | 0.39% | 0.5% | - |
| HSV(B) | 317.76º | 0.55% | 0.69% | - |
| XYZ | 26.27 | 17.08 | 29.93 | - |
| YUV | 116.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 148 | 0 | 0.55 | 0.16 | 0.31 | 317.76 | 0.39 | 0.5 |
| Hex | B1 | 4F | 94 | 0 | 37 | 10 | 1F | 13E | 27 | 32 |
| Octal | 261 | 117 | 224 | 0 | 67 | 20 | 37 | 476 | 47 | 62 |
| Binary | 10110001 | 1001111 | 10010100 | 0 | 110111 | 10000 | 11111 | 100111110 | 100111 | 110010 |
Color Harmonies of #B14F94
Complementary color
Monochromatic Colors of #B14F94
Black with #B14F94
Text Example
Text Example
White with #B14F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F94; }
p { color: rgb(177,79,148); }
H1.HeaderClassName
{
color: #B14F94;
}
.AnyTagClassName
{
color: #B14F94;
}
</style>
background-color css
<style>
a { background-color: #B14F94; }
a { background-color: rgb(177,79,148); }
div.DivClassName
{
background-color: #B14F94;
}
.BgClassName
{
background-color: #B14F94;
}
</style>
border-color css
<style>
span { border-color: #B14F94; }
span { border-color: rgb(177,79,148); }
td.TdClassName
{
border-color: #B14F94;
}
.TagClassName
{
border-color: #B14F94;
}
</style>