#B34891

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

Shades of Mulberry #B34891

Tints of Mulberry #B34891

Color information

#B34891 (or 0xB34891) is unknown color: approx Mulberry. HEX triplet: B3, 48 and 91. RGB value is (179,72,145). Sum of RGB (Red+Green+Blue) = 179+72+145=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34891 is #4CB76E. Grayscale: #707070. Windows color (decimal): -5027695 or 9521331. OLE color: 9521331.

HSL color Cylindrical-coordinate representation of color #B34891: hue angle of 319.07º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34891 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17972145-
CMYK00.600.190.30
HSL319.07º42.63%49.22%-
HSV(B)319.07º59.78%70.2%-
XYZ26.0216.2628.56-
YUV112.32146.45175.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=45.20%
G=18.18%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797214500.600.190.30319.0742.6349.22
HexB3489103C131E13f2b31
Octal26311022107423364775361
Binary1011001110010001001000101111001001111110100111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34891; }

 p { color: rgb(179,72,145); }

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

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

 a { background-color: rgb(179,72,145); }

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

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

 span { border-color: rgb(179,72,145); }

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