COLOR #B480E1

HEX: #B480E1
RGB: (180,128,225)

Renk bilgisi

#B480E1 contains mainly red and blue colors. #B480E1 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#B480E1 color RGB value is (180,128,225).

  • kırmız ton 180;
  • yeşil ton 128;
  • mavi ton 225.
RGB:
(180,128,225)
(71%,50%,88%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 128 of 255 = 50%
B 225 of 255 = 88%

180
128
225

R + G + B ~ 70%. #B480E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 128 + 225 = 533 (100%)
R 180 of 533 ~ 33.77%
G 128 of 533 ~ 24.02%
B 225 of 533 ~ 42.21%

%33.77
%24.02
%42.21

CMYK RENK MODELİ

#B480E1 rengi CMYK tonu (20,43,0,12).

  • camgöbeği tonu 20.00%
  • eflatun tonu 43.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(20,43,0,12)
C20M43Y0K12 
(20%,43%,0%,12%)
(0.20/0.43/0.00/0.12)	

CMYK yüzdeleri

%20
%43.11
%0
%11.76

Codes

Color #B480E1 in popluar color models

B480E1
RGB180128225
HSL272°61.78%69.22%
HSB/HSV272°43.11%88.24%
CMYK20.00%43.11%0.00%
11.76%

Color #B480E1 in popluar number systems.

HEXB480E1
Decimal180128225
Binary101101001000000011100001
Octal264200341

Shades and tints

Shades of #B480E1

#B480E1
(180,128,225)
#A475CD
(164,117,205)
#946AB9
(148,106,185)
#845FA5
(132,95,165)
#745491
(116,84,145)
#64497D
(100,73,125)
#543E69
(84,62,105)
#443355
(68,51,85)
#342841
(52,40,65)
#241D2D
(36,29,45)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #B480E1

#B480E1
(180,128,225)
#BA8BE3
(186,139,227)
#C096E5
(192,150,229)
#C6A1E7
(198,161,231)
#CCACE9
(204,172,233)
#D2B7EB
(210,183,235)
#D8C2ED
(216,194,237)
#DECDEF
(222,205,239)
#E4D8F1
(228,216,241)
#EAE3F3
(234,227,243)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B480E1 color. Also use rgb(180,128,225) instead hex code.

Text Font Color

.myTextColor { color: #B480E1; }

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

This text font color is #B480E1.


Background Color

.myBgColor { background-color: #B480E1; }

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

This div background color is #B480E1.


Border color

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

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

This div border color is #B480E1.


Opacity

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

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

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

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

This text has shadow with #B480E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B480E1 on black background.


Color preview on white background

This text has color #B480E1 on white background.



Black color preview on #B480E1 background

This text has black color on #B480E1 background.


White color preview on #B480E1 background

This text has white color on #B480E1 background.