COLOR #B380D9

HEX: #B380D9
RGB: (179,128,217)

Color info

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

RGB color model

#B380D9 color RGB value is (179,128,217).

  • red value is 179;
  • green value is 128;
  • blue value is 217.
RGB:
(179,128,217)
(70%,50%,85%)

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 217 of 255 = 85%

179
128
217

R + G + B ~ 68%. #B380D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 128 + 217 = 524 (100%)
R 179 of 524 ~ 34.16%
G 128 of 524 ~ 24.43%
B 217 of 524 ~ 41.41%

%34.16
%24.43
%41.41

CMYK color model

#B380D9 color CMYK value is (18,41,0,15).

  • cyan value is 17.51%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(18,41,0,15)
C18M41Y0K15 
(18%,41%,0%,15%)
(0.18/0.41/0.00/0.15)	

CMYK percentages

%17.51
%41.01
%0
%14.9

Codes

Color #B380D9 in popluar color models

B380D9
RGB179128217
HSL274°53.94%67.65%
HSB/HSV274°41.01%85.10%
CMYK17.51%41.01%0.00%
14.90%

Color #B380D9 in popluar number systems.

HEXB380D9
Decimal179128217
Binary101100111000000011011001
Octal263200331

Shades and tints

Shades of #B380D9

#B380D9
(179,128,217)
#A375C6
(163,117,198)
#936AB3
(147,106,179)
#835FA0
(131,95,160)
#73548D
(115,84,141)
#63497A
(99,73,122)
#533E67
(83,62,103)
#433354
(67,51,84)
#332841
(51,40,65)
#231D2E
(35,29,46)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #B380D9

#B380D9
(179,128,217)
#B98BDC
(185,139,220)
#BF96DF
(191,150,223)
#C5A1E2
(197,161,226)
#CBACE5
(203,172,229)
#D1B7E8
(209,183,232)
#D7C2EB
(215,194,235)
#DDCDEE
(221,205,238)
#E3D8F1
(227,216,241)
#E9E3F4
(233,227,244)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B380D9 color. Also use rgb(179,128,217) instead hex code.

Text Font Color

.myTextColor { color: #B380D9; }

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

This text font color is #B380D9.


Background Color

.myBgColor { background-color: #B380D9; }

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

This div background color is #B380D9.


Border color

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

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

This div border color is #B380D9.


Opacity

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

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

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

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

This text has shadow with #B380D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B380D9 on black background.


Color preview on white background

This text has color #B380D9 on white background.



Black color preview on #B380D9 background

This text has black color on #B380D9 background.


White color preview on #B380D9 background

This text has white color on #B380D9 background.