#B34995

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

Shades of Mulberry #B34995

Tints of Mulberry #B34995

Color information

#B34995 (or 0xB34995) is unknown color: approx Mulberry. HEX triplet: B3, 49 and 95. RGB value is (179,73,149). Sum of RGB (Red+Green+Blue) = 179+73+149=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B34995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34995 is #4CB66A. Grayscale: #717171. Windows color (decimal): -5027435 or 9783731. OLE color: 9783731.

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

Color convert

RGB17973149-
CMYK00.590.170.30
HSL316.98º42.06%49.41%-
HSV(B)316.98º59.22%70.2%-
XYZ26.416.5230.23-
YUV113.36148.12174.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=44.64%
G=18.20%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797314900.590.170.30316.9842.0649.41
HexB3499503B111E13d2a31
Octal26311122507321364755261
Binary1011001110010011001010101110111000111110100111101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34995; }

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

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

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

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

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

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

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

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