COLOR #B395B0

HEX: #B395B0 RGB: (179,149,176)

Color info

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

RGB color model

#B395B0 color RGB value is (179,149,176).

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

RGB channels and saturation

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

179
149
176

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

Portions of RGB colors in percentages

R + G + B = 179 + 149 + 176 = 504 (100%)
R 179 of 504 ~ 35.52%
G 149 of 504 ~ 29.56%
B 176 of 504 ~ 34.92'%

%35.52
%29.56
%34.92

CMYK color model

#B395B0 color CMYK value is (0,17,2,30).

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

CMYK: (0,17,2,30)
C0M17Y2K30 (0%, 17%, 2%, 30%)
(0.00 / 0.17 / 0.02 / 0.30)

CMYK percentages

%0
%16.76
%1.68
%29.8

Codes

Color #B395B0 in popluar color models

B3 95 B0
RGB 179 149 176
HSL 306° 16.48% 64.31%
HSB/HSV 306° 16.76% 70.20%
CMYK 0.00% 16.76% 1.68%
29.80%

Color #B395B0 in popluar number systems.

HEX B3 95 B0
Decimal 179 149 176
Binary 10110011 10010101 10110000
Octal 263 225 260

Shades and tints

Shades of #B395B0

#B395B0
(179,149,176)
#A388A0
(163,136,160)
#937B90
(147,123,144)
#836E80
(131,110,128)
#736170
(115,97,112)
#635460
(99,84,96)
#534750
(83,71,80)
#433A40
(67,58,64)
#332D30
(51,45,48)
#232020
(35,32,32)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #B395B0

#B395B0
(179,149,176)
#B99EB7
(185,158,183)
#BFA7BE
(191,167,190)
#C5B0C5
(197,176,197)
#CBB9CC
(203,185,204)
#D1C2D3
(209,194,211)
#D7CBDA
(215,203,218)
#DDD4E1
(221,212,225)
#E3DDE8
(227,221,232)
#E9E6EF
(233,230,239)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B395B0; }

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

This text font color is #B395B0.

Background Color

.myBgColor { background-color: #B395B0; }

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

This div background color is #B395B0.

Border color

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

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

This div border color is #B395B0.

Opacity

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

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

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

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

This text has shadow with #B395B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B395B0.

Preview

Color preview on black background

This text has color #B395B0 on black background.


Color preview on white background

This text has color #B395B0 on white background.


Black color preview on #B395B0 background

This text has black color on #B395B0 background.


White color preview on #B395B0 background

This text has white color on #B395B0 background.


Related colors

Complementary color

Complementary color for #hex is #4C6A4F.


I love getcolorcode.com

Triadic colors

1 #B0B395 and #95B0B3 with #B395B0 are triadic colors.

2 #B095B3 and #95B3B0 with #B395B0 are triadic colors.