COLOR #BD7ADC

HEX: #BD7ADC
RGB: (189,122,220)

Color info

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

RGB color model

#BD7ADC color RGB value is (189,122,220).

  • red value is 189;
  • green value is 122;
  • blue value is 220.
RGB:
(189,122,220)
(74%,48%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 220 of 255 = 86%

189
122
220

R + G + B ~ 69%. #BD7ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 122 + 220 = 531 (100%)
R 189 of 531 ~ 35.59%
G 122 of 531 ~ 22.98%
B 220 of 531 ~ 41.43%

%35.59
%22.98
%41.43

CMYK color model

#BD7ADC color CMYK value is (14,45,0,14).

  • cyan value is 14.09%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,45,0,14)
C14M45Y0K14 
(14%,45%,0%,14%)
(0.14/0.45/0.00/0.14)	

CMYK percentages

%14.09
%44.55
%0
%13.73

Codes

Color #BD7ADC in popluar color models

BD7ADC
RGB189122220
HSL281°58.33%67.06%
HSB/HSV281°44.55%86.27%
CMYK14.09%44.55%0.00%
13.73%

Color #BD7ADC in popluar number systems.

HEXBD7ADC
Decimal189122220
Binary10111101111101011011100
Octal275172334

Shades and tints

Shades of #BD7ADC

#BD7ADC
(189,122,220)
#AC6FC8
(172,111,200)
#9B64B4
(155,100,180)
#8A59A0
(138,89,160)
#794E8C
(121,78,140)
#684378
(104,67,120)
#573864
(87,56,100)
#462D50
(70,45,80)
#35223C
(53,34,60)
#241728
(36,23,40)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #BD7ADC

#BD7ADC
(189,122,220)
#C386DF
(195,134,223)
#C992E2
(201,146,226)
#CF9EE5
(207,158,229)
#D5AAE8
(213,170,232)
#DBB6EB
(219,182,235)
#E1C2EE
(225,194,238)
#E7CEF1
(231,206,241)
#EDDAF4
(237,218,244)
#F3E6F7
(243,230,247)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7ADC color. Also use rgb(189,122,220) instead hex code.

Text Font Color

.myTextColor { color: #BD7ADC; }

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

This text font color is #BD7ADC.


Background Color

.myBgColor { background-color: #BD7ADC; }

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

This div background color is #BD7ADC.


Border color

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

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

This div border color is #BD7ADC.


Opacity

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

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

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

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

This text has shadow with #BD7ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7ADC on black background.


Color preview on white background

This text has color #BD7ADC on white background.



Black color preview on #BD7ADC background

This text has black color on #BD7ADC background.


White color preview on #BD7ADC background

This text has white color on #BD7ADC background.