COLOR #B381D7

HEX: #B381D7 RGB: (179,129,215)

Color info

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

RGB color model

#B381D7 color RGB value is (179,129,215).

RGB: (179,129,215) (70%, 51%, 84%)

RGB channels and saturation

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

179
129
215

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

Portions of RGB colors in percentages

R + G + B = 179 + 129 + 215 = 523 (100%)
R 179 of 523 ~ 34.23%
G 129 of 523 ~ 24.67%
B 215 of 523 ~ 41.11'%

%34.23
%24.67
%41.11

CMYK color model

#B381D7 color CMYK value is (17,40,0,16).

  • cyan value is 16.74%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (17,40,0,16)
C17M40Y0K16 (17%, 40%, 0%, 16%)
(0.17 / 0.40 / 0.00 / 0.16)

CMYK percentages

%16.74
%40
%0
%15.69

Codes

Color #B381D7 in popluar color models

B3 81 D7
RGB 179 129 215
HSL 275° 51.81% 67.45%
HSB/HSV 275° 40.00% 84.31%
CMYK 16.74% 40.00% 0.00%
15.69%

Color #B381D7 in popluar number systems.

HEX B3 81 D7
Decimal 179 129 215
Binary 10110011 10000001 11010111
Octal 263 201 327

Shades and tints

Shades of #B381D7

#B381D7
(179,129,215)
#A376C4
(163,118,196)
#936BB1
(147,107,177)
#83609E
(131,96,158)
#73558B
(115,85,139)
#634A78
(99,74,120)
#533F65
(83,63,101)
#433452
(67,52,82)
#33293F
(51,41,63)
#231E2C
(35,30,44)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #B381D7

#B381D7
(179,129,215)
#B98CDA
(185,140,218)
#BF97DD
(191,151,221)
#C5A2E0
(197,162,224)
#CBADE3
(203,173,227)
#D1B8E6
(209,184,230)
#D7C3E9
(215,195,233)
#DDCEEC
(221,206,236)
#E3D9EF
(227,217,239)
#E9E4F2
(233,228,242)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B381D7; }

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

This text font color is #B381D7.

Background Color

.myBgColor { background-color: #B381D7; }

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

This div background color is #B381D7.

Border color

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

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

This div border color is #B381D7.

Opacity

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

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

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

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

This text has shadow with #B381D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B381D7.

Preview

Color preview on black background

This text has color #B381D7 on black background.


Color preview on white background

This text has color #B381D7 on white background.


Black color preview on #B381D7 background

This text has black color on #B381D7 background.


White color preview on #B381D7 background

This text has white color on #B381D7 background.


Related colors

Complementary color

Complementary color for #hex is #4C7E28.


I love getcolorcode.com

Triadic colors

1 #D7B381 and #81D7B3 with #B381D7 are triadic colors.

2 #D781B3 and #81B3D7 with #B381D7 are triadic colors.