COLOR #B188EB

HEX: #B188EB
RGB: (177,136,235)

Color info

#B188EB contains mainly red and blue colors. Web safe color of #B188EB is #9999FF (or #99F).

RGB color model

#B188EB color RGB value is (177,136,235).

  • red value is 177;
  • green value is 136;
  • blue value is 235.
RGB:
(177,136,235)
(69%,53%,92%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 235 of 255 = 92%

177
136
235

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

Portions of RGB colors in percentages

R + G + B =
177 + 136 + 235 = 548 (100%)
R 177 of 548 ~ 32.3%
G 136 of 548 ~ 24.82%
B 235 of 548 ~ 42.88%

%32.3
%24.82
%42.88

CMYK color model

#B188EB color CMYK value is (25,42,0,8).

  • cyan value is 24.68%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,42,0,8)
C25M42Y0K8 
(25%,42%,0%,8%)
(0.25/0.42/0.00/0.08)	

CMYK percentages

%24.68
%42.13
%0
%7.84

Codes

Color #B188EB in popluar color models

B188EB
RGB177136235
HSL265°71.22%72.75%
HSB/HSV265°42.13%92.16%
CMYK24.68%42.13%0.00%
7.84%

Color #B188EB in popluar number systems.

HEXB188EB
Decimal177136235
Binary101100011000100011101011
Octal261210353

Shades and tints

Shades of #B188EB

#B188EB
(177,136,235)
#A17CD6
(161,124,214)
#9170C1
(145,112,193)
#8164AC
(129,100,172)
#715897
(113,88,151)
#614C82
(97,76,130)
#51406D
(81,64,109)
#413458
(65,52,88)
#312843
(49,40,67)
#211C2E
(33,28,46)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #B188EB

#B188EB
(177,136,235)
#B892EC
(184,146,236)
#BF9CED
(191,156,237)
#C6A6EE
(198,166,238)
#CDB0EF
(205,176,239)
#D4BAF0
(212,186,240)
#DBC4F1
(219,196,241)
#E2CEF2
(226,206,242)
#E9D8F3
(233,216,243)
#F0E2F4
(240,226,244)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B188EB color. Also use rgb(177,136,235) instead hex code.

Text Font Color

.myTextColor { color: #B188EB; }

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

This text font color is #B188EB.


Background Color

.myBgColor { background-color: #B188EB; }

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

This div background color is #B188EB.


Border color

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

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

This div border color is #B188EB.


Opacity

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

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

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

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

This text has shadow with #B188EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B188EB on black background.


Color preview on white background

This text has color #B188EB on white background.



Black color preview on #B188EB background

This text has black color on #B188EB background.


White color preview on #B188EB background

This text has white color on #B188EB background.