COLOR #B397BC

HEX: #B397BC RGB: (179,151,188)

Color info

#B397BC contains red, green and blue colors in about the same proportion. Web safe color of #B397BC is #9999CC (or #99C).

RGB color model

#B397BC color RGB value is (179,151,188).

RGB: (179,151,188) (70%, 59%, 74%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 188 of 255 = 74%

179
151
188

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

Portions of RGB colors in percentages

R + G + B = 179 + 151 + 188 = 518 (100%)
R 179 of 518 ~ 34.56%
G 151 of 518 ~ 29.15%
B 188 of 518 ~ 36.29'%

%34.56
%29.15
%36.29

CMYK color model

#B397BC color CMYK value is (5,20,0,26).

  • cyan value is 4.79%
  • magenta value is 19.68%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (5,20,0,26) C5M20Y0K26 (5%,20%,0%,26%) (0.05/0.20/0.00/0.26) 

CMYK percentages

%4.79
%19.68
%0
%26.27

Codes

Color #B397BC in popluar color models

B3 97 BC
RGB 179 151 188
HSL 285° 21.64% 66.47%
HSB/HSV 285° 19.68% 73.73%
CMYK 4.79% 19.68% 0.00%
26.27%

Color #B397BC in popluar number systems.

HEX B3 97 BC
Decimal 179 151 188
Binary 10110011 10010111 10111100
Octal 263 227 274

Shades and tints

Shades of #B397BC

#B397BC
(179,151,188)
#A38AAB
(163,138,171)
#937D9A
(147,125,154)
#837089
(131,112,137)
#736378
(115,99,120)
#635667
(99,86,103)
#534956
(83,73,86)
#433C45
(67,60,69)
#332F34
(51,47,52)
#232223
(35,34,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B397BC

#B397BC
(179,151,188)
#B9A0C2
(185,160,194)
#BFA9C8
(191,169,200)
#C5B2CE
(197,178,206)
#CBBBD4
(203,187,212)
#D1C4DA
(209,196,218)
#D7CDE0
(215,205,224)
#DDD6E6
(221,214,230)
#E3DFEC
(227,223,236)
#E9E8F2
(233,232,242)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397BC; }

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

This text font color is #B397BC.

Background Color

.myBgColor { background-color: #B397BC; }

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

This div background color is #B397BC.

Border color

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

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

This div border color is #B397BC.

Opacity

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

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

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

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

This text has shadow with #B397BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B397BC.

Preview

Color preview on black background

This text has color #B397BC on black background.


Color preview on white background

This text has color #B397BC on white background.


Black color preview on #B397BC background

This text has black color on #B397BC background.


White color preview on #B397BC background

This text has white color on #B397BC background.


Related colors

Complementary color

Complementary color for #hex is #4C6843.


I love getcolorcode.com

Triadic colors

1 #BCB397 and #97BCB3 with #B397BC are triadic colors.

2 #BC97B3 and #97B3BC with #B397BC are triadic colors.