COLOR #B296F2

HEX: #B296F2
RGB: (178,150,242)

Color info

#B296F2 contains mainly blue color. Web safe color of #B296F2 is #9999FF (or #99F).

RGB color model

#B296F2 color RGB value is (178,150,242).

  • red value is 178;
  • green value is 150;
  • blue value is 242.
RGB:
(178,150,242)
(70%,59%,95%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 242 of 255 = 95%

178
150
242

R + G + B ~ 75%. #B296F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 242 = 570 (100%)
R 178 of 570 ~ 31.23%
G 150 of 570 ~ 26.32%
B 242 of 570 ~ 42.46%

%31.23
%26.32
%42.46

CMYK color model

#B296F2 color CMYK value is (26,38,0,5).

  • cyan value is 26.45%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(26,38,0,5)
C26M38Y0K5 
(26%,38%,0%,5%)
(0.26/0.38/0.00/0.05)	

CMYK percentages

%26.45
%38.02
%0
%5.1

Codes

Color #B296F2 in popluar color models

B296F2
RGB178150242
HSL258°77.97%76.86%
HSB/HSV258°38.02%94.90%
CMYK26.45%38.02%0.00%
5.10%

Color #B296F2 in popluar number systems.

HEXB296F2
Decimal178150242
Binary101100101001011011110010
Octal262226362

Shades and tints

Shades of #B296F2

#B296F2
(178,150,242)
#A289DC
(162,137,220)
#927CC6
(146,124,198)
#826FB0
(130,111,176)
#72629A
(114,98,154)
#625584
(98,85,132)
#52486E
(82,72,110)
#423B58
(66,59,88)
#322E42
(50,46,66)
#22212C
(34,33,44)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B296F2

#B296F2
(178,150,242)
#B99FF3
(185,159,243)
#C0A8F4
(192,168,244)
#C7B1F5
(199,177,245)
#CEBAF6
(206,186,246)
#D5C3F7
(213,195,247)
#DCCCF8
(220,204,248)
#E3D5F9
(227,213,249)
#EADEFA
(234,222,250)
#F1E7FB
(241,231,251)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B296F2; }

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

This text font color is #B296F2.


Background Color

.myBgColor { background-color: #B296F2; }

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

This div background color is #B296F2.


Border color

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

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

This div border color is #B296F2.


Opacity

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

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

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

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

This text has shadow with #B296F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B296F2 on black background.


Color preview on white background

This text has color #B296F2 on white background.



Black color preview on #B296F2 background

This text has black color on #B296F2 background.


White color preview on #B296F2 background

This text has white color on #B296F2 background.