Shades of Mulberry #B14E9A
Tints of Mulberry #B14E9A
RGB
CMYK
RGB Variations
Color information
#B14E9A (or 0xB14E9A) is known color: Mulberry. HEX triplet: B1, 4E and 9A. RGB value is (177,78,154). Sum of RGB (Red+Green+Blue) = 177+78+154=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E9A is #4EB165. Grayscale: #747474. Windows color (decimal): -5157222 or 10112689. OLE color: 10112689.
HSL color Cylindrical-coordinate representation of color #B14E9A: hue angle of 313.94º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E9A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 154 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.31 |
| HSL | 313.94º | 0.39% | 0.5% | - |
| HSV(B) | 313.94º | 0.56% | 0.69% | - |
| XYZ | 26.69 | 17.13 | 32.47 | - |
| YUV | 116.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 154 | 0 | 0.56 | 0.13 | 0.31 | 313.94 | 0.39 | 0.5 |
| Hex | B1 | 4E | 9A | 0 | 38 | D | 1F | 13A | 27 | 32 |
| Octal | 261 | 116 | 232 | 0 | 70 | 15 | 37 | 472 | 47 | 62 |
| Binary | 10110001 | 1001110 | 10011010 | 0 | 111000 | 1101 | 11111 | 100111010 | 100111 | 110010 |
Color Harmonies of #B14E9A
Complementary color
Monochromatic Colors of #B14E9A
Black with #B14E9A
Text Example
Text Example
White with #B14E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E9A; }
p { color: rgb(177,78,154); }
H1.HeaderClassName
{
color: #B14E9A;
}
.AnyTagClassName
{
color: #B14E9A;
}
</style>
background-color css
<style>
a { background-color: #B14E9A; }
a { background-color: rgb(177,78,154); }
div.DivClassName
{
background-color: #B14E9A;
}
.BgClassName
{
background-color: #B14E9A;
}
</style>
border-color css
<style>
span { border-color: #B14E9A; }
span { border-color: rgb(177,78,154); }
td.TdClassName
{
border-color: #B14E9A;
}
.TagClassName
{
border-color: #B14E9A;
}
</style>