COLOR #B189EF

HEX: #B189EF RGB: (177,137,239)

Color info

#B189EF contains mainly blue color. Web safe color of #B189EF is #9999FF (or #99F).

RGB color model

#B189EF color RGB value is (177,137,239).

RGB: (177,137,239) (69%, 54%, 94%)

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 239 of 255 = 94%

177
137
239

R + G + B ~ 72%. #B189EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 137 + 239 = 553 (100%)
R 177 of 553 ~ 32.01%
G 137 of 553 ~ 24.77%
B 239 of 553 ~ 43.22'%

%32.01
%24.77
%43.22

CMYK color model

#B189EF color CMYK value is (26,43,0,6).

  • cyan value is 25.94%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (26,43,0,6)
C26M43Y0K6 (26%, 43%, 0%, 6%)
(0.26 / 0.43 / 0.00 / 0.06)

CMYK percentages

%25.94
%42.68
%0
%6.27

Codes

Color #B189EF in popluar color models

B1 89 EF
RGB 177 137 239
HSL 264° 76.12% 73.73%
HSB/HSV 264° 42.68% 93.73%
CMYK 25.94% 42.68% 0.00%
6.27%

Color #B189EF in popluar number systems.

HEX B1 89 EF
Decimal 177 137 239
Binary 10110001 10001001 11101111
Octal 261 211 357

Shades and tints

Shades of #B189EF

#B189EF
(177,137,239)
#A17DDA
(161,125,218)
#9171C5
(145,113,197)
#8165B0
(129,101,176)
#71599B
(113,89,155)
#614D86
(97,77,134)
#514171
(81,65,113)
#41355C
(65,53,92)
#312947
(49,41,71)
#211D32
(33,29,50)
#11111D
(17,17,29)
#000000
(0,0,0)

Tints of #B189EF

#B189EF
(177,137,239)
#B893F0
(184,147,240)
#BF9DF1
(191,157,241)
#C6A7F2
(198,167,242)
#CDB1F3
(205,177,243)
#D4BBF4
(212,187,244)
#DBC5F5
(219,197,245)
#E2CFF6
(226,207,246)
#E9D9F7
(233,217,247)
#F0E3F8
(240,227,248)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B189EF color. Also use rgb(177,137,239) instead hex code.

Text Font Color

.myTextColor { color: #B189EF; }

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

This text font color is #B189EF.

Background Color

.myBgColor { background-color: #B189EF; }

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

This div background color is #B189EF.

Border color

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

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

This div border color is #B189EF.

Opacity

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

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

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

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

This text has shadow with #B189EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B189EF.

Preview

Color preview on black background

This text has color #B189EF on black background.


Color preview on white background

This text has color #B189EF on white background.


Black color preview on #B189EF background

This text has black color on #B189EF background.


White color preview on #B189EF background

This text has white color on #B189EF background.


Related colors

Complementary color

Complementary color for #hex is #4E7610.


I love getcolorcode.com

Triadic colors

1 #EFB189 and #89EFB1 with #B189EF are triadic colors.

2 #EF89B1 and #89B1EF with #B189EF are triadic colors.