COLOR #B198E6

HEX: #B198E6 RGB: (177,152,230)

Color info

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

RGB color model

#B198E6 color RGB value is (177,152,230).

RGB: (177,152,230) (69%, 60%, 90%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 230 of 255 = 90%

177
152
230

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

Portions of RGB colors in percentages

R + G + B = 177 + 152 + 230 = 559 (100%)
R 177 of 559 ~ 31.66%
G 152 of 559 ~ 27.19%
B 230 of 559 ~ 41.14'%

%31.66
%27.19
%41.14

CMYK color model

#B198E6 color CMYK value is (23,34,0,10).

  • cyan value is 23.04%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (23,34,0,10) C23M34Y0K10 (23%,34%,0%,10%) (0.23/0.34/0.00/0.10) 

CMYK percentages

%23.04
%33.91
%0
%9.8

Codes

Color #B198E6 in popluar color models

B1 98 E6
RGB 177 152 230
HSL 259° 60.94% 74.90%
HSB/HSV 259° 33.91% 90.20%
CMYK 23.04% 33.91% 0.00%
9.80%

Color #B198E6 in popluar number systems.

HEX B1 98 E6
Decimal 177 152 230
Binary 10110001 10011000 11100110
Octal 261 230 346

Shades and tints

Shades of #B198E6

#B198E6
(177,152,230)
#A18BD2
(161,139,210)
#917EBE
(145,126,190)
#8171AA
(129,113,170)
#716496
(113,100,150)
#615782
(97,87,130)
#514A6E
(81,74,110)
#413D5A
(65,61,90)
#313046
(49,48,70)
#212332
(33,35,50)
#11161E
(17,22,30)
#000000
(0,0,0)

Tints of #B198E6

#B198E6
(177,152,230)
#B8A1E8
(184,161,232)
#BFAAEA
(191,170,234)
#C6B3EC
(198,179,236)
#CDBCEE
(205,188,238)
#D4C5F0
(212,197,240)
#DBCEF2
(219,206,242)
#E2D7F4
(226,215,244)
#E9E0F6
(233,224,246)
#F0E9F8
(240,233,248)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B198E6 color. Also use rgb(177,152,230) instead hex code.

Text Font Color

.myTextColor { color: #B198E6; }

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

This text font color is #B198E6.

Background Color

.myBgColor { background-color: #B198E6; }

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

This div background color is #B198E6.

Border color

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

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

This div border color is #B198E6.

Opacity

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

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

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

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

This text has shadow with #B198E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B198E6.

Preview

Color preview on black background

This text has color #B198E6 on black background.


Color preview on white background

This text has color #B198E6 on white background.


Black color preview on #B198E6 background

This text has black color on #B198E6 background.


White color preview on #B198E6 background

This text has white color on #B198E6 background.


Related colors

Complementary color

Complementary color for #hex is #4E6719.


I love getcolorcode.com

Triadic colors

1 #E6B198 and #98E6B1 with #B198E6 are triadic colors.

2 #E698B1 and #98B1E6 with #B198E6 are triadic colors.