COLOR #B490D7

HEX: #B490D7
RGB: (180,144,215)

Color info

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

RGB color model

#B490D7 color RGB value is (180,144,215).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 215 of 255 = 84%

180
144
215

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

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 215 = 539 (100%)
R 180 of 539 ~ 33.4%
G 144 of 539 ~ 26.72%
B 215 of 539 ~ 39.89%

%33.4
%26.72
%39.89

CMYK color model

#B490D7 color CMYK value is (16,33,0,16).

  • cyan value is 16.28%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,33,0,16)
C16M33Y0K16 
(16%,33%,0%,16%)
(0.16/0.33/0.00/0.16)	

CMYK percentages

%16.28
%33.02
%0
%15.69

Codes

Color #B490D7 in popluar color models

B490D7
RGB180144215
HSL270°47.02%70.39%
HSB/HSV270°33.02%84.31%
CMYK16.28%33.02%0.00%
15.69%

Color #B490D7 in popluar number systems.

HEXB490D7
Decimal180144215
Binary101101001001000011010111
Octal264220327

Shades and tints

Shades of #B490D7

#B490D7
(180,144,215)
#A483C4
(164,131,196)
#9476B1
(148,118,177)
#84699E
(132,105,158)
#745C8B
(116,92,139)
#644F78
(100,79,120)
#544265
(84,66,101)
#443552
(68,53,82)
#34283F
(52,40,63)
#241B2C
(36,27,44)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #B490D7

#B490D7
(180,144,215)
#BA9ADA
(186,154,218)
#C0A4DD
(192,164,221)
#C6AEE0
(198,174,224)
#CCB8E3
(204,184,227)
#D2C2E6
(210,194,230)
#D8CCE9
(216,204,233)
#DED6EC
(222,214,236)
#E4E0EF
(228,224,239)
#EAEAF2
(234,234,242)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490D7; }

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

This text font color is #B490D7.


Background Color

.myBgColor { background-color: #B490D7; }

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

This div background color is #B490D7.


Border color

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

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

This div border color is #B490D7.


Opacity

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

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

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

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

This text has shadow with #B490D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B490D7 on black background.


Color preview on white background

This text has color #B490D7 on white background.



Black color preview on #B490D7 background

This text has black color on #B490D7 background.


White color preview on #B490D7 background

This text has white color on #B490D7 background.