COLOR #BD6EA3

HEX: #BD6EA3
RGB: (189,110,163)

Color info

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

RGB color model

#BD6EA3 color RGB value is (189,110,163).

  • red value is 189;
  • green value is 110;
  • blue value is 163.
RGB:
(189,110,163)
(74%,43%,64%)

RGB channels and saturation

R 189 of 255 = 74%
G 110 of 255 = 43%
B 163 of 255 = 64%

189
110
163

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

Portions of RGB colors in percentages

R + G + B =
189 + 110 + 163 = 462 (100%)
R 189 of 462 ~ 40.91%
G 110 of 462 ~ 23.81%
B 163 of 462 ~ 35.28%

%40.91
%23.81
%35.28

CMYK color model

#BD6EA3 color CMYK value is (0,42,14,26).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(0,42,14,26)
C0M42Y14K26 
(0%,42%,14%,26%)
(0.00/0.42/0.14/0.26)	

CMYK percentages

%0
%41.8
%13.76
%25.88

Codes

Color #BD6EA3 in popluar color models

BD6EA3
RGB189110163
HSL320°37.44%58.63%
HSB/HSV320°41.80%74.12%
CMYK0.00%41.80%13.76%
25.88%

Color #BD6EA3 in popluar number systems.

HEXBD6EA3
Decimal189110163
Binary10111101110111010100011
Octal275156243

Shades and tints

Shades of #BD6EA3

#BD6EA3
(189,110,163)
#AC6495
(172,100,149)
#9B5A87
(155,90,135)
#8A5079
(138,80,121)
#79466B
(121,70,107)
#683C5D
(104,60,93)
#57324F
(87,50,79)
#462841
(70,40,65)
#351E33
(53,30,51)
#241425
(36,20,37)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #BD6EA3

#BD6EA3
(189,110,163)
#C37BAB
(195,123,171)
#C988B3
(201,136,179)
#CF95BB
(207,149,187)
#D5A2C3
(213,162,195)
#DBAFCB
(219,175,203)
#E1BCD3
(225,188,211)
#E7C9DB
(231,201,219)
#EDD6E3
(237,214,227)
#F3E3EB
(243,227,235)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6EA3 color. Also use rgb(189,110,163) instead hex code.

Text Font Color

.myTextColor { color: #BD6EA3; }

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

This text font color is #BD6EA3.


Background Color

.myBgColor { background-color: #BD6EA3; }

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

This div background color is #BD6EA3.


Border color

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

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

This div border color is #BD6EA3.


Opacity

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

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

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

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

This text has shadow with #BD6EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6EA3 on black background.


Color preview on white background

This text has color #BD6EA3 on white background.



Black color preview on #BD6EA3 background

This text has black color on #BD6EA3 background.


White color preview on #BD6EA3 background

This text has white color on #BD6EA3 background.