COLOR #B198E0

HEX: #B198E0
RGB: (177,152,224)

Color info

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

RGB color model

#B198E0 color RGB value is (177,152,224).

  • red value is 177;
  • green value is 152;
  • blue value is 224.
RGB:
(177,152,224)
(69%,60%,88%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 224 of 255 = 88%

177
152
224

R + G + B ~ 72%. #B198E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 152 + 224 = 553 (100%)
R 177 of 553 ~ 32.01%
G 152 of 553 ~ 27.49%
B 224 of 553 ~ 40.51%

%32.01
%27.49
%40.51

CMYK color model

#B198E0 color CMYK value is (21,32,0,12).

  • cyan value is 20.98%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(21,32,0,12)
C21M32Y0K12 
(21%,32%,0%,12%)
(0.21/0.32/0.00/0.12)	

CMYK percentages

%20.98
%32.14
%0
%12.16

Codes

Color #B198E0 in popluar color models

B198E0
RGB177152224
HSL261°53.73%73.73%
HSB/HSV261°32.14%87.84%
CMYK20.98%32.14%0.00%
12.16%

Color #B198E0 in popluar number systems.

HEXB198E0
Decimal177152224
Binary101100011001100011100000
Octal261230340

Shades and tints

Shades of #B198E0

#B198E0
(177,152,224)
#A18BCC
(161,139,204)
#917EB8
(145,126,184)
#8171A4
(129,113,164)
#716490
(113,100,144)
#61577C
(97,87,124)
#514A68
(81,74,104)
#413D54
(65,61,84)
#313040
(49,48,64)
#21232C
(33,35,44)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #B198E0

#B198E0
(177,152,224)
#B8A1E2
(184,161,226)
#BFAAE4
(191,170,228)
#C6B3E6
(198,179,230)
#CDBCE8
(205,188,232)
#D4C5EA
(212,197,234)
#DBCEEC
(219,206,236)
#E2D7EE
(226,215,238)
#E9E0F0
(233,224,240)
#F0E9F2
(240,233,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B198E0; }

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

This text font color is #B198E0.


Background Color

.myBgColor { background-color: #B198E0; }

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

This div background color is #B198E0.


Border color

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

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

This div border color is #B198E0.


Opacity

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

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

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

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

This text has shadow with #B198E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B198E0 on black background.


Color preview on white background

This text has color #B198E0 on white background.



Black color preview on #B198E0 background

This text has black color on #B198E0 background.


White color preview on #B198E0 background

This text has white color on #B198E0 background.