COLOR #B187CC

HEX: #B187CC
RGB: (177,135,204)

Color info

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

RGB color model

#B187CC color RGB value is (177,135,204).

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

RGB channels and saturation

R 177 of 255 = 69%
G 135 of 255 = 53%
B 204 of 255 = 80%

177
135
204

R + G + B ~ 67%. #B187CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 135 + 204 = 516 (100%)
R 177 of 516 ~ 34.3%
G 135 of 516 ~ 26.16%
B 204 of 516 ~ 39.53%

%34.3
%26.16
%39.53

CMYK color model

#B187CC color CMYK value is (13,34,0,20).

  • cyan value is 13.24%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(13,34,0,20)
C13M34Y0K20 
(13%,34%,0%,20%)
(0.13/0.34/0.00/0.20)	

CMYK percentages

%13.24
%33.82
%0
%20

Codes

Color #B187CC in popluar color models

B187CC
RGB177135204
HSL277°40.35%66.47%
HSB/HSV277°33.82%80.00%
CMYK13.24%33.82%0.00%
20.00%

Color #B187CC in popluar number systems.

HEXB187CC
Decimal177135204
Binary101100011000011111001100
Octal261207314

Shades and tints

Shades of #B187CC

#B187CC
(177,135,204)
#A17BBA
(161,123,186)
#916FA8
(145,111,168)
#816396
(129,99,150)
#715784
(113,87,132)
#614B72
(97,75,114)
#513F60
(81,63,96)
#41334E
(65,51,78)
#31273C
(49,39,60)
#211B2A
(33,27,42)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #B187CC

#B187CC
(177,135,204)
#B891D0
(184,145,208)
#BF9BD4
(191,155,212)
#C6A5D8
(198,165,216)
#CDAFDC
(205,175,220)
#D4B9E0
(212,185,224)
#DBC3E4
(219,195,228)
#E2CDE8
(226,205,232)
#E9D7EC
(233,215,236)
#F0E1F0
(240,225,240)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B187CC; }

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

This text font color is #B187CC.


Background Color

.myBgColor { background-color: #B187CC; }

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

This div background color is #B187CC.


Border color

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

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

This div border color is #B187CC.


Opacity

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

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

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

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

This text has shadow with #B187CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B187CC on black background.


Color preview on white background

This text has color #B187CC on white background.



Black color preview on #B187CC background

This text has black color on #B187CC background.


White color preview on #B187CC background

This text has white color on #B187CC background.