COLOR #B378C9

HEX: #B378C9
RGB: (179,120,201)

Color info

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

RGB color model

#B378C9 color RGB value is (179,120,201).

  • red value is 179;
  • green value is 120;
  • blue value is 201.
RGB:
(179,120,201)
(70%,47%,79%)

RGB channels and saturation

R 179 of 255 = 70%
G 120 of 255 = 47%
B 201 of 255 = 79%

179
120
201

R + G + B ~ 65%. #B378C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 120 + 201 = 500 (100%)
R 179 of 500 ~ 35.8%
G 120 of 500 ~ 24%
B 201 of 500 ~ 40.2%

%35.8
%24
%40.2

CMYK color model

#B378C9 color CMYK value is (11,40,0,21).

  • cyan value is 10.95%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(11,40,0,21)
C11M40Y0K21 
(11%,40%,0%,21%)
(0.11/0.40/0.00/0.21)	

CMYK percentages

%10.95
%40.3
%0
%21.18

Codes

Color #B378C9 in popluar color models

B378C9
RGB179120201
HSL284°42.86%62.94%
HSB/HSV284°40.30%78.82%
CMYK10.95%40.30%0.00%
21.18%

Color #B378C9 in popluar number systems.

HEXB378C9
Decimal179120201
Binary10110011111100011001001
Octal263170311

Shades and tints

Shades of #B378C9

#B378C9
(179,120,201)
#A36EB7
(163,110,183)
#9364A5
(147,100,165)
#835A93
(131,90,147)
#735081
(115,80,129)
#63466F
(99,70,111)
#533C5D
(83,60,93)
#43324B
(67,50,75)
#332839
(51,40,57)
#231E27
(35,30,39)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B378C9

#B378C9
(179,120,201)
#B984CD
(185,132,205)
#BF90D1
(191,144,209)
#C59CD5
(197,156,213)
#CBA8D9
(203,168,217)
#D1B4DD
(209,180,221)
#D7C0E1
(215,192,225)
#DDCCE5
(221,204,229)
#E3D8E9
(227,216,233)
#E9E4ED
(233,228,237)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B378C9 color. Also use rgb(179,120,201) instead hex code.

Text Font Color

.myTextColor { color: #B378C9; }

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

This text font color is #B378C9.


Background Color

.myBgColor { background-color: #B378C9; }

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

This div background color is #B378C9.


Border color

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

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

This div border color is #B378C9.


Opacity

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

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

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

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

This text has shadow with #B378C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B378C9 on black background.


Color preview on white background

This text has color #B378C9 on white background.



Black color preview on #B378C9 background

This text has black color on #B378C9 background.


White color preview on #B378C9 background

This text has white color on #B378C9 background.