COLOR #B395B1

HEX: #B395B1 RGB: (179,149,177)

Color info

#B395B1 contains red, green and blue colors in about the same proportion. Web safe color of #B395B1 is #999999 (or #999).

RGB color model

#B395B1 color RGB value is (179,149,177).

RGB: (179,149,177) (70%, 58%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 149 of 255 = 58%
B 177 of 255 = 69%

179
149
177

R + G + B ~ 66%. #B395B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 149 + 177 = 505 (100%)
R 179 of 505 ~ 35.45%
G 149 of 505 ~ 29.5%
B 177 of 505 ~ 35.05'%

%35.45
%29.5
%35.05

CMYK color model

#B395B1 color CMYK value is (0,17,1,30).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 1.12%
  • key color value is 29.80%

CMYK: (0,17,1,30)
C0M17Y1K30 (0%, 17%, 1%, 30%)
(0.00 / 0.17 / 0.01 / 0.30)

CMYK percentages

%0
%16.76
%1.12
%29.8

Codes

Color #B395B1 in popluar color models

B3 95 B1
RGB 179 149 177
HSL 304° 16.48% 64.31%
HSB/HSV 304° 16.76% 70.20%
CMYK 0.00% 16.76% 1.12%
29.80%

Color #B395B1 in popluar number systems.

HEX B3 95 B1
Decimal 179 149 177
Binary 10110011 10010101 10110001
Octal 263 225 261

Shades and tints

Shades of #B395B1

#B395B1
(179,149,177)
#A388A1
(163,136,161)
#937B91
(147,123,145)
#836E81
(131,110,129)
#736171
(115,97,113)
#635461
(99,84,97)
#534751
(83,71,81)
#433A41
(67,58,65)
#332D31
(51,45,49)
#232021
(35,32,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #B395B1

#B395B1
(179,149,177)
#B99EB8
(185,158,184)
#BFA7BF
(191,167,191)
#C5B0C6
(197,176,198)
#CBB9CD
(203,185,205)
#D1C2D4
(209,194,212)
#D7CBDB
(215,203,219)
#DDD4E2
(221,212,226)
#E3DDE9
(227,221,233)
#E9E6F0
(233,230,240)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B395B1 color. Also use rgb(179,149,177) instead hex code.

Text Font Color

.myTextColor { color: #B395B1; }

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

This text font color is #B395B1.

Background Color

.myBgColor { background-color: #B395B1; }

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

This div background color is #B395B1.

Border color

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

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

This div border color is #B395B1.

Opacity

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

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

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

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

This text has shadow with #B395B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B395B1.

Preview

Color preview on black background

This text has color #B395B1 on black background.


Color preview on white background

This text has color #B395B1 on white background.


Black color preview on #B395B1 background

This text has black color on #B395B1 background.


White color preview on #B395B1 background

This text has white color on #B395B1 background.


Related colors

Complementary color

Complementary color for #hex is #4C6A4E.


I love getcolorcode.com

Triadic colors

1 #B1B395 and #95B1B3 with #B395B1 are triadic colors.

2 #B195B3 and #95B3B1 with #B395B1 are triadic colors.