#B34897

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

Shades of Mulberry #B34897

Tints of Mulberry #B34897

Color information

#B34897 (or 0xB34897) is unknown color: approx Mulberry. HEX triplet: B3, 48 and 97. RGB value is (179,72,151). Sum of RGB (Red+Green+Blue) = 179+72+151=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B34897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34897 is #4CB768. Grayscale: #707070. Windows color (decimal): -5027689 or 9914547. OLE color: 9914547.

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

Color convert

RGB17972151-
CMYK00.600.160.30
HSL315.7º42.63%49.22%-
HSV(B)315.7º59.78%70.2%-
XYZ26.4916.4531.06-
YUV113149.45175.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=44.53%
G=17.91%
B=37.56%

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
Decimal1797215100.600.160.30315.742.6349.22
HexB3489703C101E13c2b31
Octal26311022707420364745361
Binary1011001110010001001011101111001000011110100111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34897; }

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

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

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

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

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

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

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

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