COLOR #BD97DA

HEX: #BD97DA RGB: (189,151,218)

Color info

#BD97DA contains mainly red and blue colors. Web safe color of #BD97DA is #CC99CC (or #C9C).

RGB color model

#BD97DA color RGB value is (189,151,218).

RGB: (189,151,218) (74%, 59%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 218 of 255 = 85%

189
151
218

R + G + B ~ 73%. #BD97DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 151 + 218 = 558 (100%)
R 189 of 558 ~ 33.87%
G 151 of 558 ~ 27.06%
B 218 of 558 ~ 39.07'%

%33.87
%27.06
%39.07

CMYK color model

#BD97DA color CMYK value is (13,31,0,15).

  • cyan value is 13.30%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (13,31,0,15)
C13M31Y0K15 (13%, 31%, 0%, 15%)
(0.13 / 0.31 / 0.00 / 0.15)

CMYK percentages

%13.3
%30.73
%0
%14.51

Codes

Color #BD97DA in popluar color models

BD 97 DA
RGB 189 151 218
HSL 274° 47.52% 72.35%
HSB/HSV 274° 30.73% 85.49%
CMYK 13.30% 30.73% 0.00%
14.51%

Color #BD97DA in popluar number systems.

HEX BD 97 DA
Decimal 189 151 218
Binary 10111101 10010111 11011010
Octal 275 227 332

Shades and tints

Shades of #BD97DA

#BD97DA
(189,151,218)
#AC8AC7
(172,138,199)
#9B7DB4
(155,125,180)
#8A70A1
(138,112,161)
#79638E
(121,99,142)
#68567B
(104,86,123)
#574968
(87,73,104)
#463C55
(70,60,85)
#352F42
(53,47,66)
#24222F
(36,34,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #BD97DA

#BD97DA
(189,151,218)
#C3A0DD
(195,160,221)
#C9A9E0
(201,169,224)
#CFB2E3
(207,178,227)
#D5BBE6
(213,187,230)
#DBC4E9
(219,196,233)
#E1CDEC
(225,205,236)
#E7D6EF
(231,214,239)
#EDDFF2
(237,223,242)
#F3E8F5
(243,232,245)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD97DA color. Also use rgb(189,151,218) instead hex code.

Text Font Color

.myTextColor { color: #BD97DA; }

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

This text font color is #BD97DA.

Background Color

.myBgColor { background-color: #BD97DA; }

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

This div background color is #BD97DA.

Border color

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

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

This div border color is #BD97DA.

Opacity

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

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

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

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

This text has shadow with #BD97DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD97DA.

Preview

Color preview on black background

This text has color #BD97DA on black background.


Color preview on white background

This text has color #BD97DA on white background.


Black color preview on #BD97DA background

This text has black color on #BD97DA background.


White color preview on #BD97DA background

This text has white color on #BD97DA background.


Related colors

Complementary color

Complementary color for #hex is #426825.


I love getcolorcode.com

Triadic colors

1 #DABD97 and #97DABD with #BD97DA are triadic colors.

2 #DA97BD and #97BDDA with #BD97DA are triadic colors.