#B34B99

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

Shades of Mulberry #B34B99

Tints of Mulberry #B34B99

Color information

#B34B99 (or 0xB34B99) is unknown color: approx Mulberry. HEX triplet: B3, 4B and 99. RGB value is (179,75,153). Sum of RGB (Red+Green+Blue) = 179+75+153=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34B99 is #4CB466. Grayscale: #727272. Windows color (decimal): -5026919 or 10046387. OLE color: 10046387.

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

Color convert

RGB17975153-
CMYK00.580.150.30
HSL315º40.94%49.8%-
HSV(B)315º58.1%70.2%-
XYZ26.8616.9231.99-
YUV114.99149.46173.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=43.98%
G=18.43%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797515300.580.150.3031540.9449.8
HexB34B9903AF1E13b2932
Octal26311323107217364735162
Binary101100111001011100110010111010111111110100111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B99; }

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

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

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

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

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

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

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

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