COLOR #B04AA9

HEX: #B04AA9
RGB: (176,74,169)

Color info

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

RGB color model

#B04AA9 color RGB value is (176,74,169).

  • red value is 176;
  • green value is 74;
  • blue value is 169.
RGB:
(176,74,169)
(69%,29%,66%)

RGB channels and saturation

R 176 of 255 = 69%
G 74 of 255 = 29%
B 169 of 255 = 66%

176
74
169

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

Portions of RGB colors in percentages

R + G + B =
176 + 74 + 169 = 419 (100%)
R 176 of 419 ~ 42%
G 74 of 419 ~ 17.66%
B 169 of 419 ~ 40.33%

%42
%17.66
%40.33

CMYK color model

#B04AA9 color CMYK value is (0,58,4,31).

  • cyan value is 0.00%
  • magenta value is 57.95%
  • yellow value is 3.98%
  • key color value is 30.98%
CMYK:
(0,58,4,31)
C0M58Y4K31 
(0%,58%,4%,31%)
(0.00/0.58/0.04/0.31)	

CMYK percentages

%0
%57.95
%3.98
%30.98

Codes

Color #B04AA9 in popluar color models

B04AA9
RGB17674169
HSL304°40.80%49.02%
HSB/HSV304°57.95%69.02%
CMYK0.00%57.95%3.98%
30.98%

Color #B04AA9 in popluar number systems.

HEXB04AA9
Decimal17674169
Binary10110000100101010101001
Octal260112251

Shades and tints

Shades of #B04AA9

#B04AA9
(176,74,169)
#A0449A
(160,68,154)
#903E8B
(144,62,139)
#80387C
(128,56,124)
#70326D
(112,50,109)
#602C5E
(96,44,94)
#50264F
(80,38,79)
#402040
(64,32,64)
#301A31
(48,26,49)
#201422
(32,20,34)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #B04AA9

#B04AA9
(176,74,169)
#B75AB0
(183,90,176)
#BE6AB7
(190,106,183)
#C57ABE
(197,122,190)
#CC8AC5
(204,138,197)
#D39ACC
(211,154,204)
#DAAAD3
(218,170,211)
#E1BADA
(225,186,218)
#E8CAE1
(232,202,225)
#EFDAE8
(239,218,232)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04AA9 color. Also use rgb(176,74,169) instead hex code.

Text Font Color

.myTextColor { color: #B04AA9; }

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

This text font color is #B04AA9.


Background Color

.myBgColor { background-color: #B04AA9; }

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

This div background color is #B04AA9.


Border color

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

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

This div border color is #B04AA9.


Opacity

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

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

Text with #B04AA9 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 #B04AA9;}

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

This text has shadow with #B04AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04AA9 on black background.


Color preview on white background

This text has color #B04AA9 on white background.



Black color preview on #B04AA9 background

This text has black color on #B04AA9 background.


White color preview on #B04AA9 background

This text has white color on #B04AA9 background.