COLOR #BD7DD1

HEX: #BD7DD1
RGB: (189,125,209)

Color info

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

RGB color model

#BD7DD1 color RGB value is (189,125,209).

  • red value is 189;
  • green value is 125;
  • blue value is 209.
RGB:
(189,125,209)
(74%,49%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 209 of 255 = 82%

189
125
209

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

Portions of RGB colors in percentages

R + G + B =
189 + 125 + 209 = 523 (100%)
R 189 of 523 ~ 36.14%
G 125 of 523 ~ 23.9%
B 209 of 523 ~ 39.96%

%36.14
%23.9
%39.96

CMYK color model

#BD7DD1 color CMYK value is (10,40,0,18).

  • cyan value is 9.57%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,40,0,18)
C10M40Y0K18 
(10%,40%,0%,18%)
(0.10/0.40/0.00/0.18)	

CMYK percentages

%9.57
%40.19
%0
%18.04

Codes

Color #BD7DD1 in popluar color models

BD7DD1
RGB189125209
HSL286°47.73%65.49%
HSB/HSV286°40.19%81.96%
CMYK9.57%40.19%0.00%
18.04%

Color #BD7DD1 in popluar number systems.

HEXBD7DD1
Decimal189125209
Binary10111101111110111010001
Octal275175321

Shades and tints

Shades of #BD7DD1

#BD7DD1
(189,125,209)
#AC72BE
(172,114,190)
#9B67AB
(155,103,171)
#8A5C98
(138,92,152)
#795185
(121,81,133)
#684672
(104,70,114)
#573B5F
(87,59,95)
#46304C
(70,48,76)
#352539
(53,37,57)
#241A26
(36,26,38)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #BD7DD1

#BD7DD1
(189,125,209)
#C388D5
(195,136,213)
#C993D9
(201,147,217)
#CF9EDD
(207,158,221)
#D5A9E1
(213,169,225)
#DBB4E5
(219,180,229)
#E1BFE9
(225,191,233)
#E7CAED
(231,202,237)
#EDD5F1
(237,213,241)
#F3E0F5
(243,224,245)
#F9EBF9
(249,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7DD1; }

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

This text font color is #BD7DD1.


Background Color

.myBgColor { background-color: #BD7DD1; }

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

This div background color is #BD7DD1.


Border color

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

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

This div border color is #BD7DD1.


Opacity

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

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

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

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

This text has shadow with #BD7DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7DD1 on black background.


Color preview on white background

This text has color #BD7DD1 on white background.



Black color preview on #BD7DD1 background

This text has black color on #BD7DD1 background.


White color preview on #BD7DD1 background

This text has white color on #BD7DD1 background.