COLOR #B190B2

HEX: #B190B2
RGB: (177,144,178)

Color info

#B190B2 contains red, green and blue colors in about the same proportion. Web safe color of #B190B2 is #999999 (or #999).

RGB color model

#B190B2 color RGB value is (177,144,178).

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

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 178 of 255 = 70%

177
144
178

R + G + B ~ 65%. #B190B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 178 = 499 (100%)
R 177 of 499 ~ 35.47%
G 144 of 499 ~ 28.86%
B 178 of 499 ~ 35.67%

%35.47
%28.86
%35.67

CMYK color model

#B190B2 color CMYK value is (1,19,0,30).

  • cyan value is 0.56%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,19,0,30)
C1M19Y0K30 
(1%,19%,0%,30%)
(0.01/0.19/0.00/0.30)	

CMYK percentages

%0.56
%19.1
%0
%30.2

Codes

Color #B190B2 in popluar color models

B190B2
RGB177144178
HSL298°18.09%63.14%
HSB/HSV298°19.10%69.80%
CMYK0.56%19.10%0.00%
30.20%

Color #B190B2 in popluar number systems.

HEXB190B2
Decimal177144178
Binary101100011001000010110010
Octal261220262

Shades and tints

Shades of #B190B2

#B190B2
(177,144,178)
#A183A2
(161,131,162)
#917692
(145,118,146)
#816982
(129,105,130)
#715C72
(113,92,114)
#614F62
(97,79,98)
#514252
(81,66,82)
#413542
(65,53,66)
#312832
(49,40,50)
#211B22
(33,27,34)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #B190B2

#B190B2
(177,144,178)
#B89AB9
(184,154,185)
#BFA4C0
(191,164,192)
#C6AEC7
(198,174,199)
#CDB8CE
(205,184,206)
#D4C2D5
(212,194,213)
#DBCCDC
(219,204,220)
#E2D6E3
(226,214,227)
#E9E0EA
(233,224,234)
#F0EAF1
(240,234,241)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B190B2; }

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

This text font color is #B190B2.


Background Color

.myBgColor { background-color: #B190B2; }

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

This div background color is #B190B2.


Border color

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

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

This div border color is #B190B2.


Opacity

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

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

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

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

This text has shadow with #B190B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B190B2 on black background.


Color preview on white background

This text has color #B190B2 on white background.



Black color preview on #B190B2 background

This text has black color on #B190B2 background.


White color preview on #B190B2 background

This text has white color on #B190B2 background.