COLOR #B04492

HEX: #B04492 RGB: (176,68,146)

Color info

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

RGB color model

#B04492 color RGB value is (176,68,146).

RGB: (176,68,146) (69%, 27%, 57%)

RGB channels and saturation

R 176 of 255 = 69%
G 68 of 255 = 27%
B 146 of 255 = 57%

176
68
146

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

Portions of RGB colors in percentages

R + G + B = 176 + 68 + 146 = 390 (100%)
R 176 of 390 ~ 45.13%
G 68 of 390 ~ 17.44%
B 146 of 390 ~ 37.44'%

%45.13
%17.44
%37.44

CMYK color model

#B04492 color CMYK value is (0,61,17,31).

  • cyan value is 0.00%
  • magenta value is 61.36%
  • yellow value is 17.05%
  • key color value is 30.98%

CMYK: (0,61,17,31)
C0M61Y17K31 (0%, 61%, 17%, 31%)
(0.00 / 0.61 / 0.17 / 0.31)

CMYK percentages

%0
%61.36
%17.05
%30.98

Codes

Color #B04492 in popluar color models

B0 44 92
RGB 176 68 146
HSL 317° 44.26% 47.84%
HSB/HSV 317° 61.36% 69.02%
CMYK 0.00% 61.36% 17.05%
30.98%

Color #B04492 in popluar number systems.

HEX B0 44 92
Decimal 176 68 146
Binary 10110000 1000100 10010010
Octal 260 104 222

Shades and tints

Shades of #B04492

#B04492
(176,68,146)
#A03E85
(160,62,133)
#903878
(144,56,120)
#80326B
(128,50,107)
#702C5E
(112,44,94)
#602651
(96,38,81)
#502044
(80,32,68)
#401A37
(64,26,55)
#30142A
(48,20,42)
#200E1D
(32,14,29)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #B04492

#B04492
(176,68,146)
#B7559B
(183,85,155)
#BE66A4
(190,102,164)
#C577AD
(197,119,173)
#CC88B6
(204,136,182)
#D399BF
(211,153,191)
#DAAAC8
(218,170,200)
#E1BBD1
(225,187,209)
#E8CCDA
(232,204,218)
#EFDDE3
(239,221,227)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B04492; }

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

This text font color is #B04492.

Background Color

.myBgColor { background-color: #B04492; }

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

This div background color is #B04492.

Border color

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

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

This div border color is #B04492.

Opacity

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

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

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

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

This text has shadow with #B04492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B04492.

Preview

Color preview on black background

This text has color #B04492 on black background.


Color preview on white background

This text has color #B04492 on white background.


Black color preview on #B04492 background

This text has black color on #B04492 background.


White color preview on #B04492 background

This text has white color on #B04492 background.


Related colors

Complementary color

Complementary color for #hex is #4FBB6D.


I love getcolorcode.com

Triadic colors

1 #92B044 and #4492B0 with #B04492 are triadic colors.

2 #9244B0 and #44B092 with #B04492 are triadic colors.