COLOR #B374B9

HEX: #B374B9 RGB: (179,116,185)

Color info

#B374B9 contains mainly red and blue colors. Web safe color of #B374B9 is #9966CC (or #96C).

RGB color model

#B374B9 color RGB value is (179,116,185).

RGB: (179,116,185) (70%, 45%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 185 of 255 = 73%

179
116
185

R + G + B ~ 63%. #B374B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 116 + 185 = 480 (100%)
R 179 of 480 ~ 37.29%
G 116 of 480 ~ 24.17%
B 185 of 480 ~ 38.54'%

%37.29
%24.17
%38.54

CMYK color model

#B374B9 color CMYK value is (3,37,0,27).

  • cyan value is 3.24%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (3,37,0,27)
C3M37Y0K27 (3%, 37%, 0%, 27%)
(0.03 / 0.37 / 0.00 / 0.27)

CMYK percentages

%3.24
%37.3
%0
%27.45

Codes

Color #B374B9 in popluar color models

B3 74 B9
RGB 179 116 185
HSL 295° 33.01% 59.02%
HSB/HSV 295° 37.30% 72.55%
CMYK 3.24% 37.30% 0.00%
27.45%

Color #B374B9 in popluar number systems.

HEX B3 74 B9
Decimal 179 116 185
Binary 10110011 1110100 10111001
Octal 263 164 271

Shades and tints

Shades of #B374B9

#B374B9
(179,116,185)
#A36AA9
(163,106,169)
#936099
(147,96,153)
#835689
(131,86,137)
#734C79
(115,76,121)
#634269
(99,66,105)
#533859
(83,56,89)
#432E49
(67,46,73)
#332439
(51,36,57)
#231A29
(35,26,41)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #B374B9

#B374B9
(179,116,185)
#B980BF
(185,128,191)
#BF8CC5
(191,140,197)
#C598CB
(197,152,203)
#CBA4D1
(203,164,209)
#D1B0D7
(209,176,215)
#D7BCDD
(215,188,221)
#DDC8E3
(221,200,227)
#E3D4E9
(227,212,233)
#E9E0EF
(233,224,239)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B374B9 color. Also use rgb(179,116,185) instead hex code.

Text Font Color

.myTextColor { color: #B374B9; }

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

This text font color is #B374B9.

Background Color

.myBgColor { background-color: #B374B9; }

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

This div background color is #B374B9.

Border color

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

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

This div border color is #B374B9.

Opacity

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

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

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

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

This text has shadow with #B374B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B374B9.

Preview

Color preview on black background

This text has color #B374B9 on black background.


Color preview on white background

This text has color #B374B9 on white background.


Black color preview on #B374B9 background

This text has black color on #B374B9 background.


White color preview on #B374B9 background

This text has white color on #B374B9 background.


Related colors

Complementary color

Complementary color for #hex is #4C8B46.


I love getcolorcode.com

Triadic colors

1 #B9B374 and #74B9B3 with #B374B9 are triadic colors.

2 #B974B3 and #74B3B9 with #B374B9 are triadic colors.