COLOR #BF8DDD

HEX: #BF8DDD
RGB: (191,141,221)

Color info

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

RGB color model

#BF8DDD color RGB value is (191,141,221).

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

RGB channels and saturation

R 191 of 255 = 75%
G 141 of 255 = 55%
B 221 of 255 = 87%

191
141
221

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

Portions of RGB colors in percentages

R + G + B =
191 + 141 + 221 = 553 (100%)
R 191 of 553 ~ 34.54%
G 141 of 553 ~ 25.5%
B 221 of 553 ~ 39.96%

%34.54
%25.5
%39.96

CMYK color model

#BF8DDD color CMYK value is (14,36,0,13).

  • cyan value is 13.57%
  • magenta value is 36.20%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,36,0,13)
C14M36Y0K13 
(14%,36%,0%,13%)
(0.14/0.36/0.00/0.13)	

CMYK percentages

%13.57
%36.2
%0
%13.33

Codes

Color #BF8DDD in popluar color models

BF8DDD
RGB191141221
HSL278°54.05%70.98%
HSB/HSV278°36.20%86.67%
CMYK13.57%36.20%0.00%
13.33%

Color #BF8DDD in popluar number systems.

HEXBF8DDD
Decimal191141221
Binary101111111000110111011101
Octal277215335

Shades and tints

Shades of #BF8DDD

#BF8DDD
(191,141,221)
#AE81C9
(174,129,201)
#9D75B5
(157,117,181)
#8C69A1
(140,105,161)
#7B5D8D
(123,93,141)
#6A5179
(106,81,121)
#594565
(89,69,101)
#483951
(72,57,81)
#372D3D
(55,45,61)
#262129
(38,33,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #BF8DDD

#BF8DDD
(191,141,221)
#C497E0
(196,151,224)
#C9A1E3
(201,161,227)
#CEABE6
(206,171,230)
#D3B5E9
(211,181,233)
#D8BFEC
(216,191,236)
#DDC9EF
(221,201,239)
#E2D3F2
(226,211,242)
#E7DDF5
(231,221,245)
#ECE7F8
(236,231,248)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8DDD; }

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

This text font color is #BF8DDD.


Background Color

.myBgColor { background-color: #BF8DDD; }

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

This div background color is #BF8DDD.


Border color

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

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

This div border color is #BF8DDD.


Opacity

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

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

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

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

This text has shadow with #BF8DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8DDD on black background.


Color preview on white background

This text has color #BF8DDD on white background.



Black color preview on #BF8DDD background

This text has black color on #BF8DDD background.


White color preview on #BF8DDD background

This text has white color on #BF8DDD background.