COLOR #B384C7

HEX: #B384C7
RGB: (179,132,199)

Color info

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

RGB color model

#B384C7 color RGB value is (179,132,199).

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

RGB channels and saturation

R 179 of 255 = 70%
G 132 of 255 = 52%
B 199 of 255 = 78%

179
132
199

R + G + B ~ 67%. #B384C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 132 + 199 = 510 (100%)
R 179 of 510 ~ 35.1%
G 132 of 510 ~ 25.88%
B 199 of 510 ~ 39.02%

%35.1
%25.88
%39.02

CMYK color model

#B384C7 color CMYK value is (10,34,0,22).

  • cyan value is 10.05%
  • magenta value is 33.67%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,34,0,22)
C10M34Y0K22 
(10%,34%,0%,22%)
(0.10/0.34/0.00/0.22)	

CMYK percentages

%10.05
%33.67
%0
%21.96

Codes

Color #B384C7 in popluar color models

B384C7
RGB179132199
HSL282°37.43%64.90%
HSB/HSV282°33.67%78.04%
CMYK10.05%33.67%0.00%
21.96%

Color #B384C7 in popluar number systems.

HEXB384C7
Decimal179132199
Binary101100111000010011000111
Octal263204307

Shades and tints

Shades of #B384C7

#B384C7
(179,132,199)
#A378B5
(163,120,181)
#936CA3
(147,108,163)
#836091
(131,96,145)
#73547F
(115,84,127)
#63486D
(99,72,109)
#533C5B
(83,60,91)
#433049
(67,48,73)
#332437
(51,36,55)
#231825
(35,24,37)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #B384C7

#B384C7
(179,132,199)
#B98FCC
(185,143,204)
#BF9AD1
(191,154,209)
#C5A5D6
(197,165,214)
#CBB0DB
(203,176,219)
#D1BBE0
(209,187,224)
#D7C6E5
(215,198,229)
#DDD1EA
(221,209,234)
#E3DCEF
(227,220,239)
#E9E7F4
(233,231,244)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B384C7; }

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

This text font color is #B384C7.


Background Color

.myBgColor { background-color: #B384C7; }

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

This div background color is #B384C7.


Border color

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

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

This div border color is #B384C7.


Opacity

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

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

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

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

This text has shadow with #B384C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B384C7 on black background.


Color preview on white background

This text has color #B384C7 on white background.



Black color preview on #B384C7 background

This text has black color on #B384C7 background.


White color preview on #B384C7 background

This text has white color on #B384C7 background.