COLOR #B495D7

HEX: #B495D7
RGB: (180,149,215)

Color info

#B495D7 contains mainly red and blue colors. Web safe color of #B495D7 is #CC99CC (or #C9C).

RGB color model

#B495D7 color RGB value is (180,149,215).

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

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 215 of 255 = 84%

180
149
215

R + G + B ~ 71%. #B495D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 149 + 215 = 544 (100%)
R 180 of 544 ~ 33.09%
G 149 of 544 ~ 27.39%
B 215 of 544 ~ 39.52%

%33.09
%27.39
%39.52

CMYK color model

#B495D7 color CMYK value is (16,31,0,16).

  • cyan value is 16.28%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,31,0,16)
C16M31Y0K16 
(16%,31%,0%,16%)
(0.16/0.31/0.00/0.16)	

CMYK percentages

%16.28
%30.7
%0
%15.69

Codes

Color #B495D7 in popluar color models

B495D7
RGB180149215
HSL268°45.21%71.37%
HSB/HSV268°30.70%84.31%
CMYK16.28%30.70%0.00%
15.69%

Color #B495D7 in popluar number systems.

HEXB495D7
Decimal180149215
Binary101101001001010111010111
Octal264225327

Shades and tints

Shades of #B495D7

#B495D7
(180,149,215)
#A488C4
(164,136,196)
#947BB1
(148,123,177)
#846E9E
(132,110,158)
#74618B
(116,97,139)
#645478
(100,84,120)
#544765
(84,71,101)
#443A52
(68,58,82)
#342D3F
(52,45,63)
#24202C
(36,32,44)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B495D7

#B495D7
(180,149,215)
#BA9EDA
(186,158,218)
#C0A7DD
(192,167,221)
#C6B0E0
(198,176,224)
#CCB9E3
(204,185,227)
#D2C2E6
(210,194,230)
#D8CBE9
(216,203,233)
#DED4EC
(222,212,236)
#E4DDEF
(228,221,239)
#EAE6F2
(234,230,242)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B495D7; }

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

This text font color is #B495D7.


Background Color

.myBgColor { background-color: #B495D7; }

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

This div background color is #B495D7.


Border color

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

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

This div border color is #B495D7.


Opacity

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

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

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

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

This text has shadow with #B495D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B495D7 on black background.


Color preview on white background

This text has color #B495D7 on white background.



Black color preview on #B495D7 background

This text has black color on #B495D7 background.


White color preview on #B495D7 background

This text has white color on #B495D7 background.