COLOR #B381D5

HEX: #B381D5
RGB: (179,129,213)

Color info

#B381D5 contains mainly red and blue colors. Web safe color of #B381D5 is #9999CC (or #99C).

RGB color model

#B381D5 color RGB value is (179,129,213).

  • red value is 179;
  • green value is 129;
  • blue value is 213.
RGB:
(179,129,213)
(70%,51%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 213 of 255 = 84%

179
129
213

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

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 213 = 521 (100%)
R 179 of 521 ~ 34.36%
G 129 of 521 ~ 24.76%
B 213 of 521 ~ 40.88%

%34.36
%24.76
%40.88

CMYK color model

#B381D5 color CMYK value is (16,39,0,16).

  • cyan value is 15.96%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(16,39,0,16)
C16M39Y0K16 
(16%,39%,0%,16%)
(0.16/0.39/0.00/0.16)	

CMYK percentages

%15.96
%39.44
%0
%16.47

Codes

Color #B381D5 in popluar color models

B381D5
RGB179129213
HSL276°50.00%67.06%
HSB/HSV276°39.44%83.53%
CMYK15.96%39.44%0.00%
16.47%

Color #B381D5 in popluar number systems.

HEXB381D5
Decimal179129213
Binary101100111000000111010101
Octal263201325

Shades and tints

Shades of #B381D5

#B381D5
(179,129,213)
#A376C2
(163,118,194)
#936BAF
(147,107,175)
#83609C
(131,96,156)
#735589
(115,85,137)
#634A76
(99,74,118)
#533F63
(83,63,99)
#433450
(67,52,80)
#33293D
(51,41,61)
#231E2A
(35,30,42)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #B381D5

#B381D5
(179,129,213)
#B98CD8
(185,140,216)
#BF97DB
(191,151,219)
#C5A2DE
(197,162,222)
#CBADE1
(203,173,225)
#D1B8E4
(209,184,228)
#D7C3E7
(215,195,231)
#DDCEEA
(221,206,234)
#E3D9ED
(227,217,237)
#E9E4F0
(233,228,240)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B381D5 color. Also use rgb(179,129,213) instead hex code.

Text Font Color

.myTextColor { color: #B381D5; }

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

This text font color is #B381D5.


Background Color

.myBgColor { background-color: #B381D5; }

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

This div background color is #B381D5.


Border color

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

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

This div border color is #B381D5.


Opacity

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

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

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

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

This text has shadow with #B381D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B381D5 on black background.


Color preview on white background

This text has color #B381D5 on white background.



Black color preview on #B381D5 background

This text has black color on #B381D5 background.


White color preview on #B381D5 background

This text has white color on #B381D5 background.