COLOR #BD8EE1

HEX: #BD8EE1
RGB: (189,142,225)

Color info

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

RGB color model

#BD8EE1 color RGB value is (189,142,225).

  • red value is 189;
  • green value is 142;
  • blue value is 225.
RGB:
(189,142,225)
(74%,56%,88%)

RGB channels and saturation

R 189 of 255 = 74%
G 142 of 255 = 56%
B 225 of 255 = 88%

189
142
225

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

Portions of RGB colors in percentages

R + G + B =
189 + 142 + 225 = 556 (100%)
R 189 of 556 ~ 33.99%
G 142 of 556 ~ 25.54%
B 225 of 556 ~ 40.47%

%33.99
%25.54
%40.47

CMYK color model

#BD8EE1 color CMYK value is (16,37,0,12).

  • cyan value is 16.00%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,37,0,12)
C16M37Y0K12 
(16%,37%,0%,12%)
(0.16/0.37/0.00/0.12)	

CMYK percentages

%16
%36.89
%0
%11.76

Codes

Color #BD8EE1 in popluar color models

BD8EE1
RGB189142225
HSL274°58.04%71.96%
HSB/HSV274°36.89%88.24%
CMYK16.00%36.89%0.00%
11.76%

Color #BD8EE1 in popluar number systems.

HEXBD8EE1
Decimal189142225
Binary101111011000111011100001
Octal275216341

Shades and tints

Shades of #BD8EE1

#BD8EE1
(189,142,225)
#AC82CD
(172,130,205)
#9B76B9
(155,118,185)
#8A6AA5
(138,106,165)
#795E91
(121,94,145)
#68527D
(104,82,125)
#574669
(87,70,105)
#463A55
(70,58,85)
#352E41
(53,46,65)
#24222D
(36,34,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #BD8EE1

#BD8EE1
(189,142,225)
#C398E3
(195,152,227)
#C9A2E5
(201,162,229)
#CFACE7
(207,172,231)
#D5B6E9
(213,182,233)
#DBC0EB
(219,192,235)
#E1CAED
(225,202,237)
#E7D4EF
(231,212,239)
#EDDEF1
(237,222,241)
#F3E8F3
(243,232,243)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8EE1 color. Also use rgb(189,142,225) instead hex code.

Text Font Color

.myTextColor { color: #BD8EE1; }

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

This text font color is #BD8EE1.


Background Color

.myBgColor { background-color: #BD8EE1; }

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

This div background color is #BD8EE1.


Border color

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

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

This div border color is #BD8EE1.


Opacity

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

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

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

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

This text has shadow with #BD8EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8EE1 on black background.


Color preview on white background

This text has color #BD8EE1 on white background.



Black color preview on #BD8EE1 background

This text has black color on #BD8EE1 background.


White color preview on #BD8EE1 background

This text has white color on #BD8EE1 background.