COLOR #B871D9

HEX: #B871D9
RGB: (184,113,217)

Color info

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

RGB color model

#B871D9 color RGB value is (184,113,217).

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

RGB channels and saturation

R 184 of 255 = 72%
G 113 of 255 = 44%
B 217 of 255 = 85%

184
113
217

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

Portions of RGB colors in percentages

R + G + B =
184 + 113 + 217 = 514 (100%)
R 184 of 514 ~ 35.8%
G 113 of 514 ~ 21.98%
B 217 of 514 ~ 42.22%

%35.8
%21.98
%42.22

CMYK color model

#B871D9 color CMYK value is (15,48,0,15).

  • cyan value is 15.21%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(15,48,0,15)
C15M48Y0K15 
(15%,48%,0%,15%)
(0.15/0.48/0.00/0.15)	

CMYK percentages

%15.21
%47.93
%0
%14.9

Codes

Color #B871D9 in popluar color models

B871D9
RGB184113217
HSL281°57.78%64.71%
HSB/HSV281°47.93%85.10%
CMYK15.21%47.93%0.00%
14.90%

Color #B871D9 in popluar number systems.

HEXB871D9
Decimal184113217
Binary10111000111000111011001
Octal270161331

Shades and tints

Shades of #B871D9

#B871D9
(184,113,217)
#A867C6
(168,103,198)
#985DB3
(152,93,179)
#8853A0
(136,83,160)
#78498D
(120,73,141)
#683F7A
(104,63,122)
#583567
(88,53,103)
#482B54
(72,43,84)
#382141
(56,33,65)
#28172E
(40,23,46)
#180D1B
(24,13,27)
#000000
(0,0,0)

Tints of #B871D9

#B871D9
(184,113,217)
#BE7DDC
(190,125,220)
#C489DF
(196,137,223)
#CA95E2
(202,149,226)
#D0A1E5
(208,161,229)
#D6ADE8
(214,173,232)
#DCB9EB
(220,185,235)
#E2C5EE
(226,197,238)
#E8D1F1
(232,209,241)
#EEDDF4
(238,221,244)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B871D9; }

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

This text font color is #B871D9.


Background Color

.myBgColor { background-color: #B871D9; }

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

This div background color is #B871D9.


Border color

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

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

This div border color is #B871D9.


Opacity

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

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

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

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

This text has shadow with #B871D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B871D9 on black background.


Color preview on white background

This text has color #B871D9 on white background.



Black color preview on #B871D9 background

This text has black color on #B871D9 background.


White color preview on #B871D9 background

This text has white color on #B871D9 background.