COLOR #BF8DE0

HEX: #BF8DE0
RGB: (191,141,224)

Color info

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

RGB color model

#BF8DE0 color RGB value is (191,141,224).

  • red value is 191;
  • green value is 141;
  • blue value is 224.
RGB:
(191,141,224)
(75%,55%,88%)

RGB channels and saturation

R 191 of 255 = 75%
G 141 of 255 = 55%
B 224 of 255 = 88%

191
141
224

R + G + B ~ 73%. #BF8DE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 141 + 224 = 556 (100%)
R 191 of 556 ~ 34.35%
G 141 of 556 ~ 25.36%
B 224 of 556 ~ 40.29%

%34.35
%25.36
%40.29

CMYK color model

#BF8DE0 color CMYK value is (15,37,0,12).

  • cyan value is 14.73%
  • magenta value is 37.05%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(15,37,0,12)
C15M37Y0K12 
(15%,37%,0%,12%)
(0.15/0.37/0.00/0.12)	

CMYK percentages

%14.73
%37.05
%0
%12.16

Codes

Color #BF8DE0 in popluar color models

BF8DE0
RGB191141224
HSL276°57.24%71.57%
HSB/HSV276°37.05%87.84%
CMYK14.73%37.05%0.00%
12.16%

Color #BF8DE0 in popluar number systems.

HEXBF8DE0
Decimal191141224
Binary101111111000110111100000
Octal277215340

Shades and tints

Shades of #BF8DE0

#BF8DE0
(191,141,224)
#AE81CC
(174,129,204)
#9D75B8
(157,117,184)
#8C69A4
(140,105,164)
#7B5D90
(123,93,144)
#6A517C
(106,81,124)
#594568
(89,69,104)
#483954
(72,57,84)
#372D40
(55,45,64)
#26212C
(38,33,44)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #BF8DE0

#BF8DE0
(191,141,224)
#C497E2
(196,151,226)
#C9A1E4
(201,161,228)
#CEABE6
(206,171,230)
#D3B5E8
(211,181,232)
#D8BFEA
(216,191,234)
#DDC9EC
(221,201,236)
#E2D3EE
(226,211,238)
#E7DDF0
(231,221,240)
#ECE7F2
(236,231,242)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8DE0 color. Also use rgb(191,141,224) instead hex code.

Text Font Color

.myTextColor { color: #BF8DE0; }

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

This text font color is #BF8DE0.


Background Color

.myBgColor { background-color: #BF8DE0; }

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

This div background color is #BF8DE0.


Border color

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

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

This div border color is #BF8DE0.


Opacity

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

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

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

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

This text has shadow with #BF8DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8DE0 on black background.


Color preview on white background

This text has color #BF8DE0 on white background.



Black color preview on #BF8DE0 background

This text has black color on #BF8DE0 background.


White color preview on #BF8DE0 background

This text has white color on #BF8DE0 background.