COLOR #BD7EE8

HEX: #BD7EE8
RGB: (189,126,232)

Color info

#BD7EE8 contains mainly red and blue colors. Web safe color of #BD7EE8 is #CC66FF (or #C6F).

RGB color model

#BD7EE8 color RGB value is (189,126,232).

  • red value is 189;
  • green value is 126;
  • blue value is 232.
RGB:
(189,126,232)
(74%,49%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 126 of 255 = 49%
B 232 of 255 = 91%

189
126
232

R + G + B ~ 71%. #BD7EE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 126 + 232 = 547 (100%)
R 189 of 547 ~ 34.55%
G 126 of 547 ~ 23.03%
B 232 of 547 ~ 42.41%

%34.55
%23.03
%42.41

CMYK color model

#BD7EE8 color CMYK value is (19,46,0,9).

  • cyan value is 18.53%
  • magenta value is 45.69%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,46,0,9)
C19M46Y0K9 
(19%,46%,0%,9%)
(0.19/0.46/0.00/0.09)	

CMYK percentages

%18.53
%45.69
%0
%9.02

Codes

Color #BD7EE8 in popluar color models

BD7EE8
RGB189126232
HSL276°69.74%70.20%
HSB/HSV276°45.69%90.98%
CMYK18.53%45.69%0.00%
9.02%

Color #BD7EE8 in popluar number systems.

HEXBD7EE8
Decimal189126232
Binary10111101111111011101000
Octal275176350

Shades and tints

Shades of #BD7EE8

#BD7EE8
(189,126,232)
#AC73D3
(172,115,211)
#9B68BE
(155,104,190)
#8A5DA9
(138,93,169)
#795294
(121,82,148)
#68477F
(104,71,127)
#573C6A
(87,60,106)
#463155
(70,49,85)
#352640
(53,38,64)
#241B2B
(36,27,43)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #BD7EE8

#BD7EE8
(189,126,232)
#C389EA
(195,137,234)
#C994EC
(201,148,236)
#CF9FEE
(207,159,238)
#D5AAF0
(213,170,240)
#DBB5F2
(219,181,242)
#E1C0F4
(225,192,244)
#E7CBF6
(231,203,246)
#EDD6F8
(237,214,248)
#F3E1FA
(243,225,250)
#F9ECFC
(249,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7EE8 color. Also use rgb(189,126,232) instead hex code.

Text Font Color

.myTextColor { color: #BD7EE8; }

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

This text font color is #BD7EE8.


Background Color

.myBgColor { background-color: #BD7EE8; }

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

This div background color is #BD7EE8.


Border color

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

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

This div border color is #BD7EE8.


Opacity

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

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

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

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

This text has shadow with #BD7EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7EE8 on black background.


Color preview on white background

This text has color #BD7EE8 on white background.



Black color preview on #BD7EE8 background

This text has black color on #BD7EE8 background.


White color preview on #BD7EE8 background

This text has white color on #BD7EE8 background.