COLOR #BD94FD

HEX: #BD94FD
RGB: (189,148,253)

Color info

#BD94FD contains mainly blue color. Web safe color of #BD94FD is #CC99FF (or #C9F).

RGB color model

#BD94FD color RGB value is (189,148,253).

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

RGB channels and saturation

R 189 of 255 = 74%
G 148 of 255 = 58%
B 253 of 255 = 99%

189
148
253

R + G + B ~ 77%. #BD94FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 148 + 253 = 590 (100%)
R 189 of 590 ~ 32.03%
G 148 of 590 ~ 25.08%
B 253 of 590 ~ 42.88%

%32.03
%25.08
%42.88

CMYK color model

#BD94FD color CMYK value is (25,42,0,1).

  • cyan value is 25.30%
  • magenta value is 41.50%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(25,42,0,1)
C25M42Y0K1 
(25%,42%,0%,1%)
(0.25/0.42/0.00/0.01)	

CMYK percentages

%25.3
%41.5
%0
%0.78

Codes

Color #BD94FD in popluar color models

BD94FD
RGB189148253
HSL263°96.33%78.63%
HSB/HSV263°41.50%99.22%
CMYK25.30%41.50%0.00%
0.78%

Color #BD94FD in popluar number systems.

HEXBD94FD
Decimal189148253
Binary101111011001010011111101
Octal275224375

Shades and tints

Shades of #BD94FD

#BD94FD
(189,148,253)
#AC87E6
(172,135,230)
#9B7ACF
(155,122,207)
#8A6DB8
(138,109,184)
#7960A1
(121,96,161)
#68538A
(104,83,138)
#574673
(87,70,115)
#46395C
(70,57,92)
#352C45
(53,44,69)
#241F2E
(36,31,46)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #BD94FD

#BD94FD
(189,148,253)
#C39DFD
(195,157,253)
#C9A6FD
(201,166,253)
#CFAFFD
(207,175,253)
#D5B8FD
(213,184,253)
#DBC1FD
(219,193,253)
#E1CAFD
(225,202,253)
#E7D3FD
(231,211,253)
#EDDCFD
(237,220,253)
#F3E5FD
(243,229,253)
#F9EEFD
(249,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD94FD; }

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

This text font color is #BD94FD.


Background Color

.myBgColor { background-color: #BD94FD; }

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

This div background color is #BD94FD.


Border color

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

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

This div border color is #BD94FD.


Opacity

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

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

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

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

This text has shadow with #BD94FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD94FD on black background.


Color preview on white background

This text has color #BD94FD on white background.



Black color preview on #BD94FD background

This text has black color on #BD94FD background.


White color preview on #BD94FD background

This text has white color on #BD94FD background.