#B34B94

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

Shades of Mulberry #B34B94

Tints of Mulberry #B34B94

Color information

#B34B94 (or 0xB34B94) is unknown color: approx Mulberry. HEX triplet: B3, 4B and 94. RGB value is (179,75,148). Sum of RGB (Red+Green+Blue) = 179+75+148=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34B94 is #4CB46B. Grayscale: #727272. Windows color (decimal): -5026924 or 9718707. OLE color: 9718707.

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

Color convert

RGB17975148-
CMYK00.580.170.30
HSL317.88º40.94%49.8%-
HSV(B)317.88º58.1%70.2%-
XYZ26.4516.7529.86-
YUV114.42146.96174.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=44.53%
G=18.66%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797514800.580.170.30317.8840.9449.8
HexB34B9403A111E13e2932
Octal26311322407221364765162
Binary1011001110010111001010001110101000111110100111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B94; }

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

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

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

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

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

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

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

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