COLOR #B490C2

HEX: #B490C2
RGB: (180,144,194)

Color info

#B490C2 contains red, green and blue colors in about the same proportion. Web safe color of #B490C2 is #CC99CC (or #C9C).

RGB color model

#B490C2 color RGB value is (180,144,194).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 194 of 255 = 76%

180
144
194

R + G + B ~ 68%. #B490C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 194 = 518 (100%)
R 180 of 518 ~ 34.75%
G 144 of 518 ~ 27.8%
B 194 of 518 ~ 37.45%

%34.75
%27.8
%37.45

CMYK color model

#B490C2 color CMYK value is (7,26,0,24).

  • cyan value is 7.22%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(7,26,0,24)
C7M26Y0K24 
(7%,26%,0%,24%)
(0.07/0.26/0.00/0.24)	

CMYK percentages

%7.22
%25.77
%0
%23.92

Codes

Color #B490C2 in popluar color models

B490C2
RGB180144194
HSL283°29.07%66.27%
HSB/HSV283°25.77%76.08%
CMYK7.22%25.77%0.00%
23.92%

Color #B490C2 in popluar number systems.

HEXB490C2
Decimal180144194
Binary101101001001000011000010
Octal264220302

Shades and tints

Shades of #B490C2

#B490C2
(180,144,194)
#A483B1
(164,131,177)
#9476A0
(148,118,160)
#84698F
(132,105,143)
#745C7E
(116,92,126)
#644F6D
(100,79,109)
#54425C
(84,66,92)
#44354B
(68,53,75)
#34283A
(52,40,58)
#241B29
(36,27,41)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #B490C2

#B490C2
(180,144,194)
#BA9AC7
(186,154,199)
#C0A4CC
(192,164,204)
#C6AED1
(198,174,209)
#CCB8D6
(204,184,214)
#D2C2DB
(210,194,219)
#D8CCE0
(216,204,224)
#DED6E5
(222,214,229)
#E4E0EA
(228,224,234)
#EAEAEF
(234,234,239)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490C2; }

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

This text font color is #B490C2.


Background Color

.myBgColor { background-color: #B490C2; }

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

This div background color is #B490C2.


Border color

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

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

This div border color is #B490C2.


Opacity

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

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

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

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

This text has shadow with #B490C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B490C2 on black background.


Color preview on white background

This text has color #B490C2 on white background.



Black color preview on #B490C2 background

This text has black color on #B490C2 background.


White color preview on #B490C2 background

This text has white color on #B490C2 background.