COLOR #B296E1

HEX: #B296E1 RGB: (178,150,225)

Color info

#B296E1 contains mainly red and blue colors. Web safe color of #B296E1 is #9999CC (or #99C).

RGB color model

#B296E1 color RGB value is (178,150,225).

RGB: (178,150,225) (70%, 59%, 88%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 225 of 255 = 88%

178
150
225

R + G + B ~ 72%. #B296E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 150 + 225 = 553 (100%)
R 178 of 553 ~ 32.19%
G 150 of 553 ~ 27.12%
B 225 of 553 ~ 40.69'%

%32.19
%27.12
%40.69

CMYK color model

#B296E1 color CMYK value is (21,33,0,12).

  • cyan value is 20.89%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (21,33,0,12)
C21M33Y0K12 (21%, 33%, 0%, 12%)
(0.21 / 0.33 / 0.00 / 0.12)

CMYK percentages

%20.89
%33.33
%0
%11.76

Codes

Color #B296E1 in popluar color models

B2 96 E1
RGB 178 150 225
HSL 262° 55.56% 73.53%
HSB/HSV 262° 33.33% 88.24%
CMYK 20.89% 33.33% 0.00%
11.76%

Color #B296E1 in popluar number systems.

HEX B2 96 E1
Decimal 178 150 225
Binary 10110010 10010110 11100001
Octal 262 226 341

Shades and tints

Shades of #B296E1

#B296E1
(178,150,225)
#A289CD
(162,137,205)
#927CB9
(146,124,185)
#826FA5
(130,111,165)
#726291
(114,98,145)
#62557D
(98,85,125)
#524869
(82,72,105)
#423B55
(66,59,85)
#322E41
(50,46,65)
#22212D
(34,33,45)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B296E1

#B296E1
(178,150,225)
#B99FE3
(185,159,227)
#C0A8E5
(192,168,229)
#C7B1E7
(199,177,231)
#CEBAE9
(206,186,233)
#D5C3EB
(213,195,235)
#DCCCED
(220,204,237)
#E3D5EF
(227,213,239)
#EADEF1
(234,222,241)
#F1E7F3
(241,231,243)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B296E1 color. Also use rgb(178,150,225) instead hex code.

Text Font Color

.myTextColor { color: #B296E1; }

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

This text font color is #B296E1.

Background Color

.myBgColor { background-color: #B296E1; }

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

This div background color is #B296E1.

Border color

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

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

This div border color is #B296E1.

Opacity

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

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

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

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

This text has shadow with #B296E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B296E1.

Preview

Color preview on black background

This text has color #B296E1 on black background.


Color preview on white background

This text has color #B296E1 on white background.


Black color preview on #B296E1 background

This text has black color on #B296E1 background.


White color preview on #B296E1 background

This text has white color on #B296E1 background.


Related colors

Complementary color

Complementary color for #hex is #4D691E.


I love getcolorcode.com

Triadic colors

1 #E1B296 and #96E1B2 with #B296E1 are triadic colors.

2 #E196B2 and #96B2E1 with #B296E1 are triadic colors.