COLOR #B87DB2

HEX: #B87DB2 RGB: (184,125,178)

Color info

#B87DB2 contains red, green and blue colors in about the same proportion. Web safe color of #B87DB2 is #CC6699 (or #C69).

RGB color model

#B87DB2 color RGB value is (184,125,178).

RGB: (184,125,178) (72%, 49%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 125 of 255 = 49%
B 178 of 255 = 70%

184
125
178

R + G + B ~ 64%. #B87DB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 125 + 178 = 487 (100%)
R 184 of 487 ~ 37.78%
G 125 of 487 ~ 25.67%
B 178 of 487 ~ 36.55'%

%37.78
%25.67
%36.55

CMYK color model

#B87DB2 color CMYK value is (0,32,3,28).

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

CMYK: (0,32,3,28)
C0M32Y3K28 (0%, 32%, 3%, 28%)
(0.00 / 0.32 / 0.03 / 0.28)

CMYK percentages

%0
%32.07
%3.26
%27.84

Codes

Color #B87DB2 in popluar color models

B8 7D B2
RGB 184 125 178
HSL 306° 29.35% 60.59%
HSB/HSV 306° 32.07% 72.16%
CMYK 0.00% 32.07% 3.26%
27.84%

Color #B87DB2 in popluar number systems.

HEX B8 7D B2
Decimal 184 125 178
Binary 10111000 1111101 10110010
Octal 270 175 262

Shades and tints

Shades of #B87DB2

#B87DB2
(184,125,178)
#A872A2
(168,114,162)
#986792
(152,103,146)
#885C82
(136,92,130)
#785172
(120,81,114)
#684662
(104,70,98)
#583B52
(88,59,82)
#483042
(72,48,66)
#382532
(56,37,50)
#281A22
(40,26,34)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #B87DB2

#B87DB2
(184,125,178)
#BE88B9
(190,136,185)
#C493C0
(196,147,192)
#CA9EC7
(202,158,199)
#D0A9CE
(208,169,206)
#D6B4D5
(214,180,213)
#DCBFDC
(220,191,220)
#E2CAE3
(226,202,227)
#E8D5EA
(232,213,234)
#EEE0F1
(238,224,241)
#F4EBF8
(244,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87DB2; }

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

This text font color is #B87DB2.

Background Color

.myBgColor { background-color: #B87DB2; }

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

This div background color is #B87DB2.

Border color

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

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

This div border color is #B87DB2.

Opacity

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

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

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

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

This text has shadow with #B87DB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87DB2.

Preview

Color preview on black background

This text has color #B87DB2 on black background.


Color preview on white background

This text has color #B87DB2 on white background.


Black color preview on #B87DB2 background

This text has black color on #B87DB2 background.


White color preview on #B87DB2 background

This text has white color on #B87DB2 background.


Related colors

Complementary color

Complementary color for #hex is #47824D.


I love getcolorcode.com

Triadic colors

1 #B2B87D and #7DB2B8 with #B87DB2 are triadic colors.

2 #B27DB8 and #7DB8B2 with #B87DB2 are triadic colors.