COLOR #BD7BDC

HEX: #BD7BDC
RGB: (189,123,220)

Color info

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

RGB color model

#BD7BDC color RGB value is (189,123,220).

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

RGB channels and saturation

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

189
123
220

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

Portions of RGB colors in percentages

R + G + B =
189 + 123 + 220 = 532 (100%)
R 189 of 532 ~ 35.53%
G 123 of 532 ~ 23.12%
B 220 of 532 ~ 41.35%

%35.53
%23.12
%41.35

CMYK color model

#BD7BDC color CMYK value is (14,44,0,14).

  • cyan value is 14.09%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,44,0,14)
C14M44Y0K14 
(14%,44%,0%,14%)
(0.14/0.44/0.00/0.14)	

CMYK percentages

%14.09
%44.09
%0
%13.73

Codes

Color #BD7BDC in popluar color models

BD7BDC
RGB189123220
HSL281°58.08%67.25%
HSB/HSV281°44.09%86.27%
CMYK14.09%44.09%0.00%
13.73%

Color #BD7BDC in popluar number systems.

HEXBD7BDC
Decimal189123220
Binary10111101111101111011100
Octal275173334

Shades and tints

Shades of #BD7BDC

#BD7BDC
(189,123,220)
#AC70C8
(172,112,200)
#9B65B4
(155,101,180)
#8A5AA0
(138,90,160)
#794F8C
(121,79,140)
#684478
(104,68,120)
#573964
(87,57,100)
#462E50
(70,46,80)
#35233C
(53,35,60)
#241828
(36,24,40)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #BD7BDC

#BD7BDC
(189,123,220)
#C387DF
(195,135,223)
#C993E2
(201,147,226)
#CF9FE5
(207,159,229)
#D5ABE8
(213,171,232)
#DBB7EB
(219,183,235)
#E1C3EE
(225,195,238)
#E7CFF1
(231,207,241)
#EDDBF4
(237,219,244)
#F3E7F7
(243,231,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7BDC; }

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

This text font color is #BD7BDC.


Background Color

.myBgColor { background-color: #BD7BDC; }

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

This div background color is #BD7BDC.


Border color

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

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

This div border color is #BD7BDC.


Opacity

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

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

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

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

This text has shadow with #BD7BDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7BDC on black background.


Color preview on white background

This text has color #BD7BDC on white background.



Black color preview on #BD7BDC background

This text has black color on #BD7BDC background.


White color preview on #BD7BDC background

This text has white color on #BD7BDC background.