COLOR #B490BA

HEX: #B490BA
RGB: (180,144,186)

Color info

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

RGB color model

#B490BA color RGB value is (180,144,186).

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

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 186 of 255 = 73%

180
144
186

R + G + B ~ 67%. #B490BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 186 = 510 (100%)
R 180 of 510 ~ 35.29%
G 144 of 510 ~ 28.24%
B 186 of 510 ~ 36.47%

%35.29
%28.24
%36.47

CMYK color model

#B490BA color CMYK value is (3,23,0,27).

  • cyan value is 3.23%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,23,0,27)
C3M23Y0K27 
(3%,23%,0%,27%)
(0.03/0.23/0.00/0.27)	

CMYK percentages

%3.23
%22.58
%0
%27.06

Codes

Color #B490BA in popluar color models

B490BA
RGB180144186
HSL291°23.33%64.71%
HSB/HSV291°22.58%72.94%
CMYK3.23%22.58%0.00%
27.06%

Color #B490BA in popluar number systems.

HEXB490BA
Decimal180144186
Binary101101001001000010111010
Octal264220272

Shades and tints

Shades of #B490BA

#B490BA
(180,144,186)
#A483AA
(164,131,170)
#94769A
(148,118,154)
#84698A
(132,105,138)
#745C7A
(116,92,122)
#644F6A
(100,79,106)
#54425A
(84,66,90)
#44354A
(68,53,74)
#34283A
(52,40,58)
#241B2A
(36,27,42)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #B490BA

#B490BA
(180,144,186)
#BA9AC0
(186,154,192)
#C0A4C6
(192,164,198)
#C6AECC
(198,174,204)
#CCB8D2
(204,184,210)
#D2C2D8
(210,194,216)
#D8CCDE
(216,204,222)
#DED6E4
(222,214,228)
#E4E0EA
(228,224,234)
#EAEAF0
(234,234,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B490BA; }

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

This text font color is #B490BA.


Background Color

.myBgColor { background-color: #B490BA; }

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

This div background color is #B490BA.


Border color

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

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

This div border color is #B490BA.


Opacity

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

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

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

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

This text has shadow with #B490BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B490BA on black background.


Color preview on white background

This text has color #B490BA on white background.



Black color preview on #B490BA background

This text has black color on #B490BA background.


White color preview on #B490BA background

This text has white color on #B490BA background.