COLOR #BF8DDC

HEX: #BF8DDC
RGB: (191,141,220)

Color info

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

RGB color model

#BF8DDC color RGB value is (191,141,220).

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

RGB channels and saturation

R 191 of 255 = 75%
G 141 of 255 = 55%
B 220 of 255 = 86%

191
141
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 141 + 220 = 552 (100%)
R 191 of 552 ~ 34.6%
G 141 of 552 ~ 25.54%
B 220 of 552 ~ 39.86%

%34.6
%25.54
%39.86

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 35.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(13,36,0,14)
C13M36Y0K14 
(13%,36%,0%,14%)
(0.13/0.36/0.00/0.14)	

CMYK percentages

%13.18
%35.91
%0
%13.73

Codes

Color #BF8DDC in popluar color models

BF8DDC
RGB191141220
HSL278°53.02%70.78%
HSB/HSV278°35.91%86.27%
CMYK13.18%35.91%0.00%
13.73%

Color #BF8DDC in popluar number systems.

HEXBF8DDC
Decimal191141220
Binary101111111000110111011100
Octal277215334

Shades and tints

Shades of #BF8DDC

#BF8DDC
(191,141,220)
#AE81C8
(174,129,200)
#9D75B4
(157,117,180)
#8C69A0
(140,105,160)
#7B5D8C
(123,93,140)
#6A5178
(106,81,120)
#594564
(89,69,100)
#483950
(72,57,80)
#372D3C
(55,45,60)
#262128
(38,33,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BF8DDC

#BF8DDC
(191,141,220)
#C497DF
(196,151,223)
#C9A1E2
(201,161,226)
#CEABE5
(206,171,229)
#D3B5E8
(211,181,232)
#D8BFEB
(216,191,235)
#DDC9EE
(221,201,238)
#E2D3F1
(226,211,241)
#E7DDF4
(231,221,244)
#ECE7F7
(236,231,247)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8DDC; }

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

This text font color is #BF8DDC.


Background Color

.myBgColor { background-color: #BF8DDC; }

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

This div background color is #BF8DDC.


Border color

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

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

This div border color is #BF8DDC.


Opacity

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

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

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

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

This text has shadow with #BF8DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8DDC on black background.


Color preview on white background

This text has color #BF8DDC on white background.



Black color preview on #BF8DDC background

This text has black color on #BF8DDC background.


White color preview on #BF8DDC background

This text has white color on #BF8DDC background.