COLOR #B194CA

HEX: #B194CA
RGB: (177,148,202)

Color info

#B194CA contains red, green and blue colors in about the same proportion. Web safe color of #B194CA is #9999CC (or #99C).

RGB color model

#B194CA color RGB value is (177,148,202).

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

RGB channels and saturation

R 177 of 255 = 69%
G 148 of 255 = 58%
B 202 of 255 = 79%

177
148
202

R + G + B ~ 69%. #B194CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 148 + 202 = 527 (100%)
R 177 of 527 ~ 33.59%
G 148 of 527 ~ 28.08%
B 202 of 527 ~ 38.33%

%33.59
%28.08
%38.33

CMYK color model

#B194CA color CMYK value is (12,27,0,21).

  • cyan value is 12.38%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(12,27,0,21)
C12M27Y0K21 
(12%,27%,0%,21%)
(0.12/0.27/0.00/0.21)	

CMYK percentages

%12.38
%26.73
%0
%20.78

Codes

Color #B194CA in popluar color models

B194CA
RGB177148202
HSL272°33.75%68.63%
HSB/HSV272°26.73%79.22%
CMYK12.38%26.73%0.00%
20.78%

Color #B194CA in popluar number systems.

HEXB194CA
Decimal177148202
Binary101100011001010011001010
Octal261224312

Shades and tints

Shades of #B194CA

#B194CA
(177,148,202)
#A187B8
(161,135,184)
#917AA6
(145,122,166)
#816D94
(129,109,148)
#716082
(113,96,130)
#615370
(97,83,112)
#51465E
(81,70,94)
#41394C
(65,57,76)
#312C3A
(49,44,58)
#211F28
(33,31,40)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #B194CA

#B194CA
(177,148,202)
#B89DCE
(184,157,206)
#BFA6D2
(191,166,210)
#C6AFD6
(198,175,214)
#CDB8DA
(205,184,218)
#D4C1DE
(212,193,222)
#DBCAE2
(219,202,226)
#E2D3E6
(226,211,230)
#E9DCEA
(233,220,234)
#F0E5EE
(240,229,238)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B194CA; }

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

This text font color is #B194CA.


Background Color

.myBgColor { background-color: #B194CA; }

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

This div background color is #B194CA.


Border color

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

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

This div border color is #B194CA.


Opacity

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

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

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

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

This text has shadow with #B194CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B194CA on black background.


Color preview on white background

This text has color #B194CA on white background.



Black color preview on #B194CA background

This text has black color on #B194CA background.


White color preview on #B194CA background

This text has white color on #B194CA background.