COLOR #BD5AE5

HEX: #BD5AE5
RGB: (189,90,229)

Color info

#BD5AE5 contains mainly red and blue colors. Web safe color of #BD5AE5 is #CC66CC (or #C6C).

RGB color model

#BD5AE5 color RGB value is (189,90,229).

  • red value is 189;
  • green value is 90;
  • blue value is 229.
RGB:
(189,90,229)
(74%,35%,90%)

RGB channels and saturation

R 189 of 255 = 74%
G 90 of 255 = 35%
B 229 of 255 = 90%

189
90
229

R + G + B ~ 66%. #BD5AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 90 + 229 = 508 (100%)
R 189 of 508 ~ 37.2%
G 90 of 508 ~ 17.72%
B 229 of 508 ~ 45.08%

%37.2
%17.72
%45.08

CMYK color model

#BD5AE5 color CMYK value is (17,61,0,10).

  • cyan value is 17.47%
  • magenta value is 60.70%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,61,0,10)
C17M61Y0K10 
(17%,61%,0%,10%)
(0.17/0.61/0.00/0.10)	

CMYK percentages

%17.47
%60.7
%0
%10.2

Codes

Color #BD5AE5 in popluar color models

BD5AE5
RGB18990229
HSL283°72.77%62.55%
HSB/HSV283°60.70%89.80%
CMYK17.47%60.70%0.00%
10.20%

Color #BD5AE5 in popluar number systems.

HEXBD5AE5
Decimal18990229
Binary10111101101101011100101
Octal275132345

Shades and tints

Shades of #BD5AE5

#BD5AE5
(189,90,229)
#AC52D1
(172,82,209)
#9B4ABD
(155,74,189)
#8A42A9
(138,66,169)
#793A95
(121,58,149)
#683281
(104,50,129)
#572A6D
(87,42,109)
#462259
(70,34,89)
#351A45
(53,26,69)
#241231
(36,18,49)
#130A1D
(19,10,29)
#000000
(0,0,0)

Tints of #BD5AE5

#BD5AE5
(189,90,229)
#C369E7
(195,105,231)
#C978E9
(201,120,233)
#CF87EB
(207,135,235)
#D596ED
(213,150,237)
#DBA5EF
(219,165,239)
#E1B4F1
(225,180,241)
#E7C3F3
(231,195,243)
#EDD2F5
(237,210,245)
#F3E1F7
(243,225,247)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5AE5 color. Also use rgb(189,90,229) instead hex code.

Text Font Color

.myTextColor { color: #BD5AE5; }

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

This text font color is #BD5AE5.


Background Color

.myBgColor { background-color: #BD5AE5; }

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

This div background color is #BD5AE5.


Border color

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

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

This div border color is #BD5AE5.


Opacity

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

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

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

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

This text has shadow with #BD5AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5AE5 on black background.


Color preview on white background

This text has color #BD5AE5 on white background.



Black color preview on #BD5AE5 background

This text has black color on #BD5AE5 background.


White color preview on #BD5AE5 background

This text has white color on #BD5AE5 background.