COLOR #B496F7

HEX: #B496F7 RGB: (180,150,247)

Color info

#B496F7 contains mainly blue color. Web safe color of #B496F7 is #CC99FF (or #C9F).

RGB color model

#B496F7 color RGB value is (180,150,247).

RGB: (180,150,247) (71%, 59%, 97%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 247 of 255 = 97%

180
150
247

R + G + B ~ 76%. #B496F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 150 + 247 = 577 (100%)
R 180 of 577 ~ 31.2%
G 150 of 577 ~ 26%
B 247 of 577 ~ 42.81'%

%31.2
%26
%42.81

CMYK color model

#B496F7 color CMYK value is (27,39,0,3).

  • cyan value is 27.13%
  • magenta value is 39.27%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (27,39,0,3)
C27M39Y0K3 (27%, 39%, 0%, 3%)
(0.27 / 0.39 / 0.00 / 0.03)

CMYK percentages

%27.13
%39.27
%0
%3.14

Codes

Color #B496F7 in popluar color models

B4 96 F7
RGB 180 150 247
HSL 259° 85.84% 77.84%
HSB/HSV 259° 39.27% 96.86%
CMYK 27.13% 39.27% 0.00%
3.14%

Color #B496F7 in popluar number systems.

HEX B4 96 F7
Decimal 180 150 247
Binary 10110100 10010110 11110111
Octal 264 226 367

Shades and tints

Shades of #B496F7

#B496F7
(180,150,247)
#A489E1
(164,137,225)
#947CCB
(148,124,203)
#846FB5
(132,111,181)
#74629F
(116,98,159)
#645589
(100,85,137)
#544873
(84,72,115)
#443B5D
(68,59,93)
#342E47
(52,46,71)
#242131
(36,33,49)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #B496F7

#B496F7
(180,150,247)
#BA9FF7
(186,159,247)
#C0A8F7
(192,168,247)
#C6B1F7
(198,177,247)
#CCBAF7
(204,186,247)
#D2C3F7
(210,195,247)
#D8CCF7
(216,204,247)
#DED5F7
(222,213,247)
#E4DEF7
(228,222,247)
#EAE7F7
(234,231,247)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B496F7 color. Also use rgb(180,150,247) instead hex code.

Text Font Color

.myTextColor { color: #B496F7; }

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

This text font color is #B496F7.

Background Color

.myBgColor { background-color: #B496F7; }

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

This div background color is #B496F7.

Border color

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

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

This div border color is #B496F7.

Opacity

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

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

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

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

This text has shadow with #B496F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B496F7.

Preview

Color preview on black background

This text has color #B496F7 on black background.


Color preview on white background

This text has color #B496F7 on white background.


Black color preview on #B496F7 background

This text has black color on #B496F7 background.


White color preview on #B496F7 background

This text has white color on #B496F7 background.


Related colors

Complementary color

Complementary color for #hex is #4B6908.


I love getcolorcode.com

Triadic colors

1 #F7B496 and #96F7B4 with #B496F7 are triadic colors.

2 #F796B4 and #96B4F7 with #B496F7 are triadic colors.