COLOR #B87FD4

HEX: #B87FD4
RGB: (184,127,212)

Color info

#B87FD4 contains mainly red and blue colors. Web safe color of #B87FD4 is #CC66CC (or #C6C).

RGB color model

#B87FD4 color RGB value is (184,127,212).

  • red value is 184;
  • green value is 127;
  • blue value is 212.
RGB:
(184,127,212)
(72%,50%,83%)

RGB channels and saturation

R 184 of 255 = 72%
G 127 of 255 = 50%
B 212 of 255 = 83%

184
127
212

R + G + B ~ 68%. #B87FD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 127 + 212 = 523 (100%)
R 184 of 523 ~ 35.18%
G 127 of 523 ~ 24.28%
B 212 of 523 ~ 40.54%

%35.18
%24.28
%40.54

CMYK color model

#B87FD4 color CMYK value is (13,40,0,17).

  • cyan value is 13.21%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(13,40,0,17)
C13M40Y0K17 
(13%,40%,0%,17%)
(0.13/0.40/0.00/0.17)	

CMYK percentages

%13.21
%40.09
%0
%16.86

Codes

Color #B87FD4 in popluar color models

B87FD4
RGB184127212
HSL280°49.71%66.47%
HSB/HSV280°40.09%83.14%
CMYK13.21%40.09%0.00%
16.86%

Color #B87FD4 in popluar number systems.

HEXB87FD4
Decimal184127212
Binary10111000111111111010100
Octal270177324

Shades and tints

Shades of #B87FD4

#B87FD4
(184,127,212)
#A874C1
(168,116,193)
#9869AE
(152,105,174)
#885E9B
(136,94,155)
#785388
(120,83,136)
#684875
(104,72,117)
#583D62
(88,61,98)
#48324F
(72,50,79)
#38273C
(56,39,60)
#281C29
(40,28,41)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #B87FD4

#B87FD4
(184,127,212)
#BE8AD7
(190,138,215)
#C495DA
(196,149,218)
#CAA0DD
(202,160,221)
#D0ABE0
(208,171,224)
#D6B6E3
(214,182,227)
#DCC1E6
(220,193,230)
#E2CCE9
(226,204,233)
#E8D7EC
(232,215,236)
#EEE2EF
(238,226,239)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87FD4 color. Also use rgb(184,127,212) instead hex code.

Text Font Color

.myTextColor { color: #B87FD4; }

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

This text font color is #B87FD4.


Background Color

.myBgColor { background-color: #B87FD4; }

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

This div background color is #B87FD4.


Border color

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

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

This div border color is #B87FD4.


Opacity

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

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

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

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

This text has shadow with #B87FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87FD4 on black background.


Color preview on white background

This text has color #B87FD4 on white background.



Black color preview on #B87FD4 background

This text has black color on #B87FD4 background.


White color preview on #B87FD4 background

This text has white color on #B87FD4 background.