COLOR #B490E1

HEX: #B490E1
RGB: (180,144,225)

Color info

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

RGB color model

#B490E1 color RGB value is (180,144,225).

  • red value is 180;
  • green value is 144;
  • blue value is 225.
RGB:
(180,144,225)
(71%,56%,88%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 225 of 255 = 88%

180
144
225

R + G + B ~ 72%. #B490E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 225 = 549 (100%)
R 180 of 549 ~ 32.79%
G 144 of 549 ~ 26.23%
B 225 of 549 ~ 40.98%

%32.79
%26.23
%40.98

CMYK color model

#B490E1 color CMYK value is (20,36,0,12).

  • cyan value is 20.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(20,36,0,12)
C20M36Y0K12 
(20%,36%,0%,12%)
(0.20/0.36/0.00/0.12)	

CMYK percentages

%20
%36
%0
%11.76

Codes

Color #B490E1 in popluar color models

B490E1
RGB180144225
HSL267°57.45%72.35%
HSB/HSV267°36.00%88.24%
CMYK20.00%36.00%0.00%
11.76%

Color #B490E1 in popluar number systems.

HEXB490E1
Decimal180144225
Binary101101001001000011100001
Octal264220341

Shades and tints

Shades of #B490E1

#B490E1
(180,144,225)
#A483CD
(164,131,205)
#9476B9
(148,118,185)
#8469A5
(132,105,165)
#745C91
(116,92,145)
#644F7D
(100,79,125)
#544269
(84,66,105)
#443555
(68,53,85)
#342841
(52,40,65)
#241B2D
(36,27,45)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #B490E1

#B490E1
(180,144,225)
#BA9AE3
(186,154,227)
#C0A4E5
(192,164,229)
#C6AEE7
(198,174,231)
#CCB8E9
(204,184,233)
#D2C2EB
(210,194,235)
#D8CCED
(216,204,237)
#DED6EF
(222,214,239)
#E4E0F1
(228,224,241)
#EAEAF3
(234,234,243)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490E1; }

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

This text font color is #B490E1.


Background Color

.myBgColor { background-color: #B490E1; }

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

This div background color is #B490E1.


Border color

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

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

This div border color is #B490E1.


Opacity

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

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

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

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

This text has shadow with #B490E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B490E1 on black background.


Color preview on white background

This text has color #B490E1 on white background.



Black color preview on #B490E1 background

This text has black color on #B490E1 background.


White color preview on #B490E1 background

This text has white color on #B490E1 background.