COLOR #BD5EAD

HEX: #BD5EAD
RGB: (189,94,173)

Color info

#BD5EAD contains mainly red and blue colors. Web safe color of #BD5EAD is #CC6699 (or #C69).

RGB color model

#BD5EAD color RGB value is (189,94,173).

  • red value is 189;
  • green value is 94;
  • blue value is 173.
RGB:
(189,94,173)
(74%,37%,68%)

RGB channels and saturation

R 189 of 255 = 74%
G 94 of 255 = 37%
B 173 of 255 = 68%

189
94
173

R + G + B ~ 60%. #BD5EAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 94 + 173 = 456 (100%)
R 189 of 456 ~ 41.45%
G 94 of 456 ~ 20.61%
B 173 of 456 ~ 37.94%

%41.45
%20.61
%37.94

CMYK color model

#BD5EAD color CMYK value is (0,50,8,26).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 8.47%
  • key color value is 25.88%
CMYK:
(0,50,8,26)
C0M50Y8K26 
(0%,50%,8%,26%)
(0.00/0.50/0.08/0.26)	

CMYK percentages

%0
%50.26
%8.47
%25.88

Codes

Color #BD5EAD in popluar color models

BD5EAD
RGB18994173
HSL310°41.85%55.49%
HSB/HSV310°50.26%74.12%
CMYK0.00%50.26%8.47%
25.88%

Color #BD5EAD in popluar number systems.

HEXBD5EAD
Decimal18994173
Binary10111101101111010101101
Octal275136255

Shades and tints

Shades of #BD5EAD

#BD5EAD
(189,94,173)
#AC569E
(172,86,158)
#9B4E8F
(155,78,143)
#8A4680
(138,70,128)
#793E71
(121,62,113)
#683662
(104,54,98)
#572E53
(87,46,83)
#462644
(70,38,68)
#351E35
(53,30,53)
#241626
(36,22,38)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #BD5EAD

#BD5EAD
(189,94,173)
#C36CB4
(195,108,180)
#C97ABB
(201,122,187)
#CF88C2
(207,136,194)
#D596C9
(213,150,201)
#DBA4D0
(219,164,208)
#E1B2D7
(225,178,215)
#E7C0DE
(231,192,222)
#EDCEE5
(237,206,229)
#F3DCEC
(243,220,236)
#F9EAF3
(249,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5EAD color. Also use rgb(189,94,173) instead hex code.

Text Font Color

.myTextColor { color: #BD5EAD; }

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

This text font color is #BD5EAD.


Background Color

.myBgColor { background-color: #BD5EAD; }

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

This div background color is #BD5EAD.


Border color

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

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

This div border color is #BD5EAD.


Opacity

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

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

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

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

This text has shadow with #BD5EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5EAD on black background.


Color preview on white background

This text has color #BD5EAD on white background.



Black color preview on #BD5EAD background

This text has black color on #BD5EAD background.


White color preview on #BD5EAD background

This text has white color on #BD5EAD background.