COLOR #B397F1

HEX: #B397F1 RGB: (179,151,241)

Color info

#B397F1 contains mainly blue color. Web safe color of #B397F1 is #9999FF (or #99F).

RGB color model

#B397F1 color RGB value is (179,151,241).

RGB: (179,151,241) (70%, 59%, 95%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 241 of 255 = 95%

179
151
241

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

Portions of RGB colors in percentages

R + G + B = 179 + 151 + 241 = 571 (100%)
R 179 of 571 ~ 31.35%
G 151 of 571 ~ 26.44%
B 241 of 571 ~ 42.21'%

%31.35
%26.44
%42.21

CMYK color model

#B397F1 color CMYK value is (26,37,0,5).

  • cyan value is 25.73%
  • magenta value is 37.34%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (26,37,0,5) C26M37Y0K5 (26%,37%,0%,5%) (0.26/0.37/0.00/0.05) 

CMYK percentages

%25.73
%37.34
%0
%5.49

Codes

Color #B397F1 in popluar color models

B3 97 F1
RGB 179 151 241
HSL 259° 76.27% 76.86%
HSB/HSV 259° 37.34% 94.51%
CMYK 25.73% 37.34% 0.00%
5.49%

Color #B397F1 in popluar number systems.

HEX B3 97 F1
Decimal 179 151 241
Binary 10110011 10010111 11110001
Octal 263 227 361

Shades and tints

Shades of #B397F1

#B397F1
(179,151,241)
#A38ADC
(163,138,220)
#937DC7
(147,125,199)
#8370B2
(131,112,178)
#73639D
(115,99,157)
#635688
(99,86,136)
#534973
(83,73,115)
#433C5E
(67,60,94)
#332F49
(51,47,73)
#232234
(35,34,52)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #B397F1

#B397F1
(179,151,241)
#B9A0F2
(185,160,242)
#BFA9F3
(191,169,243)
#C5B2F4
(197,178,244)
#CBBBF5
(203,187,245)
#D1C4F6
(209,196,246)
#D7CDF7
(215,205,247)
#DDD6F8
(221,214,248)
#E3DFF9
(227,223,249)
#E9E8FA
(233,232,250)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B397F1 color. Also use rgb(179,151,241) instead hex code.

Text Font Color

.myTextColor { color: #B397F1; }

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

This text font color is #B397F1.

Background Color

.myBgColor { background-color: #B397F1; }

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

This div background color is #B397F1.

Border color

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

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

This div border color is #B397F1.

Opacity

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

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

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

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

This text has shadow with #B397F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B397F1.

Preview

Color preview on black background

This text has color #B397F1 on black background.


Color preview on white background

This text has color #B397F1 on white background.


Black color preview on #B397F1 background

This text has black color on #B397F1 background.


White color preview on #B397F1 background

This text has white color on #B397F1 background.


Related colors

Complementary color

Complementary color for #hex is #4C680E.


I love getcolorcode.com

Triadic colors

1 #F1B397 and #97F1B3 with #B397F1 are triadic colors.

2 #F197B3 and #97B3F1 with #B397F1 are triadic colors.