COLOR #B489CE

HEX: #B489CE RGB: (180,137,206)

Color info

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

RGB color model

#B489CE color RGB value is (180,137,206).

RGB: (180,137,206) (71%, 54%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 206 of 255 = 81%

180
137
206

R + G + B ~ 69%. #B489CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 137 + 206 = 523 (100%)
R 180 of 523 ~ 34.42%
G 137 of 523 ~ 26.2%
B 206 of 523 ~ 39.39'%

%34.42
%26.2
%39.39

CMYK color model

#B489CE color CMYK value is (13,33,0,19).

  • cyan value is 12.62%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (13,33,0,19)
C13M33Y0K19 (13%, 33%, 0%, 19%)
(0.13 / 0.33 / 0.00 / 0.19)

CMYK percentages

%12.62
%33.5
%0
%19.22

Codes

Color #B489CE in popluar color models

B4 89 CE
RGB 180 137 206
HSL 277° 41.32% 67.25%
HSB/HSV 277° 33.50% 80.78%
CMYK 12.62% 33.50% 0.00%
19.22%

Color #B489CE in popluar number systems.

HEX B4 89 CE
Decimal 180 137 206
Binary 10110100 10001001 11001110
Octal 264 211 316

Shades and tints

Shades of #B489CE

#B489CE
(180,137,206)
#A47DBC
(164,125,188)
#9471AA
(148,113,170)
#846598
(132,101,152)
#745986
(116,89,134)
#644D74
(100,77,116)
#544162
(84,65,98)
#443550
(68,53,80)
#34293E
(52,41,62)
#241D2C
(36,29,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #B489CE

#B489CE
(180,137,206)
#BA93D2
(186,147,210)
#C09DD6
(192,157,214)
#C6A7DA
(198,167,218)
#CCB1DE
(204,177,222)
#D2BBE2
(210,187,226)
#D8C5E6
(216,197,230)
#DECFEA
(222,207,234)
#E4D9EE
(228,217,238)
#EAE3F2
(234,227,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B489CE color. Also use rgb(180,137,206) instead hex code.

Text Font Color

.myTextColor { color: #B489CE; }

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

This text font color is #B489CE.

Background Color

.myBgColor { background-color: #B489CE; }

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

This div background color is #B489CE.

Border color

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

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

This div border color is #B489CE.

Opacity

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

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

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

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

This text has shadow with #B489CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B489CE.

Preview

Color preview on black background

This text has color #B489CE on black background.


Color preview on white background

This text has color #B489CE on white background.


Black color preview on #B489CE background

This text has black color on #B489CE background.


White color preview on #B489CE background

This text has white color on #B489CE background.


Related colors

Complementary color

Complementary color for #hex is #4B7631.


I love getcolorcode.com

Triadic colors

1 #CEB489 and #89CEB4 with #B489CE are triadic colors.

2 #CE89B4 and #89B4CE with #B489CE are triadic colors.