COLOR #BD6DB8

HEX: #BD6DB8
RGB: (189,109,184)

Color info

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

RGB color model

#BD6DB8 color RGB value is (189,109,184).

  • red value is 189;
  • green value is 109;
  • blue value is 184.
RGB:
(189,109,184)
(74%,43%,72%)

RGB channels and saturation

R 189 of 255 = 74%
G 109 of 255 = 43%
B 184 of 255 = 72%

189
109
184

R + G + B ~ 63%. #BD6DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 109 + 184 = 482 (100%)
R 189 of 482 ~ 39.21%
G 109 of 482 ~ 22.61%
B 184 of 482 ~ 38.17%

%39.21
%22.61
%38.17

CMYK color model

#BD6DB8 color CMYK value is (0,42,3,26).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(0,42,3,26)
C0M42Y3K26 
(0%,42%,3%,26%)
(0.00/0.42/0.03/0.26)	

CMYK percentages

%0
%42.33
%2.65
%25.88

Codes

Color #BD6DB8 in popluar color models

BD6DB8
RGB189109184
HSL304°37.74%58.43%
HSB/HSV304°42.33%74.12%
CMYK0.00%42.33%2.65%
25.88%

Color #BD6DB8 in popluar number systems.

HEXBD6DB8
Decimal189109184
Binary10111101110110110111000
Octal275155270

Shades and tints

Shades of #BD6DB8

#BD6DB8
(189,109,184)
#AC64A8
(172,100,168)
#9B5B98
(155,91,152)
#8A5288
(138,82,136)
#794978
(121,73,120)
#684068
(104,64,104)
#573758
(87,55,88)
#462E48
(70,46,72)
#352538
(53,37,56)
#241C28
(36,28,40)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #BD6DB8

#BD6DB8
(189,109,184)
#C37ABE
(195,122,190)
#C987C4
(201,135,196)
#CF94CA
(207,148,202)
#D5A1D0
(213,161,208)
#DBAED6
(219,174,214)
#E1BBDC
(225,187,220)
#E7C8E2
(231,200,226)
#EDD5E8
(237,213,232)
#F3E2EE
(243,226,238)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6DB8 color. Also use rgb(189,109,184) instead hex code.

Text Font Color

.myTextColor { color: #BD6DB8; }

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

This text font color is #BD6DB8.


Background Color

.myBgColor { background-color: #BD6DB8; }

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

This div background color is #BD6DB8.


Border color

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

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

This div border color is #BD6DB8.


Opacity

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

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

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

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

This text has shadow with #BD6DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6DB8 on black background.


Color preview on white background

This text has color #BD6DB8 on white background.



Black color preview on #BD6DB8 background

This text has black color on #BD6DB8 background.


White color preview on #BD6DB8 background

This text has white color on #BD6DB8 background.