#B14997

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

Shades of Mulberry #B14997

Tints of Mulberry #B14997

Color information

#B14997 (or 0xB14997) is unknown color: approx Mulberry. HEX triplet: B1, 49 and 97. RGB value is (177,73,151). Sum of RGB (Red+Green+Blue) = 177+73+151=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B14997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14997 is #4EB668. Grayscale: #707070. Windows color (decimal): -5158505 or 9914801. OLE color: 9914801.

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

Color convert

RGB17773151-
CMYK00.590.150.31
HSL315º41.6%49.02%-
HSV(B)315º58.76%69.41%-
XYZ26.116.3531.06-
YUV112.99149.46173.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=44.14%
G=18.20%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777315100.590.150.3131541.649.02
HexB1499703BF1F13b2a31
Octal26111122707317374735261
Binary101100011001001100101110111011111111111100111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14997; }

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

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

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

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

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

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

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

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