COLOR #B384B7

HEX: #B384B7
RGB: (179,132,183)

Color info

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

RGB color model

#B384B7 color RGB value is (179,132,183).

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

RGB channels and saturation

R 179 of 255 = 70%
G 132 of 255 = 52%
B 183 of 255 = 72%

179
132
183

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

Portions of RGB colors in percentages

R + G + B =
179 + 132 + 183 = 494 (100%)
R 179 of 494 ~ 36.23%
G 132 of 494 ~ 26.72%
B 183 of 494 ~ 37.04%

%36.23
%26.72
%37.04

CMYK color model

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

  • cyan value is 2.19%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,28,0,28)
C2M28Y0K28 
(2%,28%,0%,28%)
(0.02/0.28/0.00/0.28)	

CMYK percentages

%2.19
%27.87
%0
%28.24

Codes

Color #B384B7 in popluar color models

B384B7
RGB179132183
HSL295°26.15%61.76%
HSB/HSV295°27.87%71.76%
CMYK2.19%27.87%0.00%
28.24%

Color #B384B7 in popluar number systems.

HEXB384B7
Decimal179132183
Binary101100111000010010110111
Octal263204267

Shades and tints

Shades of #B384B7

#B384B7
(179,132,183)
#A378A7
(163,120,167)
#936C97
(147,108,151)
#836087
(131,96,135)
#735477
(115,84,119)
#634867
(99,72,103)
#533C57
(83,60,87)
#433047
(67,48,71)
#332437
(51,36,55)
#231827
(35,24,39)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #B384B7

#B384B7
(179,132,183)
#B98FBD
(185,143,189)
#BF9AC3
(191,154,195)
#C5A5C9
(197,165,201)
#CBB0CF
(203,176,207)
#D1BBD5
(209,187,213)
#D7C6DB
(215,198,219)
#DDD1E1
(221,209,225)
#E3DCE7
(227,220,231)
#E9E7ED
(233,231,237)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B384B7; }

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

This text font color is #B384B7.


Background Color

.myBgColor { background-color: #B384B7; }

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

This div background color is #B384B7.


Border color

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

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

This div border color is #B384B7.


Opacity

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

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

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

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

This text has shadow with #B384B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B384B7 on black background.


Color preview on white background

This text has color #B384B7 on white background.



Black color preview on #B384B7 background

This text has black color on #B384B7 background.


White color preview on #B384B7 background

This text has white color on #B384B7 background.