COLOR #B490EE

HEX: #B490EE RGB: (180,144,238)

Color info

#B490EE contains mainly red and blue colors. Web safe color of #B490EE is #CC99FF (or #C9F).

RGB color model

#B490EE color RGB value is (180,144,238).

RGB: (180,144,238) (71%, 56%, 93%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 238 of 255 = 93%

180
144
238

R + G + B ~ 73%. #B490EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 144 + 238 = 562 (100%)
R 180 of 562 ~ 32.03%
G 144 of 562 ~ 25.62%
B 238 of 562 ~ 42.35'%

%32.03
%25.62
%42.35

CMYK color model

#B490EE color CMYK value is (24,39,0,7).

  • cyan value is 24.37%
  • magenta value is 39.50%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (24,39,0,7) C24M39Y0K7 (24%,39%,0%,7%) (0.24/0.39/0.00/0.07) 

CMYK percentages

%24.37
%39.5
%0
%6.67

Codes

Color #B490EE in popluar color models

B4 90 EE
RGB 180 144 238
HSL 263° 73.44% 74.90%
HSB/HSV 263° 39.50% 93.33%
CMYK 24.37% 39.50% 0.00%
6.67%

Color #B490EE in popluar number systems.

HEX B4 90 EE
Decimal 180 144 238
Binary 10110100 10010000 11101110
Octal 264 220 356

Shades and tints

Shades of #B490EE

#B490EE
(180,144,238)
#A483D9
(164,131,217)
#9476C4
(148,118,196)
#8469AF
(132,105,175)
#745C9A
(116,92,154)
#644F85
(100,79,133)
#544270
(84,66,112)
#44355B
(68,53,91)
#342846
(52,40,70)
#241B31
(36,27,49)
#140E1C
(20,14,28)
#000000
(0,0,0)

Tints of #B490EE

#B490EE
(180,144,238)
#BA9AEF
(186,154,239)
#C0A4F0
(192,164,240)
#C6AEF1
(198,174,241)
#CCB8F2
(204,184,242)
#D2C2F3
(210,194,243)
#D8CCF4
(216,204,244)
#DED6F5
(222,214,245)
#E4E0F6
(228,224,246)
#EAEAF7
(234,234,247)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490EE; }

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

This text font color is #B490EE.

Background Color

.myBgColor { background-color: #B490EE; }

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

This div background color is #B490EE.

Border color

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

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

This div border color is #B490EE.

Opacity

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

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

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

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

This text has shadow with #B490EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B490EE.

Preview

Color preview on black background

This text has color #B490EE on black background.


Color preview on white background

This text has color #B490EE on white background.


Black color preview on #B490EE background

This text has black color on #B490EE background.


White color preview on #B490EE background

This text has white color on #B490EE background.


Related colors

Complementary color

Complementary color for #hex is #4B6F11.


I love getcolorcode.com

Triadic colors

1 #EEB490 and #90EEB4 with #B490EE are triadic colors.

2 #EE90B4 and #90B4EE with #B490EE are triadic colors.