#b14e8a

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

Shades of Mulberry #B14E8A

Tints of Mulberry #B14E8A

Color information

#B14E8A (or 0xB14E8A) is unknown color: approx Mulberry. HEX triplet: B1, 4E and 8A. RGB value is (177,78,138). Sum of RGB (Red+Green+Blue) = 177+78+138=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E8A is #4EB175. Grayscale: #727272. Windows color (decimal): -5157238 or 9064113. OLE color: 9064113.

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

Color convert

RGB17778138-
CMYK00.560.220.31
HSL323.64º38.82%50%-
HSV(B)323.64º55.93%69.41%-
XYZ25.4416.6325.91-
YUV114.44141.3172.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=45.04%
G=19.85%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777813800.560.220.31323.6438.8250
HexB14E8A038161F1442732
Octal26111621207026375044762
Binary1011000110011101000101001110001011011111101000100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14e8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14e8a; }

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

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

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

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

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

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

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

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