COLOR #B495F2

HEX: #B495F2
RGB: (180,149,242)

Color info

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

RGB color model

#B495F2 color RGB value is (180,149,242).

  • red value is 180;
  • green value is 149;
  • blue value is 242.
RGB:
(180,149,242)
(71%,58%,95%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 242 of 255 = 95%

180
149
242

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

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 242 = 571 (100%)
R 180 of 571 ~ 31.52%
G 149 of 571 ~ 26.09%
B 242 of 571 ~ 42.38%

%31.52
%26.09
%42.38

CMYK color model

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

  • cyan value is 25.62%
  • magenta value is 38.43%
  • 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

%25.62
%38.43
%0
%5.1

Codes

Color #B495F2 in popluar color models

B495F2
RGB180149242
HSL260°78.15%76.67%
HSB/HSV260°38.43%94.90%
CMYK25.62%38.43%0.00%
5.10%

Color #B495F2 in popluar number systems.

HEXB495F2
Decimal180149242
Binary101101001001010111110010
Octal264225362

Shades and tints

Shades of #B495F2

#B495F2
(180,149,242)
#A488DC
(164,136,220)
#947BC6
(148,123,198)
#846EB0
(132,110,176)
#74619A
(116,97,154)
#645484
(100,84,132)
#54476E
(84,71,110)
#443A58
(68,58,88)
#342D42
(52,45,66)
#24202C
(36,32,44)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B495F2

#B495F2
(180,149,242)
#BA9EF3
(186,158,243)
#C0A7F4
(192,167,244)
#C6B0F5
(198,176,245)
#CCB9F6
(204,185,246)
#D2C2F7
(210,194,247)
#D8CBF8
(216,203,248)
#DED4F9
(222,212,249)
#E4DDFA
(228,221,250)
#EAE6FB
(234,230,251)
#F0EFFC
(240,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B495F2 color. Also use rgb(180,149,242) instead hex code.

Text Font Color

.myTextColor { color: #B495F2; }

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

This text font color is #B495F2.


Background Color

.myBgColor { background-color: #B495F2; }

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

This div background color is #B495F2.


Border color

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

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

This div border color is #B495F2.


Opacity

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

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

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

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

This text has shadow with #B495F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B495F2 on black background.


Color preview on white background

This text has color #B495F2 on white background.



Black color preview on #B495F2 background

This text has black color on #B495F2 background.


White color preview on #B495F2 background

This text has white color on #B495F2 background.