COLOR #B395CA

HEX: #B395CA RGB: (179,149,202)

Color info

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

RGB color model

#B395CA color RGB value is (179,149,202).

RGB: (179,149,202) (70%, 58%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 149 of 255 = 58%
B 202 of 255 = 79%

179
149
202

R + G + B ~ 69%. #B395CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 149 + 202 = 530 (100%)
R 179 of 530 ~ 33.77%
G 149 of 530 ~ 28.11%
B 202 of 530 ~ 38.11'%

%33.77
%28.11
%38.11

CMYK color model

#B395CA color CMYK value is (11,26,0,21).

  • cyan value is 11.39%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (11,26,0,21)
C11M26Y0K21 (11%, 26%, 0%, 21%)
(0.11 / 0.26 / 0.00 / 0.21)

CMYK percentages

%11.39
%26.24
%0
%20.78

Codes

Color #B395CA in popluar color models

B3 95 CA
RGB 179 149 202
HSL 274° 33.33% 68.82%
HSB/HSV 274° 26.24% 79.22%
CMYK 11.39% 26.24% 0.00%
20.78%

Color #B395CA in popluar number systems.

HEX B3 95 CA
Decimal 179 149 202
Binary 10110011 10010101 11001010
Octal 263 225 312

Shades and tints

Shades of #B395CA

#B395CA
(179,149,202)
#A388B8
(163,136,184)
#937BA6
(147,123,166)
#836E94
(131,110,148)
#736182
(115,97,130)
#635470
(99,84,112)
#53475E
(83,71,94)
#433A4C
(67,58,76)
#332D3A
(51,45,58)
#232028
(35,32,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B395CA

#B395CA
(179,149,202)
#B99ECE
(185,158,206)
#BFA7D2
(191,167,210)
#C5B0D6
(197,176,214)
#CBB9DA
(203,185,218)
#D1C2DE
(209,194,222)
#D7CBE2
(215,203,226)
#DDD4E6
(221,212,230)
#E3DDEA
(227,221,234)
#E9E6EE
(233,230,238)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B395CA; }

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

This text font color is #B395CA.

Background Color

.myBgColor { background-color: #B395CA; }

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

This div background color is #B395CA.

Border color

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

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

This div border color is #B395CA.

Opacity

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

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

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

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

This text has shadow with #B395CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B395CA.

Preview

Color preview on black background

This text has color #B395CA on black background.


Color preview on white background

This text has color #B395CA on white background.


Black color preview on #B395CA background

This text has black color on #B395CA background.


White color preview on #B395CA background

This text has white color on #B395CA background.


Related colors

Complementary color

Complementary color for #hex is #4C6A35.


I love getcolorcode.com

Triadic colors

1 #CAB395 and #95CAB3 with #B395CA are triadic colors.

2 #CA95B3 and #95B3CA with #B395CA are triadic colors.