COLOR #BD8BDE

HEX: #BD8BDE
RGB: (189,139,222)

Color info

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

RGB color model

#BD8BDE color RGB value is (189,139,222).

  • red value is 189;
  • green value is 139;
  • blue value is 222.
RGB:
(189,139,222)
(74%,55%,87%)

RGB channels and saturation

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

189
139
222

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

Portions of RGB colors in percentages

R + G + B =
189 + 139 + 222 = 550 (100%)
R 189 of 550 ~ 34.36%
G 139 of 550 ~ 25.27%
B 222 of 550 ~ 40.36%

%34.36
%25.27
%40.36

CMYK color model

#BD8BDE color CMYK value is (15,37,0,13).

  • cyan value is 14.86%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(15,37,0,13)
C15M37Y0K13 
(15%,37%,0%,13%)
(0.15/0.37/0.00/0.13)	

CMYK percentages

%14.86
%37.39
%0
%12.94

Codes

Color #BD8BDE in popluar color models

BD8BDE
RGB189139222
HSL276°55.70%70.78%
HSB/HSV276°37.39%87.06%
CMYK14.86%37.39%0.00%
12.94%

Color #BD8BDE in popluar number systems.

HEXBD8BDE
Decimal189139222
Binary101111011000101111011110
Octal275213336

Shades and tints

Shades of #BD8BDE

#BD8BDE
(189,139,222)
#AC7FCA
(172,127,202)
#9B73B6
(155,115,182)
#8A67A2
(138,103,162)
#795B8E
(121,91,142)
#684F7A
(104,79,122)
#574366
(87,67,102)
#463752
(70,55,82)
#352B3E
(53,43,62)
#241F2A
(36,31,42)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #BD8BDE

#BD8BDE
(189,139,222)
#C395E1
(195,149,225)
#C99FE4
(201,159,228)
#CFA9E7
(207,169,231)
#D5B3EA
(213,179,234)
#DBBDED
(219,189,237)
#E1C7F0
(225,199,240)
#E7D1F3
(231,209,243)
#EDDBF6
(237,219,246)
#F3E5F9
(243,229,249)
#F9EFFC
(249,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8BDE; }

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

This text font color is #BD8BDE.


Background Color

.myBgColor { background-color: #BD8BDE; }

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

This div background color is #BD8BDE.


Border color

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

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

This div border color is #BD8BDE.


Opacity

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

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

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

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

This text has shadow with #BD8BDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8BDE on black background.


Color preview on white background

This text has color #BD8BDE on white background.



Black color preview on #BD8BDE background

This text has black color on #BD8BDE background.


White color preview on #BD8BDE background

This text has white color on #BD8BDE background.