#B34E8D

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

Shades of Mulberry #B34E8D

Tints of Mulberry #B34E8D

Color information

#B34E8D (or 0xB34E8D) is unknown color: approx Mulberry. HEX triplet: B3, 4E and 8D. RGB value is (179,78,141). Sum of RGB (Red+Green+Blue) = 179+78+141=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34E8D is #4CB172. Grayscale: #737373. Windows color (decimal): -5026163 or 9260723. OLE color: 9260723.

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

Color convert

RGB17978141-
CMYK00.560.210.30
HSL322.57º39.92%50.39%-
HSV(B)322.57º56.42%70.2%-
XYZ26.1216.9627.1-
YUV115.38142.46173.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=44.97%
G=19.60%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797814100.560.210.30322.5739.9250.39
HexB34E8D038151E1432832
Octal26311621507025365035062
Binary1011001110011101000110101110001010111110101000011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E8D; }

 p { color: rgb(179,78,141); }

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

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

 a { background-color: rgb(179,78,141); }

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

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

 span { border-color: rgb(179,78,141); }

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