COLOR #BF8DD8

HEX: #BF8DD8
RGB: (191,141,216)

Color info

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

RGB color model

#BF8DD8 color RGB value is (191,141,216).

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

RGB channels and saturation

R 191 of 255 = 75%
G 141 of 255 = 55%
B 216 of 255 = 85%

191
141
216

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

Portions of RGB colors in percentages

R + G + B =
191 + 141 + 216 = 548 (100%)
R 191 of 548 ~ 34.85%
G 141 of 548 ~ 25.73%
B 216 of 548 ~ 39.42%

%34.85
%25.73
%39.42

CMYK color model

#BF8DD8 color CMYK value is (12,35,0,15).

  • cyan value is 11.57%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(12,35,0,15)
C12M35Y0K15 
(12%,35%,0%,15%)
(0.12/0.35/0.00/0.15)	

CMYK percentages

%11.57
%34.72
%0
%15.29

Codes

Color #BF8DD8 in popluar color models

BF8DD8
RGB191141216
HSL280°49.02%70.00%
HSB/HSV280°34.72%84.71%
CMYK11.57%34.72%0.00%
15.29%

Color #BF8DD8 in popluar number systems.

HEXBF8DD8
Decimal191141216
Binary101111111000110111011000
Octal277215330

Shades and tints

Shades of #BF8DD8

#BF8DD8
(191,141,216)
#AE81C5
(174,129,197)
#9D75B2
(157,117,178)
#8C699F
(140,105,159)
#7B5D8C
(123,93,140)
#6A5179
(106,81,121)
#594566
(89,69,102)
#483953
(72,57,83)
#372D40
(55,45,64)
#26212D
(38,33,45)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #BF8DD8

#BF8DD8
(191,141,216)
#C497DB
(196,151,219)
#C9A1DE
(201,161,222)
#CEABE1
(206,171,225)
#D3B5E4
(211,181,228)
#D8BFE7
(216,191,231)
#DDC9EA
(221,201,234)
#E2D3ED
(226,211,237)
#E7DDF0
(231,221,240)
#ECE7F3
(236,231,243)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8DD8; }

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

This text font color is #BF8DD8.


Background Color

.myBgColor { background-color: #BF8DD8; }

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

This div background color is #BF8DD8.


Border color

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

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

This div border color is #BF8DD8.


Opacity

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

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

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

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

This text has shadow with #BF8DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8DD8 on black background.


Color preview on white background

This text has color #BF8DD8 on white background.



Black color preview on #BF8DD8 background

This text has black color on #BF8DD8 background.


White color preview on #BF8DD8 background

This text has white color on #BF8DD8 background.