#B34B90

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

Shades of Mulberry #B34B90

Tints of Mulberry #B34B90

Color information

#B34B90 (or 0xB34B90) is unknown color: approx Mulberry. HEX triplet: B3, 4B and 90. RGB value is (179,75,144). Sum of RGB (Red+Green+Blue) = 179+75+144=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34B90 is #4CB46F. Grayscale: #717171. Windows color (decimal): -5026928 or 9456563. OLE color: 9456563.

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

Color convert

RGB17975144-
CMYK00.580.200.30
HSL320.19º40.94%49.8%-
HSV(B)320.19º58.1%70.2%-
XYZ26.1416.6328.22-
YUV113.96144.96174.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=44.97%
G=18.84%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797514400.580.200.30320.1940.9449.8
HexB34B9003A141E1402932
Octal26311322007224365005162
Binary1011001110010111001000001110101010011110101000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B90; }

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

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

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

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

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

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

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

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