COLOR #B871B2

HEX: #B871B2 RGB: (184,113,178)

Color info

#B871B2 contains mainly red and blue colors. Web safe color of #B871B2 is #CC6699 (or #C69).

RGB color model

#B871B2 color RGB value is (184,113,178).

RGB: (184,113,178) (72%, 44%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 113 of 255 = 44%
B 178 of 255 = 70%

184
113
178

R + G + B ~ 62%. #B871B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 113 + 178 = 475 (100%)
R 184 of 475 ~ 38.74%
G 113 of 475 ~ 23.79%
B 178 of 475 ~ 37.47'%

%38.74
%23.79
%37.47

CMYK color model

#B871B2 color CMYK value is (0,39,3,28).

  • cyan value is 0.00%
  • magenta value is 38.59%
  • yellow value is 3.26%
  • key color value is 27.84%

CMYK: (0,39,3,28)
C0M39Y3K28 (0%, 39%, 3%, 28%)
(0.00 / 0.39 / 0.03 / 0.28)

CMYK percentages

%0
%38.59
%3.26
%27.84

Codes

Color #B871B2 in popluar color models

B8 71 B2
RGB 184 113 178
HSL 305° 33.33% 58.24%
HSB/HSV 305° 38.59% 72.16%
CMYK 0.00% 38.59% 3.26%
27.84%

Color #B871B2 in popluar number systems.

HEX B8 71 B2
Decimal 184 113 178
Binary 10111000 1110001 10110010
Octal 270 161 262

Shades and tints

Shades of #B871B2

#B871B2
(184,113,178)
#A867A2
(168,103,162)
#985D92
(152,93,146)
#885382
(136,83,130)
#784972
(120,73,114)
#683F62
(104,63,98)
#583552
(88,53,82)
#482B42
(72,43,66)
#382132
(56,33,50)
#281722
(40,23,34)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #B871B2

#B871B2
(184,113,178)
#BE7DB9
(190,125,185)
#C489C0
(196,137,192)
#CA95C7
(202,149,199)
#D0A1CE
(208,161,206)
#D6ADD5
(214,173,213)
#DCB9DC
(220,185,220)
#E2C5E3
(226,197,227)
#E8D1EA
(232,209,234)
#EEDDF1
(238,221,241)
#F4E9F8
(244,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B871B2; }

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

This text font color is #B871B2.

Background Color

.myBgColor { background-color: #B871B2; }

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

This div background color is #B871B2.

Border color

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

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

This div border color is #B871B2.

Opacity

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

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

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

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

This text has shadow with #B871B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B871B2.

Preview

Color preview on black background

This text has color #B871B2 on black background.


Color preview on white background

This text has color #B871B2 on white background.


Black color preview on #B871B2 background

This text has black color on #B871B2 background.


White color preview on #B871B2 background

This text has white color on #B871B2 background.


Related colors

Complementary color

Complementary color for #hex is #478E4D.


I love getcolorcode.com

Triadic colors

1 #B2B871 and #71B2B8 with #B871B2 are triadic colors.

2 #B271B8 and #71B8B2 with #B871B2 are triadic colors.