#B34A8B

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

Shades of Mulberry #B34A8B

Tints of Mulberry #B34A8B

Color information

#B34A8B (or 0xB34A8B) is unknown color: approx Mulberry. HEX triplet: B3, 4A and 8B. RGB value is (179,74,139). Sum of RGB (Red+Green+Blue) = 179+74+139=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34A8B is #4CB574. Grayscale: #707070. Windows color (decimal): -5027189 or 9128627. OLE color: 9128627.

HSL color Cylindrical-coordinate representation of color #B34A8B: hue angle of 322.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A8B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17974139-
CMYK00.590.220.30
HSL322.86º41.5%49.61%-
HSV(B)322.86º58.66%70.2%-
XYZ25.716.3526.23-
YUV112.8142.79175.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=45.66%
G=18.88%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797413900.590.220.30322.8641.549.61
HexB34A8B03B161E1432a32
Octal26311221307326365035262
Binary1011001110010101000101101110111011011110101000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A8B; }

 p { color: rgb(179,74,139); }

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

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

 a { background-color: rgb(179,74,139); }

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

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

 span { border-color: rgb(179,74,139); }

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