COLOR #B384D9

HEX: #B384D9 RGB: (179,132,217)

Color info

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

RGB color model

#B384D9 color RGB value is (179,132,217).

RGB: (179,132,217) (70%, 52%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 132 of 255 = 52%
B 217 of 255 = 85%

179
132
217

R + G + B ~ 69%. #B384D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 132 + 217 = 528 (100%)
R 179 of 528 ~ 33.9%
G 132 of 528 ~ 25%
B 217 of 528 ~ 41.1'%

%33.9
%25
%41.1

CMYK color model

#B384D9 color CMYK value is (18,39,0,15).

  • cyan value is 17.51%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (18,39,0,15) C18M39Y0K15 (18%,39%,0%,15%) (0.18/0.39/0.00/0.15) 

CMYK percentages

%17.51
%39.17
%0
%14.9

Codes

Color #B384D9 in popluar color models

B3 84 D9
RGB 179 132 217
HSL 273° 52.80% 68.43%
HSB/HSV 273° 39.17% 85.10%
CMYK 17.51% 39.17% 0.00%
14.90%

Color #B384D9 in popluar number systems.

HEX B3 84 D9
Decimal 179 132 217
Binary 10110011 10000100 11011001
Octal 263 204 331

Shades and tints

Shades of #B384D9

#B384D9
(179,132,217)
#A378C6
(163,120,198)
#936CB3
(147,108,179)
#8360A0
(131,96,160)
#73548D
(115,84,141)
#63487A
(99,72,122)
#533C67
(83,60,103)
#433054
(67,48,84)
#332441
(51,36,65)
#23182E
(35,24,46)
#130C1B
(19,12,27)
#000000
(0,0,0)

Tints of #B384D9

#B384D9
(179,132,217)
#B98FDC
(185,143,220)
#BF9ADF
(191,154,223)
#C5A5E2
(197,165,226)
#CBB0E5
(203,176,229)
#D1BBE8
(209,187,232)
#D7C6EB
(215,198,235)
#DDD1EE
(221,209,238)
#E3DCF1
(227,220,241)
#E9E7F4
(233,231,244)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B384D9; }

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

This text font color is #B384D9.

Background Color

.myBgColor { background-color: #B384D9; }

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

This div background color is #B384D9.

Border color

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

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

This div border color is #B384D9.

Opacity

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

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

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

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

This text has shadow with #B384D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B384D9.

Preview

Color preview on black background

This text has color #B384D9 on black background.


Color preview on white background

This text has color #B384D9 on white background.


Black color preview on #B384D9 background

This text has black color on #B384D9 background.


White color preview on #B384D9 background

This text has white color on #B384D9 background.


Related colors

Complementary color

Complementary color for #hex is #4C7B26.


I love getcolorcode.com

Triadic colors

1 #D9B384 and #84D9B3 with #B384D9 are triadic colors.

2 #D984B3 and #84B3D9 with #B384D9 are triadic colors.