#B14E84

Color #B14E84 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B14E84

Tints of Mulberry #B14E84

Color information

#B14E84 (or 0xB14E84) is unknown color: approx Mulberry. HEX triplet: B1, 4E and 84. RGB value is (177,78,132). Sum of RGB (Red+Green+Blue) = 177+78+132=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E84 is #4EB17B. Grayscale: #717171. Windows color (decimal): -5157244 or 8670897. OLE color: 8670897.

HSL color Cylindrical-coordinate representation of color #B14E84: hue angle of 327.27º 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 #B14E84 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17778132-
CMYK00.560.250.31
HSL327.27º38.82%50%-
HSV(B)327.27º55.93%69.41%-
XYZ25.0216.4623.69-
YUV113.76138.3173.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=45.74%
G=20.16%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777813200.560.250.31327.2738.8250
HexB14E84038191F1472732
Octal26111620407031375074762
Binary1011000110011101000010001110001100111111101000111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E84; }

 p { color: rgb(177,78,132); }

 H1.HeaderClassName
 {
   color: #B14E84;
 }
 .AnyTagClassName
 {
   color: #B14E84;
 }
</style>
background-color css

<style>
 a { background-color: #B14E84; }

 a { background-color: rgb(177,78,132); }

 div.DivClassName
 {
   background-color: #B14E84;
 }
 .BgClassName
 {
   background-color: #B14E84;
 }
</style>
border-color css

<style>
 span { border-color: #B14E84; }

 span { border-color: rgb(177,78,132); }

 td.TdClassName
 {
   border-color: #B14E84;
 }
 .TagClassName
 {
   border-color: #B14E84;
 }
</style>