COLOR #B493F9

HEX: #B493F9
RGB: (180,147,249)

Renk bilgisi

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

RGB renk modeli

#B493F9 color RGB value is (180,147,249).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 147 of 255 = 58%
B 249 of 255 = 98%

180
147
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 147 + 249 = 576 (100%)
R 180 of 576 ~ 31.25%
G 147 of 576 ~ 25.52%
B 249 of 576 ~ 43.23%

%31.25
%25.52
%43.23

CMYK RENK MODELİ

#B493F9 rengi CMYK tonu (28,41,0,2).

  • camgöbeği tonu 27.71%
  • eflatun tonu 40.96%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(28,41,0,2)
C28M41Y0K2 
(28%,41%,0%,2%)
(0.28/0.41/0.00/0.02)	

CMYK yüzdeleri

%27.71
%40.96
%0
%2.35

Codes

Color #B493F9 in popluar color models

B493F9
RGB180147249
HSL259°89.47%77.65%
HSB/HSV259°40.96%97.65%
CMYK27.71%40.96%0.00%
2.35%

Color #B493F9 in popluar number systems.

HEXB493F9
Decimal180147249
Binary101101001001001111111001
Octal264223371

Shades and tints

Shades of #B493F9

#B493F9
(180,147,249)
#A486E3
(164,134,227)
#9479CD
(148,121,205)
#846CB7
(132,108,183)
#745FA1
(116,95,161)
#64528B
(100,82,139)
#544575
(84,69,117)
#44385F
(68,56,95)
#342B49
(52,43,73)
#241E33
(36,30,51)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #B493F9

#B493F9
(180,147,249)
#BA9CF9
(186,156,249)
#C0A5F9
(192,165,249)
#C6AEF9
(198,174,249)
#CCB7F9
(204,183,249)
#D2C0F9
(210,192,249)
#D8C9F9
(216,201,249)
#DED2F9
(222,210,249)
#E4DBF9
(228,219,249)
#EAE4F9
(234,228,249)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B493F9 color. Also use rgb(180,147,249) instead hex code.

Text Font Color

.myTextColor { color: #B493F9; }

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

This text font color is #B493F9.


Background Color

.myBgColor { background-color: #B493F9; }

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

This div background color is #B493F9.


Border color

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

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

This div border color is #B493F9.


Opacity

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

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

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

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

This text has shadow with #B493F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493F9 on black background.


Color preview on white background

This text has color #B493F9 on white background.



Black color preview on #B493F9 background

This text has black color on #B493F9 background.


White color preview on #B493F9 background

This text has white color on #B493F9 background.