COLOR #BD97E6

HEX: #BD97E6
RGB: (189,151,230)

Color info

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

RGB color model

#BD97E6 color RGB value is (189,151,230).

  • red value is 189;
  • green value is 151;
  • blue value is 230.
RGB:
(189,151,230)
(74%,59%,90%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 230 of 255 = 90%

189
151
230

R + G + B ~ 74%. #BD97E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 230 = 570 (100%)
R 189 of 570 ~ 33.16%
G 151 of 570 ~ 26.49%
B 230 of 570 ~ 40.35%

%33.16
%26.49
%40.35

CMYK color model

#BD97E6 color CMYK value is (18,34,0,10).

  • cyan value is 17.83%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(18,34,0,10)
C18M34Y0K10 
(18%,34%,0%,10%)
(0.18/0.34/0.00/0.10)	

CMYK percentages

%17.83
%34.35
%0
%9.8

Codes

Color #BD97E6 in popluar color models

BD97E6
RGB189151230
HSL269°61.24%74.71%
HSB/HSV269°34.35%90.20%
CMYK17.83%34.35%0.00%
9.80%

Color #BD97E6 in popluar number systems.

HEXBD97E6
Decimal189151230
Binary101111011001011111100110
Octal275227346

Shades and tints

Shades of #BD97E6

#BD97E6
(189,151,230)
#AC8AD2
(172,138,210)
#9B7DBE
(155,125,190)
#8A70AA
(138,112,170)
#796396
(121,99,150)
#685682
(104,86,130)
#57496E
(87,73,110)
#463C5A
(70,60,90)
#352F46
(53,47,70)
#242232
(36,34,50)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #BD97E6

#BD97E6
(189,151,230)
#C3A0E8
(195,160,232)
#C9A9EA
(201,169,234)
#CFB2EC
(207,178,236)
#D5BBEE
(213,187,238)
#DBC4F0
(219,196,240)
#E1CDF2
(225,205,242)
#E7D6F4
(231,214,244)
#EDDFF6
(237,223,246)
#F3E8F8
(243,232,248)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD97E6; }

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

This text font color is #BD97E6.


Background Color

.myBgColor { background-color: #BD97E6; }

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

This div background color is #BD97E6.


Border color

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

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

This div border color is #BD97E6.


Opacity

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

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

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

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

This text has shadow with #BD97E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD97E6 on black background.


Color preview on white background

This text has color #BD97E6 on white background.



Black color preview on #BD97E6 background

This text has black color on #BD97E6 background.


White color preview on #BD97E6 background

This text has white color on #BD97E6 background.