COLOR #BD8CE2

HEX: #BD8CE2
RGB: (189,140,226)

Color info

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

RGB color model

#BD8CE2 color RGB value is (189,140,226).

  • red value is 189;
  • green value is 140;
  • blue value is 226.
RGB:
(189,140,226)
(74%,55%,89%)

RGB channels and saturation

R 189 of 255 = 74%
G 140 of 255 = 55%
B 226 of 255 = 89%

189
140
226

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

Portions of RGB colors in percentages

R + G + B =
189 + 140 + 226 = 555 (100%)
R 189 of 555 ~ 34.05%
G 140 of 555 ~ 25.23%
B 226 of 555 ~ 40.72%

%34.05
%25.23
%40.72

CMYK color model

#BD8CE2 color CMYK value is (16,38,0,11).

  • cyan value is 16.37%
  • magenta value is 38.05%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(16,38,0,11)
C16M38Y0K11 
(16%,38%,0%,11%)
(0.16/0.38/0.00/0.11)	

CMYK percentages

%16.37
%38.05
%0
%11.37

Codes

Color #BD8CE2 in popluar color models

BD8CE2
RGB189140226
HSL274°59.72%71.76%
HSB/HSV274°38.05%88.63%
CMYK16.37%38.05%0.00%
11.37%

Color #BD8CE2 in popluar number systems.

HEXBD8CE2
Decimal189140226
Binary101111011000110011100010
Octal275214342

Shades and tints

Shades of #BD8CE2

#BD8CE2
(189,140,226)
#AC80CE
(172,128,206)
#9B74BA
(155,116,186)
#8A68A6
(138,104,166)
#795C92
(121,92,146)
#68507E
(104,80,126)
#57446A
(87,68,106)
#463856
(70,56,86)
#352C42
(53,44,66)
#24202E
(36,32,46)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #BD8CE2

#BD8CE2
(189,140,226)
#C396E4
(195,150,228)
#C9A0E6
(201,160,230)
#CFAAE8
(207,170,232)
#D5B4EA
(213,180,234)
#DBBEEC
(219,190,236)
#E1C8EE
(225,200,238)
#E7D2F0
(231,210,240)
#EDDCF2
(237,220,242)
#F3E6F4
(243,230,244)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8CE2 color. Also use rgb(189,140,226) instead hex code.

Text Font Color

.myTextColor { color: #BD8CE2; }

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

This text font color is #BD8CE2.


Background Color

.myBgColor { background-color: #BD8CE2; }

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

This div background color is #BD8CE2.


Border color

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

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

This div border color is #BD8CE2.


Opacity

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

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

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

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

This text has shadow with #BD8CE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8CE2 on black background.


Color preview on white background

This text has color #BD8CE2 on white background.



Black color preview on #BD8CE2 background

This text has black color on #BD8CE2 background.


White color preview on #BD8CE2 background

This text has white color on #BD8CE2 background.