Shades of Mulberry #B14A8E
Tints of Mulberry #B14A8E
RGB
CMYK
RGB Variations
Color information
#B14A8E (or 0xB14A8E) is known color: Mulberry. HEX triplet: B1, 4A and 8E. RGB value is (177,74,142). Sum of RGB (Red+Green+Blue) = 177+74+142=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A8E is #4EB571. Grayscale: #707070. Windows color (decimal): -5158258 or 9325233. OLE color: 9325233.
HSL color Cylindrical-coordinate representation of color #B14A8E: hue angle of 320.39º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14A8E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 142 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.31 |
| HSL | 320.39º | 0.41% | 0.49% | - |
| HSV(B) | 320.39º | 0.58% | 0.69% | - |
| XYZ | 25.46 | 16.2 | 27.38 | - |
| YUV | 112.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 142 | 0 | 0.58 | 0.20 | 0.31 | 320.39 | 0.41 | 0.49 |
| Hex | B1 | 4A | 8E | 0 | 3A | 14 | 1F | 140 | 29 | 31 |
| Octal | 261 | 112 | 216 | 0 | 72 | 24 | 37 | 500 | 51 | 61 |
| Binary | 10110001 | 1001010 | 10001110 | 0 | 111010 | 10100 | 11111 | 101000000 | 101001 | 110001 |
Color Harmonies of #B14A8E
Complementary color
Monochromatic Colors of #B14A8E
Black with #B14A8E
Text Example
Text Example
White with #B14A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A8E; }
p { color: rgb(177,74,142); }
H1.HeaderClassName
{
color: #B14A8E;
}
.AnyTagClassName
{
color: #B14A8E;
}
</style>
background-color css
<style>
a { background-color: #B14A8E; }
a { background-color: rgb(177,74,142); }
div.DivClassName
{
background-color: #B14A8E;
}
.BgClassName
{
background-color: #B14A8E;
}
</style>
border-color css
<style>
span { border-color: #B14A8E; }
span { border-color: rgb(177,74,142); }
td.TdClassName
{
border-color: #B14A8E;
}
.TagClassName
{
border-color: #B14A8E;
}
</style>