COLOR #B04194

HEX: #B04194 RGB: (176,65,148)

Color info

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

RGB color model

#B04194 color RGB value is (176,65,148).

RGB: (176,65,148) (69%, 25%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 65 of 255 = 25%
B 148 of 255 = 58%

176
65
148

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

Portions of RGB colors in percentages

R + G + B = 176 + 65 + 148 = 389 (100%)
R 176 of 389 ~ 45.24%
G 65 of 389 ~ 16.71%
B 148 of 389 ~ 38.05'%

%45.24
%16.71
%38.05

CMYK color model

#B04194 color CMYK value is (0,63,16,31).

  • cyan value is 0.00%
  • magenta value is 63.07%
  • yellow value is 15.91%
  • key color value is 30.98%

CMYK: (0,63,16,31)
C0M63Y16K31 (0%, 63%, 16%, 31%)
(0.00 / 0.63 / 0.16 / 0.31)

CMYK percentages

%0
%63.07
%15.91
%30.98

Codes

Color #B04194 in popluar color models

B0 41 94
RGB 176 65 148
HSL 315° 46.06% 47.25%
HSB/HSV 315° 63.07% 69.02%
CMYK 0.00% 63.07% 15.91%
30.98%

Color #B04194 in popluar number systems.

HEX B0 41 94
Decimal 176 65 148
Binary 10110000 1000001 10010100
Octal 260 101 224

Shades and tints

Shades of #B04194

#B04194
(176,65,148)
#A03C87
(160,60,135)
#90377A
(144,55,122)
#80326D
(128,50,109)
#702D60
(112,45,96)
#602853
(96,40,83)
#502346
(80,35,70)
#401E39
(64,30,57)
#30192C
(48,25,44)
#20141F
(32,20,31)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #B04194

#B04194
(176,65,148)
#B7529D
(183,82,157)
#BE63A6
(190,99,166)
#C574AF
(197,116,175)
#CC85B8
(204,133,184)
#D396C1
(211,150,193)
#DAA7CA
(218,167,202)
#E1B8D3
(225,184,211)
#E8C9DC
(232,201,220)
#EFDAE5
(239,218,229)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04194 color. Also use rgb(176,65,148) instead hex code.

Text Font Color

.myTextColor { color: #B04194; }

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

This text font color is #B04194.

Background Color

.myBgColor { background-color: #B04194; }

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

This div background color is #B04194.

Border color

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

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

This div border color is #B04194.

Opacity

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

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

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

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

This text has shadow with #B04194 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B04194.

Preview

Color preview on black background

This text has color #B04194 on black background.


Color preview on white background

This text has color #B04194 on white background.


Black color preview on #B04194 background

This text has black color on #B04194 background.


White color preview on #B04194 background

This text has white color on #B04194 background.


Related colors

Complementary color

Complementary color for #hex is #4FBE6B.


I love getcolorcode.com

Triadic colors

1 #94B041 and #4194B0 with #B04194 are triadic colors.

2 #9441B0 and #41B094 with #B04194 are triadic colors.