COLOR #B187C3

HEX: #B187C3
RGB: (177,135,195)

Color info

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

RGB color model

#B187C3 color RGB value is (177,135,195).

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

RGB channels and saturation

R 177 of 255 = 69%
G 135 of 255 = 53%
B 195 of 255 = 76%

177
135
195

R + G + B ~ 66%. #B187C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 135 + 195 = 507 (100%)
R 177 of 507 ~ 34.91%
G 135 of 507 ~ 26.63%
B 195 of 507 ~ 38.46%

%34.91
%26.63
%38.46

CMYK color model

#B187C3 color CMYK value is (9,31,0,24).

  • cyan value is 9.23%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(9,31,0,24)
C9M31Y0K24 
(9%,31%,0%,24%)
(0.09/0.31/0.00/0.24)	

CMYK percentages

%9.23
%30.77
%0
%23.53

Codes

Color #B187C3 in popluar color models

B187C3
RGB177135195
HSL282°33.33%64.71%
HSB/HSV282°30.77%76.47%
CMYK9.23%30.77%0.00%
23.53%

Color #B187C3 in popluar number systems.

HEXB187C3
Decimal177135195
Binary101100011000011111000011
Octal261207303

Shades and tints

Shades of #B187C3

#B187C3
(177,135,195)
#A17BB2
(161,123,178)
#916FA1
(145,111,161)
#816390
(129,99,144)
#71577F
(113,87,127)
#614B6E
(97,75,110)
#513F5D
(81,63,93)
#41334C
(65,51,76)
#31273B
(49,39,59)
#211B2A
(33,27,42)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #B187C3

#B187C3
(177,135,195)
#B891C8
(184,145,200)
#BF9BCD
(191,155,205)
#C6A5D2
(198,165,210)
#CDAFD7
(205,175,215)
#D4B9DC
(212,185,220)
#DBC3E1
(219,195,225)
#E2CDE6
(226,205,230)
#E9D7EB
(233,215,235)
#F0E1F0
(240,225,240)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B187C3; }

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

This text font color is #B187C3.


Background Color

.myBgColor { background-color: #B187C3; }

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

This div background color is #B187C3.


Border color

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

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

This div border color is #B187C3.


Opacity

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

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

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

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

This text has shadow with #B187C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B187C3 on black background.


Color preview on white background

This text has color #B187C3 on white background.



Black color preview on #B187C3 background

This text has black color on #B187C3 background.


White color preview on #B187C3 background

This text has white color on #B187C3 background.