COLOR #B190CE

HEX: #B190CE
RGB: (177,144,206)

Color info

#B190CE contains mainly red and blue colors. Web safe color of #B190CE is #9999CC (or #99C).

RGB color model

#B190CE color RGB value is (177,144,206).

  • red value is 177;
  • green value is 144;
  • blue value is 206.
RGB:
(177,144,206)
(69%,56%,81%)

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 206 of 255 = 81%

177
144
206

R + G + B ~ 69%. #B190CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 206 = 527 (100%)
R 177 of 527 ~ 33.59%
G 144 of 527 ~ 27.32%
B 206 of 527 ~ 39.09%

%33.59
%27.32
%39.09

CMYK color model

#B190CE color CMYK value is (14,30,0,19).

  • cyan value is 14.08%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(14,30,0,19)
C14M30Y0K19 
(14%,30%,0%,19%)
(0.14/0.30/0.00/0.19)	

CMYK percentages

%14.08
%30.1
%0
%19.22

Codes

Color #B190CE in popluar color models

B190CE
RGB177144206
HSL272°38.75%68.63%
HSB/HSV272°30.10%80.78%
CMYK14.08%30.10%0.00%
19.22%

Color #B190CE in popluar number systems.

HEXB190CE
Decimal177144206
Binary101100011001000011001110
Octal261220316

Shades and tints

Shades of #B190CE

#B190CE
(177,144,206)
#A183BC
(161,131,188)
#9176AA
(145,118,170)
#816998
(129,105,152)
#715C86
(113,92,134)
#614F74
(97,79,116)
#514262
(81,66,98)
#413550
(65,53,80)
#31283E
(49,40,62)
#211B2C
(33,27,44)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #B190CE

#B190CE
(177,144,206)
#B89AD2
(184,154,210)
#BFA4D6
(191,164,214)
#C6AEDA
(198,174,218)
#CDB8DE
(205,184,222)
#D4C2E2
(212,194,226)
#DBCCE6
(219,204,230)
#E2D6EA
(226,214,234)
#E9E0EE
(233,224,238)
#F0EAF2
(240,234,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B190CE color. Also use rgb(177,144,206) instead hex code.

Text Font Color

.myTextColor { color: #B190CE; }

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

This text font color is #B190CE.


Background Color

.myBgColor { background-color: #B190CE; }

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

This div background color is #B190CE.


Border color

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

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

This div border color is #B190CE.


Opacity

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

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

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

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

This text has shadow with #B190CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B190CE on black background.


Color preview on white background

This text has color #B190CE on white background.



Black color preview on #B190CE background

This text has black color on #B190CE background.


White color preview on #B190CE background

This text has white color on #B190CE background.