COLOR #B884DE

HEX: #B884DE
RGB: (184,132,222)

Color info

#B884DE contains mainly red and blue colors. Web safe color of #B884DE is #CC99CC (or #C9C).

RGB color model

#B884DE color RGB value is (184,132,222).

  • red value is 184;
  • green value is 132;
  • blue value is 222.
RGB:
(184,132,222)
(72%,52%,87%)

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 222 of 255 = 87%

184
132
222

R + G + B ~ 70%. #B884DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 222 = 538 (100%)
R 184 of 538 ~ 34.2%
G 132 of 538 ~ 24.54%
B 222 of 538 ~ 41.26%

%34.2
%24.54
%41.26

CMYK color model

#B884DE color CMYK value is (17,41,0,13).

  • cyan value is 17.12%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,41,0,13)
C17M41Y0K13 
(17%,41%,0%,13%)
(0.17/0.41/0.00/0.13)	

CMYK percentages

%17.12
%40.54
%0
%12.94

Codes

Color #B884DE in popluar color models

B884DE
RGB184132222
HSL275°57.69%69.41%
HSB/HSV275°40.54%87.06%
CMYK17.12%40.54%0.00%
12.94%

Color #B884DE in popluar number systems.

HEXB884DE
Decimal184132222
Binary101110001000010011011110
Octal270204336

Shades and tints

Shades of #B884DE

#B884DE
(184,132,222)
#A878CA
(168,120,202)
#986CB6
(152,108,182)
#8860A2
(136,96,162)
#78548E
(120,84,142)
#68487A
(104,72,122)
#583C66
(88,60,102)
#483052
(72,48,82)
#38243E
(56,36,62)
#28182A
(40,24,42)
#180C16
(24,12,22)
#000000
(0,0,0)

Tints of #B884DE

#B884DE
(184,132,222)
#BE8FE1
(190,143,225)
#C49AE4
(196,154,228)
#CAA5E7
(202,165,231)
#D0B0EA
(208,176,234)
#D6BBED
(214,187,237)
#DCC6F0
(220,198,240)
#E2D1F3
(226,209,243)
#E8DCF6
(232,220,246)
#EEE7F9
(238,231,249)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B884DE color. Also use rgb(184,132,222) instead hex code.

Text Font Color

.myTextColor { color: #B884DE; }

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

This text font color is #B884DE.


Background Color

.myBgColor { background-color: #B884DE; }

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

This div background color is #B884DE.


Border color

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

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

This div border color is #B884DE.


Opacity

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

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

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

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

This text has shadow with #B884DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B884DE on black background.


Color preview on white background

This text has color #B884DE on white background.



Black color preview on #B884DE background

This text has black color on #B884DE background.


White color preview on #B884DE background

This text has white color on #B884DE background.