Shades of Mulberry #B14F9A
Tints of Mulberry #B14F9A
RGB
CMYK
RGB Variations
Color information
#B14F9A (or 0xB14F9A) is known color: Mulberry. HEX triplet: B1, 4F and 9A. RGB value is (177,79,154). Sum of RGB (Red+Green+Blue) = 177+79+154=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14F9A is #4EB065. Grayscale: #747474. Windows color (decimal): -5156966 or 10112945. OLE color: 10112945.
HSL color Cylindrical-coordinate representation of color #B14F9A: hue angle of 314.08º 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 #B14F9A is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 154 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.31 |
| HSL | 314.08º | 0.39% | 0.5% | - |
| HSV(B) | 314.08º | 0.55% | 0.69% | - |
| XYZ | 26.76 | 17.27 | 32.5 | - |
| YUV | 116.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 154 | 0 | 0.55 | 0.13 | 0.31 | 314.08 | 0.39 | 0.5 |
| Hex | B1 | 4F | 9A | 0 | 37 | D | 1F | 13A | 27 | 32 |
| Octal | 261 | 117 | 232 | 0 | 67 | 15 | 37 | 472 | 47 | 62 |
| Binary | 10110001 | 1001111 | 10011010 | 0 | 110111 | 1101 | 11111 | 100111010 | 100111 | 110010 |
Color Harmonies of #B14F9A
Complementary color
Monochromatic Colors of #B14F9A
Black with #B14F9A
Text Example
Text Example
White with #B14F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F9A; }
p { color: rgb(177,79,154); }
H1.HeaderClassName
{
color: #B14F9A;
}
.AnyTagClassName
{
color: #B14F9A;
}
</style>
background-color css
<style>
a { background-color: #B14F9A; }
a { background-color: rgb(177,79,154); }
div.DivClassName
{
background-color: #B14F9A;
}
.BgClassName
{
background-color: #B14F9A;
}
</style>
border-color css
<style>
span { border-color: #B14F9A; }
span { border-color: rgb(177,79,154); }
td.TdClassName
{
border-color: #B14F9A;
}
.TagClassName
{
border-color: #B14F9A;
}
</style>