COLOR #B04D8B

HEX: #B04D8B
RGB: (176,77,139)

Color info

#B04D8B contains mainly red and blue colors. Web safe color of #B04D8B is #993399 (or #939).

RGB color model

#B04D8B color RGB value is (176,77,139).

  • red value is 176;
  • green value is 77;
  • blue value is 139.
RGB:
(176,77,139)
(69%,30%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 77 of 255 = 30%
B 139 of 255 = 55%

176
77
139

R + G + B ~ 51%. #B04D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 77 + 139 = 392 (100%)
R 176 of 392 ~ 44.9%
G 77 of 392 ~ 19.64%
B 139 of 392 ~ 35.46%

%44.9
%19.64
%35.46

CMYK color model

#B04D8B color CMYK value is (0,56,21,31).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK:
(0,56,21,31)
C0M56Y21K31 
(0%,56%,21%,31%)
(0.00/0.56/0.21/0.31)	

CMYK percentages

%0
%56.25
%21.02
%30.98

Codes

Color #B04D8B in popluar color models

B04D8B
RGB17677139
HSL322°39.13%49.61%
HSB/HSV322°56.25%69.02%
CMYK0.00%56.25%21.02%
30.98%

Color #B04D8B in popluar number systems.

HEXB04D8B
Decimal17677139
Binary10110000100110110001011
Octal260115213

Shades and tints

Shades of #B04D8B

#B04D8B
(176,77,139)
#A0467F
(160,70,127)
#903F73
(144,63,115)
#803867
(128,56,103)
#70315B
(112,49,91)
#602A4F
(96,42,79)
#502343
(80,35,67)
#401C37
(64,28,55)
#30152B
(48,21,43)
#200E1F
(32,14,31)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #B04D8B

#B04D8B
(176,77,139)
#B75D95
(183,93,149)
#BE6D9F
(190,109,159)
#C57DA9
(197,125,169)
#CC8DB3
(204,141,179)
#D39DBD
(211,157,189)
#DAADC7
(218,173,199)
#E1BDD1
(225,189,209)
#E8CDDB
(232,205,219)
#EFDDE5
(239,221,229)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04D8B color. Also use rgb(176,77,139) instead hex code.

Text Font Color

.myTextColor { color: #B04D8B; }

<p style="color:#B04D8B">This sample text font color is #B04D8B.</p>

This text font color is #B04D8B.


Background Color

.myBgColor { background-color: #B04D8B; }

<div style="background-color:#B04D8B">Inner text</div>

This div background color is #B04D8B.


Border color

.myBorderColor { border: 1px solid #B04D8B; }

<div style="border:3px solid #B04D8B">Div</div>

This div border color is #B04D8B.


Opacity

.myOpacity80 { color: #B04D8B; opacity: 0.8; }

<p style="color:#B04D8B;opacity:0.8;">80%</p>

Text with #B04D8B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B04D8B;}

<p style="text-shadow: 3px 3px 1px #B04D8B">Text here.</p>

This text has shadow with #B04D8B color.

.textShadow {text-shadow: 3px 3px 1px #B04D8B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B04D8B, 5px 5px 20px red">Text here.</p>

This text has shadow with #B04D8B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B04D8B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B04D8B, Direction=45, Strength=4)">Text</p>

This text has shadow with #B04D8B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B04D8B;
  -webkit-box-shadow:	1px 1px 3px 2px #B04D8B;
  box-shadow:		1px 1px 3px 2px #B04D8B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B04D8B;
-webkit-box-shadow: 1px 1px 3px 2px #B04D8B;
box-shadow:1px 1px 3px 2px #B04D8B;">
Div content here</div>
This div box has shadow with color #B04D8B.

Preview

Color preview on black background

This text has color #B04D8B on black background.


Color preview on white background

This text has color #B04D8B on white background.



Black color preview on #B04D8B background

This text has black color on #B04D8B background.


White color preview on #B04D8B background

This text has white color on #B04D8B background.