COLOR #B97FD2

HEX: #B97FD2
RGB: (185,127,210)

Color info

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

RGB color model

#B97FD2 color RGB value is (185,127,210).

  • red value is 185;
  • green value is 127;
  • blue value is 210.
RGB:
(185,127,210)
(73%,50%,82%)

RGB channels and saturation

R 185 of 255 = 73%
G 127 of 255 = 50%
B 210 of 255 = 82%

185
127
210

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

Portions of RGB colors in percentages

R + G + B =
185 + 127 + 210 = 522 (100%)
R 185 of 522 ~ 35.44%
G 127 of 522 ~ 24.33%
B 210 of 522 ~ 40.23%

%35.44
%24.33
%40.23

CMYK color model

#B97FD2 color CMYK value is (12,40,0,18).

  • cyan value is 11.90%
  • magenta value is 39.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(12,40,0,18)
C12M40Y0K18 
(12%,40%,0%,18%)
(0.12/0.40/0.00/0.18)	

CMYK percentages

%11.9
%39.52
%0
%17.65

Codes

Color #B97FD2 in popluar color models

B97FD2
RGB185127210
HSL282°47.98%66.08%
HSB/HSV282°39.52%82.35%
CMYK11.90%39.52%0.00%
17.65%

Color #B97FD2 in popluar number systems.

HEXB97FD2
Decimal185127210
Binary10111001111111111010010
Octal271177322

Shades and tints

Shades of #B97FD2

#B97FD2
(185,127,210)
#A974BF
(169,116,191)
#9969AC
(153,105,172)
#895E99
(137,94,153)
#795386
(121,83,134)
#694873
(105,72,115)
#593D60
(89,61,96)
#49324D
(73,50,77)
#39273A
(57,39,58)
#291C27
(41,28,39)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #B97FD2

#B97FD2
(185,127,210)
#BF8AD6
(191,138,214)
#C595DA
(197,149,218)
#CBA0DE
(203,160,222)
#D1ABE2
(209,171,226)
#D7B6E6
(215,182,230)
#DDC1EA
(221,193,234)
#E3CCEE
(227,204,238)
#E9D7F2
(233,215,242)
#EFE2F6
(239,226,246)
#F5EDFA
(245,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97FD2 color. Also use rgb(185,127,210) instead hex code.

Text Font Color

.myTextColor { color: #B97FD2; }

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

This text font color is #B97FD2.


Background Color

.myBgColor { background-color: #B97FD2; }

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

This div background color is #B97FD2.


Border color

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

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

This div border color is #B97FD2.


Opacity

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

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

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

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

This text has shadow with #B97FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97FD2 on black background.


Color preview on white background

This text has color #B97FD2 on white background.



Black color preview on #B97FD2 background

This text has black color on #B97FD2 background.


White color preview on #B97FD2 background

This text has white color on #B97FD2 background.