COLOR #BD87F6

HEX: #BD87F6
RGB: (189,135,246)

Color info

#BD87F6 contains mainly red and blue colors. Web safe color of #BD87F6 is #CC99FF (or #C9F).

RGB color model

#BD87F6 color RGB value is (189,135,246).

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

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 246 of 255 = 96%

189
135
246

R + G + B ~ 74%. #BD87F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 135 + 246 = 570 (100%)
R 189 of 570 ~ 33.16%
G 135 of 570 ~ 23.68%
B 246 of 570 ~ 43.16%

%33.16
%23.68
%43.16

CMYK color model

#BD87F6 color CMYK value is (23,45,0,4).

  • cyan value is 23.17%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,45,0,4)
C23M45Y0K4 
(23%,45%,0%,4%)
(0.23/0.45/0.00/0.04)	

CMYK percentages

%23.17
%45.12
%0
%3.53

Codes

Color #BD87F6 in popluar color models

BD87F6
RGB189135246
HSL269°86.05%74.71%
HSB/HSV269°45.12%96.47%
CMYK23.17%45.12%0.00%
3.53%

Color #BD87F6 in popluar number systems.

HEXBD87F6
Decimal189135246
Binary101111011000011111110110
Octal275207366

Shades and tints

Shades of #BD87F6

#BD87F6
(189,135,246)
#AC7BE0
(172,123,224)
#9B6FCA
(155,111,202)
#8A63B4
(138,99,180)
#79579E
(121,87,158)
#684B88
(104,75,136)
#573F72
(87,63,114)
#46335C
(70,51,92)
#352746
(53,39,70)
#241B30
(36,27,48)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #BD87F6

#BD87F6
(189,135,246)
#C391F6
(195,145,246)
#C99BF6
(201,155,246)
#CFA5F6
(207,165,246)
#D5AFF6
(213,175,246)
#DBB9F6
(219,185,246)
#E1C3F6
(225,195,246)
#E7CDF6
(231,205,246)
#EDD7F6
(237,215,246)
#F3E1F6
(243,225,246)
#F9EBF6
(249,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD87F6; }

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

This text font color is #BD87F6.


Background Color

.myBgColor { background-color: #BD87F6; }

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

This div background color is #BD87F6.


Border color

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

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

This div border color is #BD87F6.


Opacity

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

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

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

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

This text has shadow with #BD87F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD87F6 on black background.


Color preview on white background

This text has color #BD87F6 on white background.



Black color preview on #BD87F6 background

This text has black color on #BD87F6 background.


White color preview on #BD87F6 background

This text has white color on #BD87F6 background.