COLOR #B096FB

HEX: #B096FB RGB: (176,150,251)

Color info

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

RGB color model

#B096FB color RGB value is (176,150,251).

RGB: (176,150,251) (69%, 59%, 98%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 251 of 255 = 98%

176
150
251

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

Portions of RGB colors in percentages

R + G + B = 176 + 150 + 251 = 577 (100%)
R 176 of 577 ~ 30.5%
G 150 of 577 ~ 26%
B 251 of 577 ~ 43.5'%

%30.5
%26
%43.5

CMYK color model

#B096FB color CMYK value is (30,40,0,2).

  • cyan value is 29.88%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (30,40,0,2)
C30M40Y0K2 (30%, 40%, 0%, 2%)
(0.30 / 0.40 / 0.00 / 0.02)

CMYK percentages

%29.88
%40.24
%0
%1.57

Codes

Color #B096FB in popluar color models

B0 96 FB
RGB 176 150 251
HSL 255° 92.66% 78.63%
HSB/HSV 255° 40.24% 98.43%
CMYK 29.88% 40.24% 0.00%
1.57%

Color #B096FB in popluar number systems.

HEX B0 96 FB
Decimal 176 150 251
Binary 10110000 10010110 11111011
Octal 260 226 373

Shades and tints

Shades of #B096FB

#B096FB
(176,150,251)
#A089E5
(160,137,229)
#907CCF
(144,124,207)
#806FB9
(128,111,185)
#7062A3
(112,98,163)
#60558D
(96,85,141)
#504877
(80,72,119)
#403B61
(64,59,97)
#302E4B
(48,46,75)
#202135
(32,33,53)
#10141F
(16,20,31)
#000000
(0,0,0)

Tints of #B096FB

#B096FB
(176,150,251)
#B79FFB
(183,159,251)
#BEA8FB
(190,168,251)
#C5B1FB
(197,177,251)
#CCBAFB
(204,186,251)
#D3C3FB
(211,195,251)
#DACCFB
(218,204,251)
#E1D5FB
(225,213,251)
#E8DEFB
(232,222,251)
#EFE7FB
(239,231,251)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B096FB color. Also use rgb(176,150,251) instead hex code.

Text Font Color

.myTextColor { color: #B096FB; }

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

This text font color is #B096FB.

Background Color

.myBgColor { background-color: #B096FB; }

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

This div background color is #B096FB.

Border color

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

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

This div border color is #B096FB.

Opacity

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

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

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

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

This text has shadow with #B096FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B096FB.

Preview

Color preview on black background

This text has color #B096FB on black background.


Color preview on white background

This text has color #B096FB on white background.


Black color preview on #B096FB background

This text has black color on #B096FB background.


White color preview on #B096FB background

This text has white color on #B096FB background.


Related colors

Complementary color

Complementary color for #hex is #4F6904.


I love getcolorcode.com

Triadic colors

1 #FBB096 and #96FBB0 with #B096FB are triadic colors.

2 #FB96B0 and #96B0FB with #B096FB are triadic colors.