COLOR #B495FA

HEX: #B495FA
RGB: (180,149,250)

Renk bilgisi

#B495FA contains mainly blue color. #B495FA ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#B495FA color RGB value is (180,149,250).

  • kırmız ton 180;
  • yeşil ton 149;
  • mavi ton 250.
RGB:
(180,149,250)
(71%,58%,98%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 149 of 255 = 58%
B 250 of 255 = 98%

180
149
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 149 + 250 = 579 (100%)
R 180 of 579 ~ 31.09%
G 149 of 579 ~ 25.73%
B 250 of 579 ~ 43.18%

%31.09
%25.73
%43.18

CMYK RENK MODELİ

#B495FA rengi CMYK tonu (28,40,0,2).

  • camgöbeği tonu 28.00%
  • eflatun tonu 40.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(28,40,0,2)
C28M40Y0K2 
(28%,40%,0%,2%)
(0.28/0.40/0.00/0.02)	

CMYK yüzdeleri

%28
%40.4
%0
%1.96

Codes

Color #B495FA in popluar color models

B495FA
RGB180149250
HSL258°90.99%78.24%
HSB/HSV258°40.40%98.04%
CMYK28.00%40.40%0.00%
1.96%

Color #B495FA in popluar number systems.

HEXB495FA
Decimal180149250
Binary101101001001010111111010
Octal264225372

Shades and tints

Shades of #B495FA

#B495FA
(180,149,250)
#A488E4
(164,136,228)
#947BCE
(148,123,206)
#846EB8
(132,110,184)
#7461A2
(116,97,162)
#64548C
(100,84,140)
#544776
(84,71,118)
#443A60
(68,58,96)
#342D4A
(52,45,74)
#242034
(36,32,52)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #B495FA

#B495FA
(180,149,250)
#BA9EFA
(186,158,250)
#C0A7FA
(192,167,250)
#C6B0FA
(198,176,250)
#CCB9FA
(204,185,250)
#D2C2FA
(210,194,250)
#D8CBFA
(216,203,250)
#DED4FA
(222,212,250)
#E4DDFA
(228,221,250)
#EAE6FA
(234,230,250)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B495FA; }

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

This text font color is #B495FA.


Background Color

.myBgColor { background-color: #B495FA; }

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

This div background color is #B495FA.


Border color

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

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

This div border color is #B495FA.


Opacity

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

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

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

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

This text has shadow with #B495FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B495FA on black background.


Color preview on white background

This text has color #B495FA on white background.



Black color preview on #B495FA background

This text has black color on #B495FA background.


White color preview on #B495FA background

This text has white color on #B495FA background.