#B34784

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

Shades of Mulberry #B34784

Tints of Mulberry #B34784

Color information

#B34784 (or 0xB34784) is unknown color: approx Mulberry. HEX triplet: B3, 47 and 84. RGB value is (179,71,132). Sum of RGB (Red+Green+Blue) = 179+71+132=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B34784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34784 is #4CB87B. Grayscale: #6E6E6E. Windows color (decimal): -5027964 or 8669107. OLE color: 8669107.

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

Color convert

RGB17971132-
CMYK00.600.260.30
HSL326.11º43.2%49.02%-
HSV(B)326.11º60.34%70.2%-
XYZ25.0115.7623.55-
YUV110.25140.28177.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=46.86%
G=18.59%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797113200.600.260.30326.1143.249.02
HexB3478403C1A1E1462b31
Octal26310720407432365065361
Binary1011001110001111000010001111001101011110101000110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34784; }

 p { color: rgb(179,71,132); }

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

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

 a { background-color: rgb(179,71,132); }

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

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

 span { border-color: rgb(179,71,132); }

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