COLOR #B87DCB

HEX: #B87DCB RGB: (184,125,203)

Color info

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

RGB color model

#B87DCB color RGB value is (184,125,203).

RGB: (184,125,203) (72%, 49%, 80%)

RGB channels and saturation

R 184 of 255 = 72%
G 125 of 255 = 49%
B 203 of 255 = 80%

184
125
203

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

Portions of RGB colors in percentages

R + G + B = 184 + 125 + 203 = 512 (100%)
R 184 of 512 ~ 35.94%
G 125 of 512 ~ 24.41%
B 203 of 512 ~ 39.65'%

%35.94
%24.41
%39.65

CMYK color model

#B87DCB color CMYK value is (9,38,0,20).

  • cyan value is 9.36%
  • magenta value is 38.42%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (9,38,0,20)
C9M38Y0K20 (9%, 38%, 0%, 20%)
(0.09 / 0.38 / 0.00 / 0.20)

CMYK percentages

%9.36
%38.42
%0
%20.39

Codes

Color #B87DCB in popluar color models

B8 7D CB
RGB 184 125 203
HSL 285° 42.86% 64.31%
HSB/HSV 285° 38.42% 79.61%
CMYK 9.36% 38.42% 0.00%
20.39%

Color #B87DCB in popluar number systems.

HEX B8 7D CB
Decimal 184 125 203
Binary 10111000 1111101 11001011
Octal 270 175 313

Shades and tints

Shades of #B87DCB

#B87DCB
(184,125,203)
#A872B9
(168,114,185)
#9867A7
(152,103,167)
#885C95
(136,92,149)
#785183
(120,81,131)
#684671
(104,70,113)
#583B5F
(88,59,95)
#48304D
(72,48,77)
#38253B
(56,37,59)
#281A29
(40,26,41)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #B87DCB

#B87DCB
(184,125,203)
#BE88CF
(190,136,207)
#C493D3
(196,147,211)
#CA9ED7
(202,158,215)
#D0A9DB
(208,169,219)
#D6B4DF
(214,180,223)
#DCBFE3
(220,191,227)
#E2CAE7
(226,202,231)
#E8D5EB
(232,213,235)
#EEE0EF
(238,224,239)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B87DCB; }

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

This text font color is #B87DCB.

Background Color

.myBgColor { background-color: #B87DCB; }

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

This div background color is #B87DCB.

Border color

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

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

This div border color is #B87DCB.

Opacity

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

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

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

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

This text has shadow with #B87DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B87DCB.

Preview

Color preview on black background

This text has color #B87DCB on black background.


Color preview on white background

This text has color #B87DCB on white background.


Black color preview on #B87DCB background

This text has black color on #B87DCB background.


White color preview on #B87DCB background

This text has white color on #B87DCB background.


Related colors

Complementary color

Complementary color for #hex is #478234.


I love getcolorcode.com

Triadic colors

1 #CBB87D and #7DCBB8 with #B87DCB are triadic colors.

2 #CB7DB8 and #7DB8CB with #B87DCB are triadic colors.