COLOR #B490DC

HEX: #B490DC
RGB: (180,144,220)

Color info

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

RGB color model

#B490DC color RGB value is (180,144,220).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 220 of 255 = 86%

180
144
220

R + G + B ~ 71%. #B490DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 220 = 544 (100%)
R 180 of 544 ~ 33.09%
G 144 of 544 ~ 26.47%
B 220 of 544 ~ 40.44%

%33.09
%26.47
%40.44

CMYK color model

#B490DC color CMYK value is (18,35,0,14).

  • cyan value is 18.18%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,35,0,14)
C18M35Y0K14 
(18%,35%,0%,14%)
(0.18/0.35/0.00/0.14)	

CMYK percentages

%18.18
%34.55
%0
%13.73

Codes

Color #B490DC in popluar color models

B490DC
RGB180144220
HSL268°52.05%71.37%
HSB/HSV268°34.55%86.27%
CMYK18.18%34.55%0.00%
13.73%

Color #B490DC in popluar number systems.

HEXB490DC
Decimal180144220
Binary101101001001000011011100
Octal264220334

Shades and tints

Shades of #B490DC

#B490DC
(180,144,220)
#A483C8
(164,131,200)
#9476B4
(148,118,180)
#8469A0
(132,105,160)
#745C8C
(116,92,140)
#644F78
(100,79,120)
#544264
(84,66,100)
#443550
(68,53,80)
#34283C
(52,40,60)
#241B28
(36,27,40)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B490DC

#B490DC
(180,144,220)
#BA9ADF
(186,154,223)
#C0A4E2
(192,164,226)
#C6AEE5
(198,174,229)
#CCB8E8
(204,184,232)
#D2C2EB
(210,194,235)
#D8CCEE
(216,204,238)
#DED6F1
(222,214,241)
#E4E0F4
(228,224,244)
#EAEAF7
(234,234,247)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490DC; }

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

This text font color is #B490DC.


Background Color

.myBgColor { background-color: #B490DC; }

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

This div background color is #B490DC.


Border color

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

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

This div border color is #B490DC.


Opacity

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

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

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

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

This text has shadow with #B490DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B490DC on black background.


Color preview on white background

This text has color #B490DC on white background.



Black color preview on #B490DC background

This text has black color on #B490DC background.


White color preview on #B490DC background

This text has white color on #B490DC background.