#B14884

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

Shades of Mulberry #B14884

Tints of Mulberry #B14884

Color information

#B14884 (or 0xB14884) is unknown color: approx Mulberry. HEX triplet: B1, 48 and 84. RGB value is (177,72,132). Sum of RGB (Red+Green+Blue) = 177+72+132=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B14884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14884 is #4EB77B. Grayscale: #6E6E6E. Windows color (decimal): -5158780 or 8669361. OLE color: 8669361.

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

Color convert

RGB17772132-
CMYK00.590.250.31
HSL325.71º42.17%48.82%-
HSV(B)325.71º59.32%69.41%-
XYZ24.6115.6523.55-
YUV110.23140.29175.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=46.46%
G=18.90%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777213200.590.250.31325.7142.1748.82
HexB1488403B191F1462a31
Octal26111020407331375065261
Binary1011000110010001000010001110111100111111101000110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14884; }

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

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

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

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

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

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

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

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