COLOR #B374D8

HEX: #B374D8
RGB: (179,116,216)

Color info

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

RGB color model

#B374D8 color RGB value is (179,116,216).

  • red value is 179;
  • green value is 116;
  • blue value is 216.
RGB:
(179,116,216)
(70%,45%,85%)

RGB channels and saturation

R 179 of 255 = 70%
G 116 of 255 = 45%
B 216 of 255 = 85%

179
116
216

R + G + B ~ 67%. #B374D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 116 + 216 = 511 (100%)
R 179 of 511 ~ 35.03%
G 116 of 511 ~ 22.7%
B 216 of 511 ~ 42.27%

%35.03
%22.7
%42.27

CMYK color model

#B374D8 color CMYK value is (17,46,0,15).

  • cyan value is 17.13%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(17,46,0,15)
C17M46Y0K15 
(17%,46%,0%,15%)
(0.17/0.46/0.00/0.15)	

CMYK percentages

%17.13
%46.3
%0
%15.29

Codes

Color #B374D8 in popluar color models

B374D8
RGB179116216
HSL278°56.18%65.10%
HSB/HSV278°46.30%84.71%
CMYK17.13%46.30%0.00%
15.29%

Color #B374D8 in popluar number systems.

HEXB374D8
Decimal179116216
Binary10110011111010011011000
Octal263164330

Shades and tints

Shades of #B374D8

#B374D8
(179,116,216)
#A36AC5
(163,106,197)
#9360B2
(147,96,178)
#83569F
(131,86,159)
#734C8C
(115,76,140)
#634279
(99,66,121)
#533866
(83,56,102)
#432E53
(67,46,83)
#332440
(51,36,64)
#231A2D
(35,26,45)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #B374D8

#B374D8
(179,116,216)
#B980DB
(185,128,219)
#BF8CDE
(191,140,222)
#C598E1
(197,152,225)
#CBA4E4
(203,164,228)
#D1B0E7
(209,176,231)
#D7BCEA
(215,188,234)
#DDC8ED
(221,200,237)
#E3D4F0
(227,212,240)
#E9E0F3
(233,224,243)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B374D8; }

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

This text font color is #B374D8.


Background Color

.myBgColor { background-color: #B374D8; }

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

This div background color is #B374D8.


Border color

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

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

This div border color is #B374D8.


Opacity

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

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

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

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

This text has shadow with #B374D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B374D8 on black background.


Color preview on white background

This text has color #B374D8 on white background.



Black color preview on #B374D8 background

This text has black color on #B374D8 background.


White color preview on #B374D8 background

This text has white color on #B374D8 background.