#B34A8E

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

Shades of Mulberry #B34A8E

Tints of Mulberry #B34A8E

Color information

#B34A8E (or 0xB34A8E) is unknown color: approx Mulberry. HEX triplet: B3, 4A and 8E. RGB value is (179,74,142). Sum of RGB (Red+Green+Blue) = 179+74+142=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34A8E is #4CB571. Grayscale: #707070. Windows color (decimal): -5027186 or 9325235. OLE color: 9325235.

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

Color convert

RGB17974142-
CMYK00.590.210.30
HSL321.14º41.5%49.61%-
HSV(B)321.14º58.66%70.2%-
XYZ25.9216.4327.4-
YUV113.15144.29174.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=45.32%
G=18.73%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797414200.590.210.30321.1441.549.61
HexB34A8E03B151E1412a32
Octal26311221607325365015262
Binary1011001110010101000111001110111010111110101000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A8E; }

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

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

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

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

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

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

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

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