COLOR #BD94E0

HEX: #BD94E0
RGB: (189,148,224)

Color info

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

RGB color model

#BD94E0 color RGB value is (189,148,224).

  • red value is 189;
  • green value is 148;
  • blue value is 224.
RGB:
(189,148,224)
(74%,58%,88%)

RGB channels and saturation

R 189 of 255 = 74%
G 148 of 255 = 58%
B 224 of 255 = 88%

189
148
224

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

Portions of RGB colors in percentages

R + G + B =
189 + 148 + 224 = 561 (100%)
R 189 of 561 ~ 33.69%
G 148 of 561 ~ 26.38%
B 224 of 561 ~ 39.93%

%33.69
%26.38
%39.93

CMYK color model

#BD94E0 color CMYK value is (16,34,0,12).

  • cyan value is 15.63%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(16,34,0,12)
C16M34Y0K12 
(16%,34%,0%,12%)
(0.16/0.34/0.00/0.12)	

CMYK percentages

%15.63
%33.93
%0
%12.16

Codes

Color #BD94E0 in popluar color models

BD94E0
RGB189148224
HSL272°55.07%72.94%
HSB/HSV272°33.93%87.84%
CMYK15.63%33.93%0.00%
12.16%

Color #BD94E0 in popluar number systems.

HEXBD94E0
Decimal189148224
Binary101111011001010011100000
Octal275224340

Shades and tints

Shades of #BD94E0

#BD94E0
(189,148,224)
#AC87CC
(172,135,204)
#9B7AB8
(155,122,184)
#8A6DA4
(138,109,164)
#796090
(121,96,144)
#68537C
(104,83,124)
#574668
(87,70,104)
#463954
(70,57,84)
#352C40
(53,44,64)
#241F2C
(36,31,44)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #BD94E0

#BD94E0
(189,148,224)
#C39DE2
(195,157,226)
#C9A6E4
(201,166,228)
#CFAFE6
(207,175,230)
#D5B8E8
(213,184,232)
#DBC1EA
(219,193,234)
#E1CAEC
(225,202,236)
#E7D3EE
(231,211,238)
#EDDCF0
(237,220,240)
#F3E5F2
(243,229,242)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD94E0 color. Also use rgb(189,148,224) instead hex code.

Text Font Color

.myTextColor { color: #BD94E0; }

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

This text font color is #BD94E0.


Background Color

.myBgColor { background-color: #BD94E0; }

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

This div background color is #BD94E0.


Border color

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

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

This div border color is #BD94E0.


Opacity

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

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

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

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

This text has shadow with #BD94E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD94E0 on black background.


Color preview on white background

This text has color #BD94E0 on white background.



Black color preview on #BD94E0 background

This text has black color on #BD94E0 background.


White color preview on #BD94E0 background

This text has white color on #BD94E0 background.