COLOR #B190B3

HEX: #B190B3
RGB: (177,144,179)

Color info

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

RGB color model

#B190B3 color RGB value is (177,144,179).

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

RGB channels and saturation

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

177
144
179

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

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 179 = 500 (100%)
R 177 of 500 ~ 35.4%
G 144 of 500 ~ 28.8%
B 179 of 500 ~ 35.8%

%35.4
%28.8
%35.8

CMYK color model

#B190B3 color CMYK value is (1,20,0,30).

  • cyan value is 1.12%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(1,20,0,30)
C1M20Y0K30 
(1%,20%,0%,30%)
(0.01/0.20/0.00/0.30)	

CMYK percentages

%1.12
%19.55
%0
%29.8

Codes

Color #B190B3 in popluar color models

B190B3
RGB177144179
HSL297°18.72%63.33%
HSB/HSV297°19.55%70.20%
CMYK1.12%19.55%0.00%
29.80%

Color #B190B3 in popluar number systems.

HEXB190B3
Decimal177144179
Binary101100011001000010110011
Octal261220263

Shades and tints

Shades of #B190B3

#B190B3
(177,144,179)
#A183A3
(161,131,163)
#917693
(145,118,147)
#816983
(129,105,131)
#715C73
(113,92,115)
#614F63
(97,79,99)
#514253
(81,66,83)
#413543
(65,53,67)
#312833
(49,40,51)
#211B23
(33,27,35)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #B190B3

#B190B3
(177,144,179)
#B89AB9
(184,154,185)
#BFA4BF
(191,164,191)
#C6AEC5
(198,174,197)
#CDB8CB
(205,184,203)
#D4C2D1
(212,194,209)
#DBCCD7
(219,204,215)
#E2D6DD
(226,214,221)
#E9E0E3
(233,224,227)
#F0EAE9
(240,234,233)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B190B3; }

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

This text font color is #B190B3.


Background Color

.myBgColor { background-color: #B190B3; }

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

This div background color is #B190B3.


Border color

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

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

This div border color is #B190B3.


Opacity

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

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

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

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

This text has shadow with #B190B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B190B3 on black background.


Color preview on white background

This text has color #B190B3 on white background.



Black color preview on #B190B3 background

This text has black color on #B190B3 background.


White color preview on #B190B3 background

This text has white color on #B190B3 background.