COLOR #B889E3

HEX: #B889E3 RGB: (184,137,227)

Color info

#B889E3 contains mainly red and blue colors. Web safe color of #B889E3 is #CC99CC (or #C9C).

RGB color model

#B889E3 color RGB value is (184,137,227).

RGB: (184,137,227) (72%, 54%, 89%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 227 of 255 = 89%

184
137
227

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

Portions of RGB colors in percentages

R + G + B = 184 + 137 + 227 = 548 (100%)
R 184 of 548 ~ 33.58%
G 137 of 548 ~ 25%
B 227 of 548 ~ 41.42'%

%33.58
%25
%41.42

CMYK color model

#B889E3 color CMYK value is (19,40,0,11).

  • cyan value is 18.94%
  • magenta value is 39.65%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (19,40,0,11)
C19M40Y0K11 (19%, 40%, 0%, 11%)
(0.19 / 0.40 / 0.00 / 0.11)

CMYK percentages

%18.94
%39.65
%0
%10.98

Codes

Color #B889E3 in popluar color models

B8 89 E3
RGB 184 137 227
HSL 271° 61.64% 71.37%
HSB/HSV 271° 39.65% 89.02%
CMYK 18.94% 39.65% 0.00%
10.98%

Color #B889E3 in popluar number systems.

HEX B8 89 E3
Decimal 184 137 227
Binary 10111000 10001001 11100011
Octal 270 211 343

Shades and tints

Shades of #B889E3

#B889E3
(184,137,227)
#A87DCF
(168,125,207)
#9871BB
(152,113,187)
#8865A7
(136,101,167)
#785993
(120,89,147)
#684D7F
(104,77,127)
#58416B
(88,65,107)
#483557
(72,53,87)
#382943
(56,41,67)
#281D2F
(40,29,47)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #B889E3

#B889E3
(184,137,227)
#BE93E5
(190,147,229)
#C49DE7
(196,157,231)
#CAA7E9
(202,167,233)
#D0B1EB
(208,177,235)
#D6BBED
(214,187,237)
#DCC5EF
(220,197,239)
#E2CFF1
(226,207,241)
#E8D9F3
(232,217,243)
#EEE3F5
(238,227,245)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B889E3 color. Also use rgb(184,137,227) instead hex code.

Text Font Color

.myTextColor { color: #B889E3; }

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

This text font color is #B889E3.

Background Color

.myBgColor { background-color: #B889E3; }

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

This div background color is #B889E3.

Border color

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

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

This div border color is #B889E3.

Opacity

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

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

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

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

This text has shadow with #B889E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B889E3.

Preview

Color preview on black background

This text has color #B889E3 on black background.


Color preview on white background

This text has color #B889E3 on white background.


Black color preview on #B889E3 background

This text has black color on #B889E3 background.


White color preview on #B889E3 background

This text has white color on #B889E3 background.


Related colors

Complementary color

Complementary color for #hex is #47761C.


I love getcolorcode.com

Triadic colors

1 #E3B889 and #89E3B8 with #B889E3 are triadic colors.

2 #E389B8 and #89B8E3 with #B889E3 are triadic colors.