COLOR #B887FD

HEX: #B887FD
RGB: (184,135,253)

Color info

#B887FD contains mainly blue color. Web safe color of #B887FD is #CC99FF (or #C9F).

RGB color model

#B887FD color RGB value is (184,135,253).

  • red value is 184;
  • green value is 135;
  • blue value is 253.
RGB:
(184,135,253)
(72%,53%,99%)

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 253 of 255 = 99%

184
135
253

R + G + B ~ 75%. #B887FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 253 = 572 (100%)
R 184 of 572 ~ 32.17%
G 135 of 572 ~ 23.6%
B 253 of 572 ~ 44.23%

%32.17
%23.6
%44.23

CMYK color model

#B887FD color CMYK value is (27,47,0,1).

  • cyan value is 27.27%
  • magenta value is 46.64%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(27,47,0,1)
C27M47Y0K1 
(27%,47%,0%,1%)
(0.27/0.47/0.00/0.01)	

CMYK percentages

%27.27
%46.64
%0
%0.78

Codes

Color #B887FD in popluar color models

B887FD
RGB184135253
HSL265°96.72%76.08%
HSB/HSV265°46.64%99.22%
CMYK27.27%46.64%0.00%
0.78%

Color #B887FD in popluar number systems.

HEXB887FD
Decimal184135253
Binary101110001000011111111101
Octal270207375

Shades and tints

Shades of #B887FD

#B887FD
(184,135,253)
#A87BE6
(168,123,230)
#986FCF
(152,111,207)
#8863B8
(136,99,184)
#7857A1
(120,87,161)
#684B8A
(104,75,138)
#583F73
(88,63,115)
#48335C
(72,51,92)
#382745
(56,39,69)
#281B2E
(40,27,46)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #B887FD

#B887FD
(184,135,253)
#BE91FD
(190,145,253)
#C49BFD
(196,155,253)
#CAA5FD
(202,165,253)
#D0AFFD
(208,175,253)
#D6B9FD
(214,185,253)
#DCC3FD
(220,195,253)
#E2CDFD
(226,205,253)
#E8D7FD
(232,215,253)
#EEE1FD
(238,225,253)
#F4EBFD
(244,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B887FD color. Also use rgb(184,135,253) instead hex code.

Text Font Color

.myTextColor { color: #B887FD; }

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

This text font color is #B887FD.


Background Color

.myBgColor { background-color: #B887FD; }

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

This div background color is #B887FD.


Border color

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

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

This div border color is #B887FD.


Opacity

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

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

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

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

This text has shadow with #B887FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B887FD on black background.


Color preview on white background

This text has color #B887FD on white background.



Black color preview on #B887FD background

This text has black color on #B887FD background.


White color preview on #B887FD background

This text has white color on #B887FD background.