#B34990

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

Shades of Mulberry #B34990

Tints of Mulberry #B34990

Color information

#B34990 (or 0xB34990) is unknown color: approx Mulberry. HEX triplet: B3, 49 and 90. RGB value is (179,73,144). Sum of RGB (Red+Green+Blue) = 179+73+144=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34990 is #4CB66F. Grayscale: #707070. Windows color (decimal): -5027440 or 9456051. OLE color: 9456051.

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

Color convert

RGB17973144-
CMYK00.590.200.30
HSL319.81º42.06%49.41%-
HSV(B)319.81º59.22%70.2%-
XYZ26.0116.3628.17-
YUV112.79145.62175.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=45.20%
G=18.43%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797314400.590.200.30319.8142.0649.41
HexB3499003B141E1402a31
Octal26311122007324365005261
Binary1011001110010011001000001110111010011110101000000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34990; }

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

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

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

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

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

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

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

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