#B34895

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

Shades of Mulberry #B34895

Tints of Mulberry #B34895

Color information

#B34895 (or 0xB34895) is unknown color: approx Mulberry. HEX triplet: B3, 48 and 95. RGB value is (179,72,149). Sum of RGB (Red+Green+Blue) = 179+72+149=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B34895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34895 is #4CB76A. Grayscale: #707070. Windows color (decimal): -5027691 or 9783475. OLE color: 9783475.

HSL color Cylindrical-coordinate representation of color #B34895: hue angle of 316.82º 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 #B34895 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17972149-
CMYK00.600.170.30
HSL316.82º42.63%49.22%-
HSV(B)316.82º59.78%70.2%-
XYZ26.3316.3930.21-
YUV112.77148.45175.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=44.75%
G=18%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797214900.600.170.30316.8242.6349.22
HexB3489503C111E13d2b31
Octal26311022507421364755361
Binary1011001110010001001010101111001000111110100111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34895; }

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

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

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

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

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

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

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

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