#B34797

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

Shades of Mulberry #B34797

Tints of Mulberry #B34797

Color information

#B34797 (or 0xB34797) is unknown color: approx Mulberry. HEX triplet: B3, 47 and 97. RGB value is (179,71,151). Sum of RGB (Red+Green+Blue) = 179+71+151=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B34797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34797 is #4CB868. Grayscale: #707070. Windows color (decimal): -5027945 or 9914291. OLE color: 9914291.

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

Color convert

RGB17971151-
CMYK00.600.160.30
HSL315.56º43.2%49.02%-
HSV(B)315.56º60.34%70.2%-
XYZ26.4316.3231.04-
YUV112.41149.78175.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=44.64%
G=17.71%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797115100.600.160.30315.5643.249.02
HexB3479703C101E13c2b31
Octal26310722707420364745361
Binary1011001110001111001011101111001000011110100111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34797; }

 p { color: rgb(179,71,151); }

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

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

 a { background-color: rgb(179,71,151); }

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

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

 span { border-color: rgb(179,71,151); }

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