COLOR #B374B5

HEX: #B374B5 RGB: (179,116,181)

Color info

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

RGB color model

#B374B5 color RGB value is (179,116,181).

RGB: (179,116,181) (70%, 45%, 71%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 181 of 255 = 71%

179
116
181

R + G + B ~ 62%. #B374B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 116 + 181 = 476 (100%)
R 179 of 476 ~ 37.61%
G 116 of 476 ~ 24.37%
B 181 of 476 ~ 38.03'%

%37.61
%24.37
%38.03

CMYK color model

#B374B5 color CMYK value is (1,36,0,29).

  • cyan value is 1.10%
  • magenta value is 35.91%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (1,36,0,29)
C1M36Y0K29 (1%, 36%, 0%, 29%)
(0.01 / 0.36 / 0.00 / 0.29)

CMYK percentages

%1.1
%35.91
%0
%29.02

Codes

Color #B374B5 in popluar color models

B3 74 B5
RGB 179 116 181
HSL 298° 30.52% 58.24%
HSB/HSV 298° 35.91% 70.98%
CMYK 1.10% 35.91% 0.00%
29.02%

Color #B374B5 in popluar number systems.

HEX B3 74 B5
Decimal 179 116 181
Binary 10110011 1110100 10110101
Octal 263 164 265

Shades and tints

Shades of #B374B5

#B374B5
(179,116,181)
#A36AA5
(163,106,165)
#936095
(147,96,149)
#835685
(131,86,133)
#734C75
(115,76,117)
#634265
(99,66,101)
#533855
(83,56,85)
#432E45
(67,46,69)
#332435
(51,36,53)
#231A25
(35,26,37)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #B374B5

#B374B5
(179,116,181)
#B980BB
(185,128,187)
#BF8CC1
(191,140,193)
#C598C7
(197,152,199)
#CBA4CD
(203,164,205)
#D1B0D3
(209,176,211)
#D7BCD9
(215,188,217)
#DDC8DF
(221,200,223)
#E3D4E5
(227,212,229)
#E9E0EB
(233,224,235)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B374B5; }

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

This text font color is #B374B5.

Background Color

.myBgColor { background-color: #B374B5; }

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

This div background color is #B374B5.

Border color

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

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

This div border color is #B374B5.

Opacity

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

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

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

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

This text has shadow with #B374B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B374B5.

Preview

Color preview on black background

This text has color #B374B5 on black background.


Color preview on white background

This text has color #B374B5 on white background.


Black color preview on #B374B5 background

This text has black color on #B374B5 background.


White color preview on #B374B5 background

This text has white color on #B374B5 background.


Related colors

Complementary color

Complementary color for #hex is #4C8B4A.


I love getcolorcode.com

Triadic colors

1 #B5B374 and #74B5B3 with #B374B5 are triadic colors.

2 #B574B3 and #74B3B5 with #B374B5 are triadic colors.