COLOR #BD7ECF

HEX: #BD7ECF RGB: (189,126,207)

Color info

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

RGB color model

#BD7ECF color RGB value is (189,126,207).

RGB: (189,126,207) (74%, 49%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 126 of 255 = 49%
B 207 of 255 = 81%

189
126
207

R + G + B ~ 68%. #BD7ECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 126 + 207 = 522 (100%)
R 189 of 522 ~ 36.21%
G 126 of 522 ~ 24.14%
B 207 of 522 ~ 39.66'%

%36.21
%24.14
%39.66

CMYK color model

#BD7ECF color CMYK value is (9,39,0,19).

  • cyan value is 8.70%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (9,39,0,19)
C9M39Y0K19 (9%, 39%, 0%, 19%)
(0.09 / 0.39 / 0.00 / 0.19)

CMYK percentages

%8.7
%39.13
%0
%18.82

Codes

Color #BD7ECF in popluar color models

BD 7E CF
RGB 189 126 207
HSL 287° 45.76% 65.29%
HSB/HSV 287° 39.13% 81.18%
CMYK 8.70% 39.13% 0.00%
18.82%

Color #BD7ECF in popluar number systems.

HEX BD 7E CF
Decimal 189 126 207
Binary 10111101 1111110 11001111
Octal 275 176 317

Shades and tints

Shades of #BD7ECF

#BD7ECF
(189,126,207)
#AC73BD
(172,115,189)
#9B68AB
(155,104,171)
#8A5D99
(138,93,153)
#795287
(121,82,135)
#684775
(104,71,117)
#573C63
(87,60,99)
#463151
(70,49,81)
#35263F
(53,38,63)
#241B2D
(36,27,45)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #BD7ECF

#BD7ECF
(189,126,207)
#C389D3
(195,137,211)
#C994D7
(201,148,215)
#CF9FDB
(207,159,219)
#D5AADF
(213,170,223)
#DBB5E3
(219,181,227)
#E1C0E7
(225,192,231)
#E7CBEB
(231,203,235)
#EDD6EF
(237,214,239)
#F3E1F3
(243,225,243)
#F9ECF7
(249,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7ECF color. Also use rgb(189,126,207) instead hex code.

Text Font Color

.myTextColor { color: #BD7ECF; }

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

This text font color is #BD7ECF.

Background Color

.myBgColor { background-color: #BD7ECF; }

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

This div background color is #BD7ECF.

Border color

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

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

This div border color is #BD7ECF.

Opacity

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

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

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

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

This text has shadow with #BD7ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7ECF.

Preview

Color preview on black background

This text has color #BD7ECF on black background.


Color preview on white background

This text has color #BD7ECF on white background.


Black color preview on #BD7ECF background

This text has black color on #BD7ECF background.


White color preview on #BD7ECF background

This text has white color on #BD7ECF background.


Related colors

Complementary color

Complementary color for #hex is #428130.


I love getcolorcode.com

Triadic colors

1 #CFBD7E and #7ECFBD with #BD7ECF are triadic colors.

2 #CF7EBD and #7EBDCF with #BD7ECF are triadic colors.