COLOR #B97CFC

HEX: #B97CFC
RGB: (185,124,252)

Color info

#B97CFC contains mainly blue color. Web safe color of #B97CFC is #CC66FF (or #C6F).

RGB color model

#B97CFC color RGB value is (185,124,252).

  • red value is 185;
  • green value is 124;
  • blue value is 252.
RGB:
(185,124,252)
(73%,49%,99%)

RGB channels and saturation

R 185 of 255 = 73%
G 124 of 255 = 49%
B 252 of 255 = 99%

185
124
252

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

Portions of RGB colors in percentages

R + G + B =
185 + 124 + 252 = 561 (100%)
R 185 of 561 ~ 32.98%
G 124 of 561 ~ 22.1%
B 252 of 561 ~ 44.92%

%32.98
%22.1
%44.92

CMYK color model

#B97CFC color CMYK value is (27,51,0,1).

  • cyan value is 26.59%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(27,51,0,1)
C27M51Y0K1 
(27%,51%,0%,1%)
(0.27/0.51/0.00/0.01)	

CMYK percentages

%26.59
%50.79
%0
%1.18

Codes

Color #B97CFC in popluar color models

B97CFC
RGB185124252
HSL269°95.52%73.73%
HSB/HSV269°50.79%98.82%
CMYK26.59%50.79%0.00%
1.18%

Color #B97CFC in popluar number systems.

HEXB97CFC
Decimal185124252
Binary10111001111110011111100
Octal271174374

Shades and tints

Shades of #B97CFC

#B97CFC
(185,124,252)
#A971E6
(169,113,230)
#9966D0
(153,102,208)
#895BBA
(137,91,186)
#7950A4
(121,80,164)
#69458E
(105,69,142)
#593A78
(89,58,120)
#492F62
(73,47,98)
#39244C
(57,36,76)
#291936
(41,25,54)
#190E20
(25,14,32)
#000000
(0,0,0)

Tints of #B97CFC

#B97CFC
(185,124,252)
#BF87FC
(191,135,252)
#C592FC
(197,146,252)
#CB9DFC
(203,157,252)
#D1A8FC
(209,168,252)
#D7B3FC
(215,179,252)
#DDBEFC
(221,190,252)
#E3C9FC
(227,201,252)
#E9D4FC
(233,212,252)
#EFDFFC
(239,223,252)
#F5EAFC
(245,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97CFC color. Also use rgb(185,124,252) instead hex code.

Text Font Color

.myTextColor { color: #B97CFC; }

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

This text font color is #B97CFC.


Background Color

.myBgColor { background-color: #B97CFC; }

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

This div background color is #B97CFC.


Border color

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

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

This div border color is #B97CFC.


Opacity

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

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

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

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

This text has shadow with #B97CFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97CFC on black background.


Color preview on white background

This text has color #B97CFC on white background.



Black color preview on #B97CFC background

This text has black color on #B97CFC background.


White color preview on #B97CFC background

This text has white color on #B97CFC background.