COLOR #B384BE

HEX: #B384BE RGB: (179,132,190)

Color info

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

RGB color model

#B384BE color RGB value is (179,132,190).

RGB: (179,132,190) (70%, 52%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 132 of 255 = 52%
B 190 of 255 = 75%

179
132
190

R + G + B ~ 66%. #B384BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 132 + 190 = 501 (100%)
R 179 of 501 ~ 35.73%
G 132 of 501 ~ 26.35%
B 190 of 501 ~ 37.92'%

%35.73
%26.35
%37.92

CMYK color model

#B384BE color CMYK value is (6,31,0,25).

  • cyan value is 5.79%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (6,31,0,25)
C6M31Y0K25 (6%, 31%, 0%, 25%)
(0.06 / 0.31 / 0.00 / 0.25)

CMYK percentages

%5.79
%30.53
%0
%25.49

Codes

Color #B384BE in popluar color models

B3 84 BE
RGB 179 132 190
HSL 289° 30.85% 63.14%
HSB/HSV 289° 30.53% 74.51%
CMYK 5.79% 30.53% 0.00%
25.49%

Color #B384BE in popluar number systems.

HEX B3 84 BE
Decimal 179 132 190
Binary 10110011 10000100 10111110
Octal 263 204 276

Shades and tints

Shades of #B384BE

#B384BE
(179,132,190)
#A378AD
(163,120,173)
#936C9C
(147,108,156)
#83608B
(131,96,139)
#73547A
(115,84,122)
#634869
(99,72,105)
#533C58
(83,60,88)
#433047
(67,48,71)
#332436
(51,36,54)
#231825
(35,24,37)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #B384BE

#B384BE
(179,132,190)
#B98FC3
(185,143,195)
#BF9AC8
(191,154,200)
#C5A5CD
(197,165,205)
#CBB0D2
(203,176,210)
#D1BBD7
(209,187,215)
#D7C6DC
(215,198,220)
#DDD1E1
(221,209,225)
#E3DCE6
(227,220,230)
#E9E7EB
(233,231,235)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B384BE; }

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

This text font color is #B384BE.

Background Color

.myBgColor { background-color: #B384BE; }

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

This div background color is #B384BE.

Border color

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

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

This div border color is #B384BE.

Opacity

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

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

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

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

This text has shadow with #B384BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B384BE.

Preview

Color preview on black background

This text has color #B384BE on black background.


Color preview on white background

This text has color #B384BE on white background.


Black color preview on #B384BE background

This text has black color on #B384BE background.


White color preview on #B384BE background

This text has white color on #B384BE background.


Related colors

Complementary color

Complementary color for #hex is #4C7B41.


I love getcolorcode.com

Triadic colors

1 #BEB384 and #84BEB3 with #B384BE are triadic colors.

2 #BE84B3 and #84B3BE with #B384BE are triadic colors.