COLOR #B383B2

HEX: #B383B2
RGB: (179,131,178)

Color info

#B383B2 contains red, green and blue colors in about the same proportion. Web safe color of #B383B2 is #999999 (or #999).

RGB color model

#B383B2 color RGB value is (179,131,178).

  • red value is 179;
  • green value is 131;
  • blue value is 178.
RGB:
(179,131,178)
(70%,51%,70%)

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 178 of 255 = 70%

179
131
178

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

Portions of RGB colors in percentages

R + G + B =
179 + 131 + 178 = 488 (100%)
R 179 of 488 ~ 36.68%
G 131 of 488 ~ 26.84%
B 178 of 488 ~ 36.48%

%36.68
%26.84
%36.48

CMYK color model

#B383B2 color CMYK value is (0,27,1,30).

  • cyan value is 0.00%
  • magenta value is 26.82%
  • yellow value is 0.56%
  • key color value is 29.80%
CMYK:
(0,27,1,30)
C0M27Y1K30 
(0%,27%,1%,30%)
(0.00/0.27/0.01/0.30)	

CMYK percentages

%0
%26.82
%0.56
%29.8

Codes

Color #B383B2 in popluar color models

B383B2
RGB179131178
HSL301°24.00%60.78%
HSB/HSV301°26.82%70.20%
CMYK0.00%26.82%0.56%
29.80%

Color #B383B2 in popluar number systems.

HEXB383B2
Decimal179131178
Binary101100111000001110110010
Octal263203262

Shades and tints

Shades of #B383B2

#B383B2
(179,131,178)
#A378A2
(163,120,162)
#936D92
(147,109,146)
#836282
(131,98,130)
#735772
(115,87,114)
#634C62
(99,76,98)
#534152
(83,65,82)
#433642
(67,54,66)
#332B32
(51,43,50)
#232022
(35,32,34)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B383B2

#B383B2
(179,131,178)
#B98EB9
(185,142,185)
#BF99C0
(191,153,192)
#C5A4C7
(197,164,199)
#CBAFCE
(203,175,206)
#D1BAD5
(209,186,213)
#D7C5DC
(215,197,220)
#DDD0E3
(221,208,227)
#E3DBEA
(227,219,234)
#E9E6F1
(233,230,241)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B383B2 color. Also use rgb(179,131,178) instead hex code.

Text Font Color

.myTextColor { color: #B383B2; }

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

This text font color is #B383B2.


Background Color

.myBgColor { background-color: #B383B2; }

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

This div background color is #B383B2.


Border color

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

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

This div border color is #B383B2.


Opacity

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

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

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

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

This text has shadow with #B383B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B383B2 on black background.


Color preview on white background

This text has color #B383B2 on white background.



Black color preview on #B383B2 background

This text has black color on #B383B2 background.


White color preview on #B383B2 background

This text has white color on #B383B2 background.