COLOR #BD87C3

HEX: #BD87C3
RGB: (189,135,195)

Color info

#BD87C3 contains mainly red and blue colors. Web safe color of #BD87C3 is #CC99CC (or #C9C).

RGB color model

#BD87C3 color RGB value is (189,135,195).

  • red value is 189;
  • green value is 135;
  • blue value is 195.
RGB:
(189,135,195)
(74%,53%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 195 of 255 = 76%

189
135
195

R + G + B ~ 68%. #BD87C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 135 + 195 = 519 (100%)
R 189 of 519 ~ 36.42%
G 135 of 519 ~ 26.01%
B 195 of 519 ~ 37.57%

%36.42
%26.01
%37.57

CMYK color model

#BD87C3 color CMYK value is (3,31,0,24).

  • cyan value is 3.08%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(3,31,0,24)
C3M31Y0K24 
(3%,31%,0%,24%)
(0.03/0.31/0.00/0.24)	

CMYK percentages

%3.08
%30.77
%0
%23.53

Codes

Color #BD87C3 in popluar color models

BD87C3
RGB189135195
HSL294°33.33%64.71%
HSB/HSV294°30.77%76.47%
CMYK3.08%30.77%0.00%
23.53%

Color #BD87C3 in popluar number systems.

HEXBD87C3
Decimal189135195
Binary101111011000011111000011
Octal275207303

Shades and tints

Shades of #BD87C3

#BD87C3
(189,135,195)
#AC7BB2
(172,123,178)
#9B6FA1
(155,111,161)
#8A6390
(138,99,144)
#79577F
(121,87,127)
#684B6E
(104,75,110)
#573F5D
(87,63,93)
#46334C
(70,51,76)
#35273B
(53,39,59)
#241B2A
(36,27,42)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #BD87C3

#BD87C3
(189,135,195)
#C391C8
(195,145,200)
#C99BCD
(201,155,205)
#CFA5D2
(207,165,210)
#D5AFD7
(213,175,215)
#DBB9DC
(219,185,220)
#E1C3E1
(225,195,225)
#E7CDE6
(231,205,230)
#EDD7EB
(237,215,235)
#F3E1F0
(243,225,240)
#F9EBF5
(249,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD87C3 color. Also use rgb(189,135,195) instead hex code.

Text Font Color

.myTextColor { color: #BD87C3; }

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

This text font color is #BD87C3.


Background Color

.myBgColor { background-color: #BD87C3; }

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

This div background color is #BD87C3.


Border color

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

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

This div border color is #BD87C3.


Opacity

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

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

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

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

This text has shadow with #BD87C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD87C3 on black background.


Color preview on white background

This text has color #BD87C3 on white background.



Black color preview on #BD87C3 background

This text has black color on #BD87C3 background.


White color preview on #BD87C3 background

This text has white color on #BD87C3 background.