COLOR #B04497

HEX: #B04497
RGB: (176,68,151)

Color info

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

RGB color model

#B04497 color RGB value is (176,68,151).

  • red value is 176;
  • green value is 68;
  • blue value is 151.
RGB:
(176,68,151)
(69%,27%,59%)

RGB channels and saturation

R 176 of 255 = 69%
G 68 of 255 = 27%
B 151 of 255 = 59%

176
68
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 68 + 151 = 395 (100%)
R 176 of 395 ~ 44.56%
G 68 of 395 ~ 17.22%
B 151 of 395 ~ 38.23%

%44.56
%17.22
%38.23

CMYK color model

#B04497 color CMYK value is (0,61,14,31).

  • cyan value is 0.00%
  • magenta value is 61.36%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,61,14,31)
C0M61Y14K31 
(0%,61%,14%,31%)
(0.00/0.61/0.14/0.31)	

CMYK percentages

%0
%61.36
%14.2
%30.98

Codes

Color #B04497 in popluar color models

B04497
RGB17668151
HSL314°44.26%47.84%
HSB/HSV314°61.36%69.02%
CMYK0.00%61.36%14.20%
30.98%

Color #B04497 in popluar number systems.

HEXB04497
Decimal17668151
Binary10110000100010010010111
Octal260104227

Shades and tints

Shades of #B04497

#B04497
(176,68,151)
#A03E8A
(160,62,138)
#90387D
(144,56,125)
#803270
(128,50,112)
#702C63
(112,44,99)
#602656
(96,38,86)
#502049
(80,32,73)
#401A3C
(64,26,60)
#30142F
(48,20,47)
#200E22
(32,14,34)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #B04497

#B04497
(176,68,151)
#B755A0
(183,85,160)
#BE66A9
(190,102,169)
#C577B2
(197,119,178)
#CC88BB
(204,136,187)
#D399C4
(211,153,196)
#DAAACD
(218,170,205)
#E1BBD6
(225,187,214)
#E8CCDF
(232,204,223)
#EFDDE8
(239,221,232)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04497 color. Also use rgb(176,68,151) instead hex code.

Text Font Color

.myTextColor { color: #B04497; }

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

This text font color is #B04497.


Background Color

.myBgColor { background-color: #B04497; }

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

This div background color is #B04497.


Border color

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

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

This div border color is #B04497.


Opacity

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

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

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

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

This text has shadow with #B04497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04497 on black background.


Color preview on white background

This text has color #B04497 on white background.



Black color preview on #B04497 background

This text has black color on #B04497 background.


White color preview on #B04497 background

This text has white color on #B04497 background.