COLOR #BD7DB7

HEX: #BD7DB7 RGB: (189,125,183)

Color info

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

RGB color model

#BD7DB7 color RGB value is (189,125,183).

RGB: (189,125,183) (74%, 49%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 183 of 255 = 72%

189
125
183

R + G + B ~ 65%. #BD7DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 125 + 183 = 497 (100%)
R 189 of 497 ~ 38.03%
G 125 of 497 ~ 25.15%
B 183 of 497 ~ 36.82'%

%38.03
%25.15
%36.82

CMYK color model

#BD7DB7 color CMYK value is (0,34,3,26).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 3.17%
  • key color value is 25.88%

CMYK: (0,34,3,26)
C0M34Y3K26 (0%, 34%, 3%, 26%)
(0.00 / 0.34 / 0.03 / 0.26)

CMYK percentages

%0
%33.86
%3.17
%25.88

Codes

Color #BD7DB7 in popluar color models

BD 7D B7
RGB 189 125 183
HSL 306° 32.65% 61.57%
HSB/HSV 306° 33.86% 74.12%
CMYK 0.00% 33.86% 3.17%
25.88%

Color #BD7DB7 in popluar number systems.

HEX BD 7D B7
Decimal 189 125 183
Binary 10111101 1111101 10110111
Octal 275 175 267

Shades and tints

Shades of #BD7DB7

#BD7DB7
(189,125,183)
#AC72A7
(172,114,167)
#9B6797
(155,103,151)
#8A5C87
(138,92,135)
#795177
(121,81,119)
#684667
(104,70,103)
#573B57
(87,59,87)
#463047
(70,48,71)
#352537
(53,37,55)
#241A27
(36,26,39)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #BD7DB7

#BD7DB7
(189,125,183)
#C388BD
(195,136,189)
#C993C3
(201,147,195)
#CF9EC9
(207,158,201)
#D5A9CF
(213,169,207)
#DBB4D5
(219,180,213)
#E1BFDB
(225,191,219)
#E7CAE1
(231,202,225)
#EDD5E7
(237,213,231)
#F3E0ED
(243,224,237)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7DB7 color. Also use rgb(189,125,183) instead hex code.

Text Font Color

.myTextColor { color: #BD7DB7; }

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

This text font color is #BD7DB7.

Background Color

.myBgColor { background-color: #BD7DB7; }

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

This div background color is #BD7DB7.

Border color

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

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

This div border color is #BD7DB7.

Opacity

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

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

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

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

This text has shadow with #BD7DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7DB7.

Preview

Color preview on black background

This text has color #BD7DB7 on black background.


Color preview on white background

This text has color #BD7DB7 on white background.


Black color preview on #BD7DB7 background

This text has black color on #BD7DB7 background.


White color preview on #BD7DB7 background

This text has white color on #BD7DB7 background.


Related colors

Complementary color

Complementary color for #hex is #428248.


I love getcolorcode.com

Triadic colors

1 #B7BD7D and #7DB7BD with #BD7DB7 are triadic colors.

2 #B77DBD and #7DBDB7 with #BD7DB7 are triadic colors.