COLOR #B188D3

HEX: #B188D3 RGB: (177,136,211)

Color info

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

RGB color model

#B188D3 color RGB value is (177,136,211).

RGB: (177,136,211) (69%, 53%, 83%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 211 of 255 = 83%

177
136
211

R + G + B ~ 68%. #B188D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 136 + 211 = 524 (100%)
R 177 of 524 ~ 33.78%
G 136 of 524 ~ 25.95%
B 211 of 524 ~ 40.27'%

%33.78
%25.95
%40.27

CMYK color model

#B188D3 color CMYK value is (16,36,0,17).

  • cyan value is 16.11%
  • magenta value is 35.55%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (16,36,0,17)
C16M36Y0K17 (16%, 36%, 0%, 17%)
(0.16 / 0.36 / 0.00 / 0.17)

CMYK percentages

%16.11
%35.55
%0
%17.25

Codes

Color #B188D3 in popluar color models

B1 88 D3
RGB 177 136 211
HSL 273° 46.01% 68.04%
HSB/HSV 273° 35.55% 82.75%
CMYK 16.11% 35.55% 0.00%
17.25%

Color #B188D3 in popluar number systems.

HEX B1 88 D3
Decimal 177 136 211
Binary 10110001 10001000 11010011
Octal 261 210 323

Shades and tints

Shades of #B188D3

#B188D3
(177,136,211)
#A17CC0
(161,124,192)
#9170AD
(145,112,173)
#81649A
(129,100,154)
#715887
(113,88,135)
#614C74
(97,76,116)
#514061
(81,64,97)
#41344E
(65,52,78)
#31283B
(49,40,59)
#211C28
(33,28,40)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B188D3

#B188D3
(177,136,211)
#B892D7
(184,146,215)
#BF9CDB
(191,156,219)
#C6A6DF
(198,166,223)
#CDB0E3
(205,176,227)
#D4BAE7
(212,186,231)
#DBC4EB
(219,196,235)
#E2CEEF
(226,206,239)
#E9D8F3
(233,216,243)
#F0E2F7
(240,226,247)
#F7ECFB
(247,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B188D3; }

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

This text font color is #B188D3.

Background Color

.myBgColor { background-color: #B188D3; }

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

This div background color is #B188D3.

Border color

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

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

This div border color is #B188D3.

Opacity

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

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

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

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

This text has shadow with #B188D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B188D3.

Preview

Color preview on black background

This text has color #B188D3 on black background.


Color preview on white background

This text has color #B188D3 on white background.


Black color preview on #B188D3 background

This text has black color on #B188D3 background.


White color preview on #B188D3 background

This text has white color on #B188D3 background.


Related colors

Complementary color

Complementary color for #hex is #4E772C.


I love getcolorcode.com

Triadic colors

1 #D3B188 and #88D3B1 with #B188D3 are triadic colors.

2 #D388B1 and #88B1D3 with #B188D3 are triadic colors.