COLOR #B19BE3

HEX: #B19BE3
RGB: (177,155,227)

Color info

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

RGB color model

#B19BE3 color RGB value is (177,155,227).

  • red value is 177;
  • green value is 155;
  • blue value is 227.
RGB:
(177,155,227)
(69%,61%,89%)

RGB channels and saturation

R 177 of 255 = 69%
G 155 of 255 = 61%
B 227 of 255 = 89%

177
155
227

R + G + B ~ 73%. #B19BE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 155 + 227 = 559 (100%)
R 177 of 559 ~ 31.66%
G 155 of 559 ~ 27.73%
B 227 of 559 ~ 40.61%

%31.66
%27.73
%40.61

CMYK color model

#B19BE3 color CMYK value is (22,32,0,11).

  • cyan value is 22.03%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,32,0,11)
C22M32Y0K11 
(22%,32%,0%,11%)
(0.22/0.32/0.00/0.11)	

CMYK percentages

%22.03
%31.72
%0
%10.98

Codes

Color #B19BE3 in popluar color models

B19BE3
RGB177155227
HSL258°56.25%74.90%
HSB/HSV258°31.72%89.02%
CMYK22.03%31.72%0.00%
10.98%

Color #B19BE3 in popluar number systems.

HEXB19BE3
Decimal177155227
Binary101100011001101111100011
Octal261233343

Shades and tints

Shades of #B19BE3

#B19BE3
(177,155,227)
#A18DCF
(161,141,207)
#917FBB
(145,127,187)
#8171A7
(129,113,167)
#716393
(113,99,147)
#61557F
(97,85,127)
#51476B
(81,71,107)
#413957
(65,57,87)
#312B43
(49,43,67)
#211D2F
(33,29,47)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #B19BE3

#B19BE3
(177,155,227)
#B8A4E5
(184,164,229)
#BFADE7
(191,173,231)
#C6B6E9
(198,182,233)
#CDBFEB
(205,191,235)
#D4C8ED
(212,200,237)
#DBD1EF
(219,209,239)
#E2DAF1
(226,218,241)
#E9E3F3
(233,227,243)
#F0ECF5
(240,236,245)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19BE3 color. Also use rgb(177,155,227) instead hex code.

Text Font Color

.myTextColor { color: #B19BE3; }

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

This text font color is #B19BE3.


Background Color

.myBgColor { background-color: #B19BE3; }

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

This div background color is #B19BE3.


Border color

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

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

This div border color is #B19BE3.


Opacity

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

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

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

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

This text has shadow with #B19BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19BE3 on black background.


Color preview on white background

This text has color #B19BE3 on white background.



Black color preview on #B19BE3 background

This text has black color on #B19BE3 background.


White color preview on #B19BE3 background

This text has white color on #B19BE3 background.