#B14988

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

Shades of Mulberry #B14988

Tints of Mulberry #B14988

Color information

#B14988 (or 0xB14988) is unknown color: approx Mulberry. HEX triplet: B1, 49 and 88. RGB value is (177,73,136). Sum of RGB (Red+Green+Blue) = 177+73+136=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B14988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14988 is #4EB677. Grayscale: #6F6F6F. Windows color (decimal): -5158520 or 8931761. OLE color: 8931761.

HSL color Cylindrical-coordinate representation of color #B14988: hue angle of 323.65º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14988 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17773136-
CMYK00.590.230.31
HSL323.65º41.6%49.02%-
HSV(B)323.65º58.76%69.41%-
XYZ24.9615.8925.04-
YUV111.28141.96174.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=45.85%
G=18.91%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777313600.590.230.31323.6541.649.02
HexB1498803B171F1442a31
Octal26111121007327375045261
Binary1011000110010011000100001110111011111111101000100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14988; }

 p { color: rgb(177,73,136); }

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

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

 a { background-color: rgb(177,73,136); }

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

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

 span { border-color: rgb(177,73,136); }

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