#B14D8A

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

Shades of Mulberry #B14D8A

Tints of Mulberry #B14D8A

Color information

#B14D8A (or 0xB14D8A) is unknown color: approx Mulberry. HEX triplet: B1, 4D and 8A. RGB value is (177,77,138). Sum of RGB (Red+Green+Blue) = 177+77+138=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D8A is #4EB275. Grayscale: #717171. Windows color (decimal): -5157494 or 9063857. OLE color: 9063857.

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

Color convert

RGB17777138-
CMYK00.560.220.31
HSL323.4º39.37%49.8%-
HSV(B)323.4º56.5%69.41%-
XYZ25.3716.4925.89-
YUV113.85141.63173.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=45.15%
G=19.64%
B=35.20%

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
Decimal1777713800.560.220.31323.439.3749.8
HexB14D8A038161F1432732
Octal26111521207026375034762
Binary1011000110011011000101001110001011011111101000011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D8A; }

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

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

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

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

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

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

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

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