#B34983

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

Shades of Mulberry #B34983

Tints of Mulberry #B34983

Color information

#B34983 (or 0xB34983) is unknown color: approx Mulberry. HEX triplet: B3, 49 and 83. RGB value is (179,73,131). Sum of RGB (Red+Green+Blue) = 179+73+131=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B34983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34983 is #4CB67C. Grayscale: #6F6F6F. Windows color (decimal): -5027453 or 8604083. OLE color: 8604083.

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

Color convert

RGB17973131-
CMYK00.590.270.30
HSL327.17º42.06%49.41%-
HSV(B)327.17º59.22%70.2%-
XYZ25.0715.9923.24-
YUV111.31139.12176.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=46.74%
G=19.06%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797313100.590.270.30327.1742.0649.41
HexB3498303B1B1E1472a31
Octal26311120307333365075261
Binary1011001110010011000001101110111101111110101000111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34983; }

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

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

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

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

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

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

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

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