COLOR #BD8DDE

HEX: #BD8DDE RGB: (189,141,222)

Color info

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

RGB color model

#BD8DDE color RGB value is (189,141,222).

RGB: (189,141,222) (74%, 55%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 222 of 255 = 87%

189
141
222

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

Portions of RGB colors in percentages

R + G + B = 189 + 141 + 222 = 552 (100%)
R 189 of 552 ~ 34.24%
G 141 of 552 ~ 25.54%
B 222 of 552 ~ 40.22'%

%34.24
%25.54
%40.22

CMYK color model

#BD8DDE color CMYK value is (15,36,0,13).

  • cyan value is 14.86%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (15,36,0,13)
C15M36Y0K13 (15%, 36%, 0%, 13%)
(0.15 / 0.36 / 0.00 / 0.13)

CMYK percentages

%14.86
%36.49
%0
%12.94

Codes

Color #BD8DDE in popluar color models

BD 8D DE
RGB 189 141 222
HSL 276° 55.10% 71.18%
HSB/HSV 276° 36.49% 87.06%
CMYK 14.86% 36.49% 0.00%
12.94%

Color #BD8DDE in popluar number systems.

HEX BD 8D DE
Decimal 189 141 222
Binary 10111101 10001101 11011110
Octal 275 215 336

Shades and tints

Shades of #BD8DDE

#BD8DDE
(189,141,222)
#AC81CA
(172,129,202)
#9B75B6
(155,117,182)
#8A69A2
(138,105,162)
#795D8E
(121,93,142)
#68517A
(104,81,122)
#574566
(87,69,102)
#463952
(70,57,82)
#352D3E
(53,45,62)
#24212A
(36,33,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BD8DDE

#BD8DDE
(189,141,222)
#C397E1
(195,151,225)
#C9A1E4
(201,161,228)
#CFABE7
(207,171,231)
#D5B5EA
(213,181,234)
#DBBFED
(219,191,237)
#E1C9F0
(225,201,240)
#E7D3F3
(231,211,243)
#EDDDF6
(237,221,246)
#F3E7F9
(243,231,249)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8DDE color. Also use rgb(189,141,222) instead hex code.

Text Font Color

.myTextColor { color: #BD8DDE; }

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

This text font color is #BD8DDE.

Background Color

.myBgColor { background-color: #BD8DDE; }

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

This div background color is #BD8DDE.

Border color

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

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

This div border color is #BD8DDE.

Opacity

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

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

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

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

This text has shadow with #BD8DDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8DDE.

Preview

Color preview on black background

This text has color #BD8DDE on black background.


Color preview on white background

This text has color #BD8DDE on white background.


Black color preview on #BD8DDE background

This text has black color on #BD8DDE background.


White color preview on #BD8DDE background

This text has white color on #BD8DDE background.


Related colors

Complementary color

Complementary color for #hex is #427221.


I love getcolorcode.com

Triadic colors

1 #DEBD8D and #8DDEBD with #BD8DDE are triadic colors.

2 #DE8DBD and #8DBDDE with #BD8DDE are triadic colors.