#B34B8E

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

Shades of Mulberry #B34B8E

Tints of Mulberry #B34B8E

Color information

#B34B8E (or 0xB34B8E) is unknown color: approx Mulberry. HEX triplet: B3, 4B and 8E. RGB value is (179,75,142). Sum of RGB (Red+Green+Blue) = 179+75+142=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34B8E is #4CB471. Grayscale: #717171. Windows color (decimal): -5026930 or 9325491. OLE color: 9325491.

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

Color convert

RGB17975142-
CMYK00.580.210.30
HSL321.35º40.94%49.8%-
HSV(B)321.35º58.1%70.2%-
XYZ25.9916.5727.42-
YUV113.73143.96174.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=45.20%
G=18.94%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797514200.580.210.30321.3540.9449.8
HexB34B8E03A151E1412932
Octal26311321607225365015162
Binary1011001110010111000111001110101010111110101000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B8E; }

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

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

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

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

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

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

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

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