COLOR #B190CD

HEX: #B190CD
RGB: (177,144,205)

Color info

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

RGB color model

#B190CD color RGB value is (177,144,205).

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

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 205 of 255 = 80%

177
144
205

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

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 205 = 526 (100%)
R 177 of 526 ~ 33.65%
G 144 of 526 ~ 27.38%
B 205 of 526 ~ 38.97%

%33.65
%27.38
%38.97

CMYK color model

#B190CD color CMYK value is (14,30,0,20).

  • cyan value is 13.66%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,30,0,20)
C14M30Y0K20 
(14%,30%,0%,20%)
(0.14/0.30/0.00/0.20)	

CMYK percentages

%13.66
%29.76
%0
%19.61

Codes

Color #B190CD in popluar color models

B190CD
RGB177144205
HSL272°37.89%68.43%
HSB/HSV272°29.76%80.39%
CMYK13.66%29.76%0.00%
19.61%

Color #B190CD in popluar number systems.

HEXB190CD
Decimal177144205
Binary101100011001000011001101
Octal261220315

Shades and tints

Shades of #B190CD

#B190CD
(177,144,205)
#A183BB
(161,131,187)
#9176A9
(145,118,169)
#816997
(129,105,151)
#715C85
(113,92,133)
#614F73
(97,79,115)
#514261
(81,66,97)
#41354F
(65,53,79)
#31283D
(49,40,61)
#211B2B
(33,27,43)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #B190CD

#B190CD
(177,144,205)
#B89AD1
(184,154,209)
#BFA4D5
(191,164,213)
#C6AED9
(198,174,217)
#CDB8DD
(205,184,221)
#D4C2E1
(212,194,225)
#DBCCE5
(219,204,229)
#E2D6E9
(226,214,233)
#E9E0ED
(233,224,237)
#F0EAF1
(240,234,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B190CD; }

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

This text font color is #B190CD.


Background Color

.myBgColor { background-color: #B190CD; }

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

This div background color is #B190CD.


Border color

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

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

This div border color is #B190CD.


Opacity

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

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

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

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

This text has shadow with #B190CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B190CD on black background.


Color preview on white background

This text has color #B190CD on white background.



Black color preview on #B190CD background

This text has black color on #B190CD background.


White color preview on #B190CD background

This text has white color on #B190CD background.