COLOR #B187DE

HEX: #B187DE
RGB: (177,135,222)

Color info

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

RGB color model

#B187DE color RGB value is (177,135,222).

  • red value is 177;
  • green value is 135;
  • blue value is 222.
RGB:
(177,135,222)
(69%,53%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 135 of 255 = 53%
B 222 of 255 = 87%

177
135
222

R + G + B ~ 70%. #B187DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 135 + 222 = 534 (100%)
R 177 of 534 ~ 33.15%
G 135 of 534 ~ 25.28%
B 222 of 534 ~ 41.57%

%33.15
%25.28
%41.57

CMYK color model

#B187DE color CMYK value is (20,39,0,13).

  • cyan value is 20.27%
  • magenta value is 39.19%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,39,0,13)
C20M39Y0K13 
(20%,39%,0%,13%)
(0.20/0.39/0.00/0.13)	

CMYK percentages

%20.27
%39.19
%0
%12.94

Codes

Color #B187DE in popluar color models

B187DE
RGB177135222
HSL269°56.86%70.00%
HSB/HSV269°39.19%87.06%
CMYK20.27%39.19%0.00%
12.94%

Color #B187DE in popluar number systems.

HEXB187DE
Decimal177135222
Binary101100011000011111011110
Octal261207336

Shades and tints

Shades of #B187DE

#B187DE
(177,135,222)
#A17BCA
(161,123,202)
#916FB6
(145,111,182)
#8163A2
(129,99,162)
#71578E
(113,87,142)
#614B7A
(97,75,122)
#513F66
(81,63,102)
#413352
(65,51,82)
#31273E
(49,39,62)
#211B2A
(33,27,42)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #B187DE

#B187DE
(177,135,222)
#B891E1
(184,145,225)
#BF9BE4
(191,155,228)
#C6A5E7
(198,165,231)
#CDAFEA
(205,175,234)
#D4B9ED
(212,185,237)
#DBC3F0
(219,195,240)
#E2CDF3
(226,205,243)
#E9D7F6
(233,215,246)
#F0E1F9
(240,225,249)
#F7EBFC
(247,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B187DE color. Also use rgb(177,135,222) instead hex code.

Text Font Color

.myTextColor { color: #B187DE; }

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

This text font color is #B187DE.


Background Color

.myBgColor { background-color: #B187DE; }

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

This div background color is #B187DE.


Border color

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

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

This div border color is #B187DE.


Opacity

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

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

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

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

This text has shadow with #B187DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B187DE on black background.


Color preview on white background

This text has color #B187DE on white background.



Black color preview on #B187DE background

This text has black color on #B187DE background.


White color preview on #B187DE background

This text has white color on #B187DE background.