COLOR #B381B7

HEX: #B381B7
RGB: (179,129,183)

Color info

#B381B7 contains red, green and blue colors in about the same proportion. Web safe color of #B381B7 is #9999CC (or #99C).

RGB color model

#B381B7 color RGB value is (179,129,183).

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

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 183 of 255 = 72%

179
129
183

R + G + B ~ 64%. #B381B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 183 = 491 (100%)
R 179 of 491 ~ 36.46%
G 129 of 491 ~ 26.27%
B 183 of 491 ~ 37.27%

%36.46
%26.27
%37.27

CMYK color model

#B381B7 color CMYK value is (2,30,0,28).

  • cyan value is 2.19%
  • magenta value is 29.51%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,30,0,28)
C2M30Y0K28 
(2%,30%,0%,28%)
(0.02/0.30/0.00/0.28)	

CMYK percentages

%2.19
%29.51
%0
%28.24

Codes

Color #B381B7 in popluar color models

B381B7
RGB179129183
HSL296°27.27%61.18%
HSB/HSV296°29.51%71.76%
CMYK2.19%29.51%0.00%
28.24%

Color #B381B7 in popluar number systems.

HEXB381B7
Decimal179129183
Binary101100111000000110110111
Octal263201267

Shades and tints

Shades of #B381B7

#B381B7
(179,129,183)
#A376A7
(163,118,167)
#936B97
(147,107,151)
#836087
(131,96,135)
#735577
(115,85,119)
#634A67
(99,74,103)
#533F57
(83,63,87)
#433447
(67,52,71)
#332937
(51,41,55)
#231E27
(35,30,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #B381B7

#B381B7
(179,129,183)
#B98CBD
(185,140,189)
#BF97C3
(191,151,195)
#C5A2C9
(197,162,201)
#CBADCF
(203,173,207)
#D1B8D5
(209,184,213)
#D7C3DB
(215,195,219)
#DDCEE1
(221,206,225)
#E3D9E7
(227,217,231)
#E9E4ED
(233,228,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B381B7; }

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

This text font color is #B381B7.


Background Color

.myBgColor { background-color: #B381B7; }

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

This div background color is #B381B7.


Border color

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

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

This div border color is #B381B7.


Opacity

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

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

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

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

This text has shadow with #B381B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B381B7 on black background.


Color preview on white background

This text has color #B381B7 on white background.



Black color preview on #B381B7 background

This text has black color on #B381B7 background.


White color preview on #B381B7 background

This text has white color on #B381B7 background.