COLOR #B381BB

HEX: #B381BB
RGB: (179,129,187)

Color info

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

RGB color model

#B381BB color RGB value is (179,129,187).

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

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 187 of 255 = 73%

179
129
187

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

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 187 = 495 (100%)
R 179 of 495 ~ 36.16%
G 129 of 495 ~ 26.06%
B 187 of 495 ~ 37.78%

%36.16
%26.06
%37.78

CMYK color model

#B381BB color CMYK value is (4,31,0,27).

  • cyan value is 4.28%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(4,31,0,27)
C4M31Y0K27 
(4%,31%,0%,27%)
(0.04/0.31/0.00/0.27)	

CMYK percentages

%4.28
%31.02
%0
%26.67

Codes

Color #B381BB in popluar color models

B381BB
RGB179129187
HSL292°29.90%61.96%
HSB/HSV292°31.02%73.33%
CMYK4.28%31.02%0.00%
26.67%

Color #B381BB in popluar number systems.

HEXB381BB
Decimal179129187
Binary101100111000000110111011
Octal263201273

Shades and tints

Shades of #B381BB

#B381BB
(179,129,187)
#A376AA
(163,118,170)
#936B99
(147,107,153)
#836088
(131,96,136)
#735577
(115,85,119)
#634A66
(99,74,102)
#533F55
(83,63,85)
#433444
(67,52,68)
#332933
(51,41,51)
#231E22
(35,30,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #B381BB

#B381BB
(179,129,187)
#B98CC1
(185,140,193)
#BF97C7
(191,151,199)
#C5A2CD
(197,162,205)
#CBADD3
(203,173,211)
#D1B8D9
(209,184,217)
#D7C3DF
(215,195,223)
#DDCEE5
(221,206,229)
#E3D9EB
(227,217,235)
#E9E4F1
(233,228,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B381BB; }

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

This text font color is #B381BB.


Background Color

.myBgColor { background-color: #B381BB; }

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

This div background color is #B381BB.


Border color

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

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

This div border color is #B381BB.


Opacity

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

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

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

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

This text has shadow with #B381BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B381BB on black background.


Color preview on white background

This text has color #B381BB on white background.



Black color preview on #B381BB background

This text has black color on #B381BB background.


White color preview on #B381BB background

This text has white color on #B381BB background.