#B34991

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

Shades of Mulberry #B34991

Tints of Mulberry #B34991

Color information

#B34991 (or 0xB34991) is unknown color: approx Mulberry. HEX triplet: B3, 49 and 91. RGB value is (179,73,145). Sum of RGB (Red+Green+Blue) = 179+73+145=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B34991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34991 is #4CB66E. Grayscale: #707070. Windows color (decimal): -5027439 or 9521587. OLE color: 9521587.

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

Color convert

RGB17973145-
CMYK00.590.190.30
HSL319.25º42.06%49.41%-
HSV(B)319.25º59.22%70.2%-
XYZ26.0816.3928.58-
YUV112.9146.12175.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=45.09%
G=18.39%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797314500.590.190.30319.2542.0649.41
HexB3499103B131E13f2a31
Octal26311122107323364775261
Binary1011001110010011001000101110111001111110100111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34991; }

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

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

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

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

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

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

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

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