#B14887

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

Shades of Mulberry #B14887

Tints of Mulberry #B14887

Color information

#B14887 (or 0xB14887) is unknown color: approx Mulberry. HEX triplet: B1, 48 and 87. RGB value is (177,72,135). Sum of RGB (Red+Green+Blue) = 177+72+135=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B14887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14887 is #4EB778. Grayscale: #6E6E6E. Windows color (decimal): -5158777 or 8865969. OLE color: 8865969.

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

Color convert

RGB17772135-
CMYK00.590.240.31
HSL324º42.17%48.82%-
HSV(B)324º59.32%69.41%-
XYZ24.8215.7324.65-
YUV110.58141.79175.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=46.09%
G=18.75%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777213500.590.240.3132442.1748.82
HexB1488703B181F1442a31
Octal26111020707330375045261
Binary1011000110010001000011101110111100011111101000100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14887; }

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

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

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

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

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

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

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

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