COLOR #BD8CEB

HEX: #BD8CEB
RGB: (189,140,235)

Color info

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

RGB color model

#BD8CEB color RGB value is (189,140,235).

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

RGB channels and saturation

R 189 of 255 = 74%
G 140 of 255 = 55%
B 235 of 255 = 92%

189
140
235

R + G + B ~ 74%. #BD8CEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 140 + 235 = 564 (100%)
R 189 of 564 ~ 33.51%
G 140 of 564 ~ 24.82%
B 235 of 564 ~ 41.67%

%33.51
%24.82
%41.67

CMYK color model

#BD8CEB color CMYK value is (20,40,0,8).

  • cyan value is 19.57%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,40,0,8)
C20M40Y0K8 
(20%,40%,0%,8%)
(0.20/0.40/0.00/0.08)	

CMYK percentages

%19.57
%40.43
%0
%7.84

Codes

Color #BD8CEB in popluar color models

BD8CEB
RGB189140235
HSL271°70.37%73.53%
HSB/HSV271°40.43%92.16%
CMYK19.57%40.43%0.00%
7.84%

Color #BD8CEB in popluar number systems.

HEXBD8CEB
Decimal189140235
Binary101111011000110011101011
Octal275214353

Shades and tints

Shades of #BD8CEB

#BD8CEB
(189,140,235)
#AC80D6
(172,128,214)
#9B74C1
(155,116,193)
#8A68AC
(138,104,172)
#795C97
(121,92,151)
#685082
(104,80,130)
#57446D
(87,68,109)
#463858
(70,56,88)
#352C43
(53,44,67)
#24202E
(36,32,46)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #BD8CEB

#BD8CEB
(189,140,235)
#C396EC
(195,150,236)
#C9A0ED
(201,160,237)
#CFAAEE
(207,170,238)
#D5B4EF
(213,180,239)
#DBBEF0
(219,190,240)
#E1C8F1
(225,200,241)
#E7D2F2
(231,210,242)
#EDDCF3
(237,220,243)
#F3E6F4
(243,230,244)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8CEB; }

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

This text font color is #BD8CEB.


Background Color

.myBgColor { background-color: #BD8CEB; }

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

This div background color is #BD8CEB.


Border color

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

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

This div border color is #BD8CEB.


Opacity

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

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

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

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

This text has shadow with #BD8CEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8CEB on black background.


Color preview on white background

This text has color #BD8CEB on white background.



Black color preview on #BD8CEB background

This text has black color on #BD8CEB background.


White color preview on #BD8CEB background

This text has white color on #BD8CEB background.