COLOR #BD8ADD

HEX: #BD8ADD
RGB: (189,138,221)

Color info

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

RGB color model

#BD8ADD color RGB value is (189,138,221).

  • red value is 189;
  • green value is 138;
  • blue value is 221.
RGB:
(189,138,221)
(74%,54%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 221 of 255 = 87%

189
138
221

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

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 221 = 548 (100%)
R 189 of 548 ~ 34.49%
G 138 of 548 ~ 25.18%
B 221 of 548 ~ 40.33%

%34.49
%25.18
%40.33

CMYK color model

#BD8ADD color CMYK value is (14,38,0,13).

  • cyan value is 14.48%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,38,0,13)
C14M38Y0K13 
(14%,38%,0%,13%)
(0.14/0.38/0.00/0.13)	

CMYK percentages

%14.48
%37.56
%0
%13.33

Codes

Color #BD8ADD in popluar color models

BD8ADD
RGB189138221
HSL277°54.97%70.39%
HSB/HSV277°37.56%86.67%
CMYK14.48%37.56%0.00%
13.33%

Color #BD8ADD in popluar number systems.

HEXBD8ADD
Decimal189138221
Binary101111011000101011011101
Octal275212335

Shades and tints

Shades of #BD8ADD

#BD8ADD
(189,138,221)
#AC7EC9
(172,126,201)
#9B72B5
(155,114,181)
#8A66A1
(138,102,161)
#795A8D
(121,90,141)
#684E79
(104,78,121)
#574265
(87,66,101)
#463651
(70,54,81)
#352A3D
(53,42,61)
#241E29
(36,30,41)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BD8ADD

#BD8ADD
(189,138,221)
#C394E0
(195,148,224)
#C99EE3
(201,158,227)
#CFA8E6
(207,168,230)
#D5B2E9
(213,178,233)
#DBBCEC
(219,188,236)
#E1C6EF
(225,198,239)
#E7D0F2
(231,208,242)
#EDDAF5
(237,218,245)
#F3E4F8
(243,228,248)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8ADD color. Also use rgb(189,138,221) instead hex code.

Text Font Color

.myTextColor { color: #BD8ADD; }

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

This text font color is #BD8ADD.


Background Color

.myBgColor { background-color: #BD8ADD; }

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

This div background color is #BD8ADD.


Border color

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

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

This div border color is #BD8ADD.


Opacity

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

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

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

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

This text has shadow with #BD8ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8ADD on black background.


Color preview on white background

This text has color #BD8ADD on white background.



Black color preview on #BD8ADD background

This text has black color on #BD8ADD background.


White color preview on #BD8ADD background

This text has white color on #BD8ADD background.