COLOR #B871D6

HEX: #B871D6
RGB: (184,113,214)

Color info

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

RGB color model

#B871D6 color RGB value is (184,113,214).

  • red value is 184;
  • green value is 113;
  • blue value is 214.
RGB:
(184,113,214)
(72%,44%,84%)

RGB channels and saturation

R 184 of 255 = 72%
G 113 of 255 = 44%
B 214 of 255 = 84%

184
113
214

R + G + B ~ 67%. #B871D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 113 + 214 = 511 (100%)
R 184 of 511 ~ 36.01%
G 113 of 511 ~ 22.11%
B 214 of 511 ~ 41.88%

%36.01
%22.11
%41.88

CMYK color model

#B871D6 color CMYK value is (14,47,0,16).

  • cyan value is 14.02%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,47,0,16)
C14M47Y0K16 
(14%,47%,0%,16%)
(0.14/0.47/0.00/0.16)	

CMYK percentages

%14.02
%47.2
%0
%16.08

Codes

Color #B871D6 in popluar color models

B871D6
RGB184113214
HSL282°55.19%64.12%
HSB/HSV282°47.20%83.92%
CMYK14.02%47.20%0.00%
16.08%

Color #B871D6 in popluar number systems.

HEXB871D6
Decimal184113214
Binary10111000111000111010110
Octal270161326

Shades and tints

Shades of #B871D6

#B871D6
(184,113,214)
#A867C3
(168,103,195)
#985DB0
(152,93,176)
#88539D
(136,83,157)
#78498A
(120,73,138)
#683F77
(104,63,119)
#583564
(88,53,100)
#482B51
(72,43,81)
#38213E
(56,33,62)
#28172B
(40,23,43)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #B871D6

#B871D6
(184,113,214)
#BE7DD9
(190,125,217)
#C489DC
(196,137,220)
#CA95DF
(202,149,223)
#D0A1E2
(208,161,226)
#D6ADE5
(214,173,229)
#DCB9E8
(220,185,232)
#E2C5EB
(226,197,235)
#E8D1EE
(232,209,238)
#EEDDF1
(238,221,241)
#F4E9F4
(244,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B871D6 color. Also use rgb(184,113,214) instead hex code.

Text Font Color

.myTextColor { color: #B871D6; }

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

This text font color is #B871D6.


Background Color

.myBgColor { background-color: #B871D6; }

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

This div background color is #B871D6.


Border color

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

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

This div border color is #B871D6.


Opacity

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

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

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

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

This text has shadow with #B871D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B871D6 on black background.


Color preview on white background

This text has color #B871D6 on white background.



Black color preview on #B871D6 background

This text has black color on #B871D6 background.


White color preview on #B871D6 background

This text has white color on #B871D6 background.