COLOR #BD5EB3

HEX: #BD5EB3
RGB: (189,94,179)

Color info

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

RGB color model

#BD5EB3 color RGB value is (189,94,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 94 of 255 = 37%
B 179 of 255 = 70%

189
94
179

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

Portions of RGB colors in percentages

R + G + B =
189 + 94 + 179 = 462 (100%)
R 189 of 462 ~ 40.91%
G 94 of 462 ~ 20.35%
B 179 of 462 ~ 38.74%

%40.91
%20.35
%38.74

CMYK color model

#BD5EB3 color CMYK value is (0,50,5,26).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 5.29%
  • key color value is 25.88%
CMYK:
(0,50,5,26)
C0M50Y5K26 
(0%,50%,5%,26%)
(0.00/0.50/0.05/0.26)	

CMYK percentages

%0
%50.26
%5.29
%25.88

Codes

Color #BD5EB3 in popluar color models

BD5EB3
RGB18994179
HSL306°41.85%55.49%
HSB/HSV306°50.26%74.12%
CMYK0.00%50.26%5.29%
25.88%

Color #BD5EB3 in popluar number systems.

HEXBD5EB3
Decimal18994179
Binary10111101101111010110011
Octal275136263

Shades and tints

Shades of #BD5EB3

#BD5EB3
(189,94,179)
#AC56A3
(172,86,163)
#9B4E93
(155,78,147)
#8A4683
(138,70,131)
#793E73
(121,62,115)
#683663
(104,54,99)
#572E53
(87,46,83)
#462643
(70,38,67)
#351E33
(53,30,51)
#241623
(36,22,35)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #BD5EB3

#BD5EB3
(189,94,179)
#C36CB9
(195,108,185)
#C97ABF
(201,122,191)
#CF88C5
(207,136,197)
#D596CB
(213,150,203)
#DBA4D1
(219,164,209)
#E1B2D7
(225,178,215)
#E7C0DD
(231,192,221)
#EDCEE3
(237,206,227)
#F3DCE9
(243,220,233)
#F9EAEF
(249,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD5EB3; }

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

This text font color is #BD5EB3.


Background Color

.myBgColor { background-color: #BD5EB3; }

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

This div background color is #BD5EB3.


Border color

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

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

This div border color is #BD5EB3.


Opacity

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

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

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

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

This text has shadow with #BD5EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5EB3 on black background.


Color preview on white background

This text has color #BD5EB3 on white background.



Black color preview on #BD5EB3 background

This text has black color on #BD5EB3 background.


White color preview on #BD5EB3 background

This text has white color on #BD5EB3 background.