#B14D87

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

Shades of Mulberry #B14D87

Tints of Mulberry #B14D87

Color information

#B14D87 (or 0xB14D87) is unknown color: approx Mulberry. HEX triplet: B1, 4D and 87. RGB value is (177,77,135). Sum of RGB (Red+Green+Blue) = 177+77+135=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D87 is #4EB278. Grayscale: #717171. Windows color (decimal): -5157497 or 8867249. OLE color: 8867249.

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

Color convert

RGB17777135-
CMYK00.560.240.31
HSL325.2º39.37%49.8%-
HSV(B)325.2º56.5%69.41%-
XYZ25.1616.424.76-
YUV113.51140.13173.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=45.50%
G=19.79%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777713500.560.240.31325.239.3749.8
HexB14D87038181F1452732
Octal26111520707030375054762
Binary1011000110011011000011101110001100011111101000101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D87; }

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

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

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

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

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

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

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

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