COLOR #BF87DE

HEX: #BF87DE
RGB: (191,135,222)

Color info

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

RGB color model

#BF87DE color RGB value is (191,135,222).

  • red value is 191;
  • green value is 135;
  • blue value is 222.
RGB:
(191,135,222)
(75%,53%,87%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 222 of 255 = 87%

191
135
222

R + G + B ~ 72%. #BF87DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 135 + 222 = 548 (100%)
R 191 of 548 ~ 34.85%
G 135 of 548 ~ 24.64%
B 222 of 548 ~ 40.51%

%34.85
%24.64
%40.51

CMYK color model

#BF87DE color CMYK value is (14,39,0,13).

  • cyan value is 13.96%
  • magenta value is 39.19%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,39,0,13)
C14M39Y0K13 
(14%,39%,0%,13%)
(0.14/0.39/0.00/0.13)	

CMYK percentages

%13.96
%39.19
%0
%12.94

Codes

Color #BF87DE in popluar color models

BF87DE
RGB191135222
HSL279°56.86%70.00%
HSB/HSV279°39.19%87.06%
CMYK13.96%39.19%0.00%
12.94%

Color #BF87DE in popluar number systems.

HEXBF87DE
Decimal191135222
Binary101111111000011111011110
Octal277207336

Shades and tints

Shades of #BF87DE

#BF87DE
(191,135,222)
#AE7BCA
(174,123,202)
#9D6FB6
(157,111,182)
#8C63A2
(140,99,162)
#7B578E
(123,87,142)
#6A4B7A
(106,75,122)
#593F66
(89,63,102)
#483352
(72,51,82)
#37273E
(55,39,62)
#261B2A
(38,27,42)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #BF87DE

#BF87DE
(191,135,222)
#C491E1
(196,145,225)
#C99BE4
(201,155,228)
#CEA5E7
(206,165,231)
#D3AFEA
(211,175,234)
#D8B9ED
(216,185,237)
#DDC3F0
(221,195,240)
#E2CDF3
(226,205,243)
#E7D7F6
(231,215,246)
#ECE1F9
(236,225,249)
#F1EBFC
(241,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF87DE color. Also use rgb(191,135,222) instead hex code.

Text Font Color

.myTextColor { color: #BF87DE; }

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

This text font color is #BF87DE.


Background Color

.myBgColor { background-color: #BF87DE; }

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

This div background color is #BF87DE.


Border color

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

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

This div border color is #BF87DE.


Opacity

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

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

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

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

This text has shadow with #BF87DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF87DE on black background.


Color preview on white background

This text has color #BF87DE on white background.



Black color preview on #BF87DE background

This text has black color on #BF87DE background.


White color preview on #BF87DE background

This text has white color on #BF87DE background.