COLOR #B194DB

HEX: #B194DB
RGB: (177,148,219)

Color info

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

RGB color model

#B194DB color RGB value is (177,148,219).

  • red value is 177;
  • green value is 148;
  • blue value is 219.
RGB:
(177,148,219)
(69%,58%,86%)

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 219 of 255 = 86%

177
148
219

R + G + B ~ 71%. #B194DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 148 + 219 = 544 (100%)
R 177 of 544 ~ 32.54%
G 148 of 544 ~ 27.21%
B 219 of 544 ~ 40.26%

%32.54
%27.21
%40.26

CMYK color model

#B194DB color CMYK value is (19,32,0,14).

  • cyan value is 19.18%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(19,32,0,14)
C19M32Y0K14 
(19%,32%,0%,14%)
(0.19/0.32/0.00/0.14)	

CMYK percentages

%19.18
%32.42
%0
%14.12

Codes

Color #B194DB in popluar color models

B194DB
RGB177148219
HSL265°49.65%71.96%
HSB/HSV265°32.42%85.88%
CMYK19.18%32.42%0.00%
14.12%

Color #B194DB in popluar number systems.

HEXB194DB
Decimal177148219
Binary101100011001010011011011
Octal261224333

Shades and tints

Shades of #B194DB

#B194DB
(177,148,219)
#A187C8
(161,135,200)
#917AB5
(145,122,181)
#816DA2
(129,109,162)
#71608F
(113,96,143)
#61537C
(97,83,124)
#514669
(81,70,105)
#413956
(65,57,86)
#312C43
(49,44,67)
#211F30
(33,31,48)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #B194DB

#B194DB
(177,148,219)
#B89DDE
(184,157,222)
#BFA6E1
(191,166,225)
#C6AFE4
(198,175,228)
#CDB8E7
(205,184,231)
#D4C1EA
(212,193,234)
#DBCAED
(219,202,237)
#E2D3F0
(226,211,240)
#E9DCF3
(233,220,243)
#F0E5F6
(240,229,246)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B194DB color. Also use rgb(177,148,219) instead hex code.

Text Font Color

.myTextColor { color: #B194DB; }

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

This text font color is #B194DB.


Background Color

.myBgColor { background-color: #B194DB; }

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

This div background color is #B194DB.


Border color

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

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

This div border color is #B194DB.


Opacity

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

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

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

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

This text has shadow with #B194DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B194DB on black background.


Color preview on white background

This text has color #B194DB on white background.



Black color preview on #B194DB background

This text has black color on #B194DB background.


White color preview on #B194DB background

This text has white color on #B194DB background.