COLOR #BD8AE9

HEX: #BD8AE9
RGB: (189,138,233)

Color info

#BD8AE9 contains mainly red and blue colors. Web safe color of #BD8AE9 is #CC99FF (or #C9F).

RGB color model

#BD8AE9 color RGB value is (189,138,233).

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

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 233 of 255 = 91%

189
138
233

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

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 233 = 560 (100%)
R 189 of 560 ~ 33.75%
G 138 of 560 ~ 24.64%
B 233 of 560 ~ 41.61%

%33.75
%24.64
%41.61

CMYK color model

#BD8AE9 color CMYK value is (19,41,0,9).

  • cyan value is 18.88%
  • magenta value is 40.77%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,41,0,9)
C19M41Y0K9 
(19%,41%,0%,9%)
(0.19/0.41/0.00/0.09)	

CMYK percentages

%18.88
%40.77
%0
%8.63

Codes

Color #BD8AE9 in popluar color models

BD8AE9
RGB189138233
HSL272°68.35%72.75%
HSB/HSV272°40.77%91.37%
CMYK18.88%40.77%0.00%
8.63%

Color #BD8AE9 in popluar number systems.

HEXBD8AE9
Decimal189138233
Binary101111011000101011101001
Octal275212351

Shades and tints

Shades of #BD8AE9

#BD8AE9
(189,138,233)
#AC7ED4
(172,126,212)
#9B72BF
(155,114,191)
#8A66AA
(138,102,170)
#795A95
(121,90,149)
#684E80
(104,78,128)
#57426B
(87,66,107)
#463656
(70,54,86)
#352A41
(53,42,65)
#241E2C
(36,30,44)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #BD8AE9

#BD8AE9
(189,138,233)
#C394EB
(195,148,235)
#C99EED
(201,158,237)
#CFA8EF
(207,168,239)
#D5B2F1
(213,178,241)
#DBBCF3
(219,188,243)
#E1C6F5
(225,198,245)
#E7D0F7
(231,208,247)
#EDDAF9
(237,218,249)
#F3E4FB
(243,228,251)
#F9EEFD
(249,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8AE9; }

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

This text font color is #BD8AE9.


Background Color

.myBgColor { background-color: #BD8AE9; }

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

This div background color is #BD8AE9.


Border color

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

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

This div border color is #BD8AE9.


Opacity

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

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

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

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

This text has shadow with #BD8AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8AE9 on black background.


Color preview on white background

This text has color #BD8AE9 on white background.



Black color preview on #BD8AE9 background

This text has black color on #BD8AE9 background.


White color preview on #BD8AE9 background

This text has white color on #BD8AE9 background.