COLOR #BD97EA

HEX: #BD97EA RGB: (189,151,234)

Color info

#BD97EA contains mainly red and blue colors. Web safe color of #BD97EA is #CC99FF (or #C9F).

RGB color model

#BD97EA color RGB value is (189,151,234).

RGB: (189,151,234) (74%, 59%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 234 of 255 = 92%

189
151
234

R + G + B ~ 75%. #BD97EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 151 + 234 = 574 (100%)
R 189 of 574 ~ 32.93%
G 151 of 574 ~ 26.31%
B 234 of 574 ~ 40.77'%

%32.93
%26.31
%40.77

CMYK color model

#BD97EA color CMYK value is (19,35,0,8).

  • cyan value is 19.23%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (19,35,0,8)
C19M35Y0K8 (19%, 35%, 0%, 8%)
(0.19 / 0.35 / 0.00 / 0.08)

CMYK percentages

%19.23
%35.47
%0
%8.24

Codes

Color #BD97EA in popluar color models

BD 97 EA
RGB 189 151 234
HSL 267° 66.40% 75.49%
HSB/HSV 267° 35.47% 91.76%
CMYK 19.23% 35.47% 0.00%
8.24%

Color #BD97EA in popluar number systems.

HEX BD 97 EA
Decimal 189 151 234
Binary 10111101 10010111 11101010
Octal 275 227 352

Shades and tints

Shades of #BD97EA

#BD97EA
(189,151,234)
#AC8AD5
(172,138,213)
#9B7DC0
(155,125,192)
#8A70AB
(138,112,171)
#796396
(121,99,150)
#685681
(104,86,129)
#57496C
(87,73,108)
#463C57
(70,60,87)
#352F42
(53,47,66)
#24222D
(36,34,45)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BD97EA

#BD97EA
(189,151,234)
#C3A0EB
(195,160,235)
#C9A9EC
(201,169,236)
#CFB2ED
(207,178,237)
#D5BBEE
(213,187,238)
#DBC4EF
(219,196,239)
#E1CDF0
(225,205,240)
#E7D6F1
(231,214,241)
#EDDFF2
(237,223,242)
#F3E8F3
(243,232,243)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD97EA; }

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

This text font color is #BD97EA.

Background Color

.myBgColor { background-color: #BD97EA; }

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

This div background color is #BD97EA.

Border color

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

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

This div border color is #BD97EA.

Opacity

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

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

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

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

This text has shadow with #BD97EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD97EA.

Preview

Color preview on black background

This text has color #BD97EA on black background.


Color preview on white background

This text has color #BD97EA on white background.


Black color preview on #BD97EA background

This text has black color on #BD97EA background.


White color preview on #BD97EA background

This text has white color on #BD97EA background.


Related colors

Complementary color

Complementary color for #hex is #426815.


I love getcolorcode.com

Triadic colors

1 #EABD97 and #97EABD with #BD97EA are triadic colors.

2 #EA97BD and #97BDEA with #BD97EA are triadic colors.