COLOR #B489CC

HEX: #B489CC
RGB: (180,137,204)

Color info

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

RGB color model

#B489CC color RGB value is (180,137,204).

  • red value is 180;
  • green value is 137;
  • blue value is 204.
RGB:
(180,137,204)
(71%,54%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 204 of 255 = 80%

180
137
204

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 204 = 521 (100%)
R 180 of 521 ~ 34.55%
G 137 of 521 ~ 26.3%
B 204 of 521 ~ 39.16%

%34.55
%26.3
%39.16

CMYK color model

#B489CC color CMYK value is (12,33,0,20).

  • cyan value is 11.76%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,33,0,20)
C12M33Y0K20 
(12%,33%,0%,20%)
(0.12/0.33/0.00/0.20)	

CMYK percentages

%11.76
%32.84
%0
%20

Codes

Color #B489CC in popluar color models

B489CC
RGB180137204
HSL279°39.64%66.86%
HSB/HSV279°32.84%80.00%
CMYK11.76%32.84%0.00%
20.00%

Color #B489CC in popluar number systems.

HEXB489CC
Decimal180137204
Binary101101001000100111001100
Octal264211314

Shades and tints

Shades of #B489CC

#B489CC
(180,137,204)
#A47DBA
(164,125,186)
#9471A8
(148,113,168)
#846596
(132,101,150)
#745984
(116,89,132)
#644D72
(100,77,114)
#544160
(84,65,96)
#44354E
(68,53,78)
#34293C
(52,41,60)
#241D2A
(36,29,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #B489CC

#B489CC
(180,137,204)
#BA93D0
(186,147,208)
#C09DD4
(192,157,212)
#C6A7D8
(198,167,216)
#CCB1DC
(204,177,220)
#D2BBE0
(210,187,224)
#D8C5E4
(216,197,228)
#DECFE8
(222,207,232)
#E4D9EC
(228,217,236)
#EAE3F0
(234,227,240)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B489CC; }

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

This text font color is #B489CC.


Background Color

.myBgColor { background-color: #B489CC; }

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

This div background color is #B489CC.


Border color

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

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

This div border color is #B489CC.


Opacity

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

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

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

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

This text has shadow with #B489CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B489CC on black background.


Color preview on white background

This text has color #B489CC on white background.



Black color preview on #B489CC background

This text has black color on #B489CC background.


White color preview on #B489CC background

This text has white color on #B489CC background.