COLOR #BD95EE

HEX: #BD95EE
RGB: (189,149,238)

Color info

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

RGB color model

#BD95EE color RGB value is (189,149,238).

  • red value is 189;
  • green value is 149;
  • blue value is 238.
RGB:
(189,149,238)
(74%,58%,93%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 238 of 255 = 93%

189
149
238

R + G + B ~ 75%. #BD95EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 238 = 576 (100%)
R 189 of 576 ~ 32.81%
G 149 of 576 ~ 25.87%
B 238 of 576 ~ 41.32%

%32.81
%25.87
%41.32

CMYK color model

#BD95EE color CMYK value is (21,37,0,7).

  • cyan value is 20.59%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,37,0,7)
C21M37Y0K7 
(21%,37%,0%,7%)
(0.21/0.37/0.00/0.07)	

CMYK percentages

%20.59
%37.39
%0
%6.67

Codes

Color #BD95EE in popluar color models

BD95EE
RGB189149238
HSL267°72.36%75.88%
HSB/HSV267°37.39%93.33%
CMYK20.59%37.39%0.00%
6.67%

Color #BD95EE in popluar number systems.

HEXBD95EE
Decimal189149238
Binary101111011001010111101110
Octal275225356

Shades and tints

Shades of #BD95EE

#BD95EE
(189,149,238)
#AC88D9
(172,136,217)
#9B7BC4
(155,123,196)
#8A6EAF
(138,110,175)
#79619A
(121,97,154)
#685485
(104,84,133)
#574770
(87,71,112)
#463A5B
(70,58,91)
#352D46
(53,45,70)
#242031
(36,32,49)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #BD95EE

#BD95EE
(189,149,238)
#C39EEF
(195,158,239)
#C9A7F0
(201,167,240)
#CFB0F1
(207,176,241)
#D5B9F2
(213,185,242)
#DBC2F3
(219,194,243)
#E1CBF4
(225,203,244)
#E7D4F5
(231,212,245)
#EDDDF6
(237,221,246)
#F3E6F7
(243,230,247)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD95EE color. Also use rgb(189,149,238) instead hex code.

Text Font Color

.myTextColor { color: #BD95EE; }

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

This text font color is #BD95EE.


Background Color

.myBgColor { background-color: #BD95EE; }

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

This div background color is #BD95EE.


Border color

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

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

This div border color is #BD95EE.


Opacity

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

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

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

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

This text has shadow with #BD95EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD95EE on black background.


Color preview on white background

This text has color #BD95EE on white background.



Black color preview on #BD95EE background

This text has black color on #BD95EE background.


White color preview on #BD95EE background

This text has white color on #BD95EE background.