#B34B89

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

Shades of Mulberry #B34B89

Tints of Mulberry #B34B89

Color information

#B34B89 (or 0xB34B89) is unknown color: approx Mulberry. HEX triplet: B3, 4B and 89. RGB value is (179,75,137). Sum of RGB (Red+Green+Blue) = 179+75+137=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34B89 is #4CB476. Grayscale: #717171. Windows color (decimal): -5026935 or 8997811. OLE color: 8997811.

HSL color Cylindrical-coordinate representation of color #B34B89: hue angle of 324.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34B89 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB17975137-
CMYK00.580.230.30
HSL324.23º40.94%49.8%-
HSV(B)324.23º58.1%70.2%-
XYZ25.6216.4225.49-
YUV113.16141.46174.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=45.78%
G=19.18%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797513700.580.230.30324.2340.9449.8
HexB34B8903A171E1442932
Octal26311321107227365045162
Binary1011001110010111000100101110101011111110101000100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B89; }

 p { color: rgb(179,75,137); }

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

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

 a { background-color: rgb(179,75,137); }

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

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

 span { border-color: rgb(179,75,137); }

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