COLOR #B487CC

HEX: #B487CC
RGB: (180,135,204)

Color info

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

RGB color model

#B487CC color RGB value is (180,135,204).

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

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 204 of 255 = 80%

180
135
204

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 204 = 519 (100%)
R 180 of 519 ~ 34.68%
G 135 of 519 ~ 26.01%
B 204 of 519 ~ 39.31%

%34.68
%26.01
%39.31

CMYK color model

#B487CC color CMYK value is (12,34,0,20).

  • cyan value is 11.76%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,34,0,20)
C12M34Y0K20 
(12%,34%,0%,20%)
(0.12/0.34/0.00/0.20)	

CMYK percentages

%11.76
%33.82
%0
%20

Codes

Color #B487CC in popluar color models

B487CC
RGB180135204
HSL279°40.35%66.47%
HSB/HSV279°33.82%80.00%
CMYK11.76%33.82%0.00%
20.00%

Color #B487CC in popluar number systems.

HEXB487CC
Decimal180135204
Binary101101001000011111001100
Octal264207314

Shades and tints

Shades of #B487CC

#B487CC
(180,135,204)
#A47BBA
(164,123,186)
#946FA8
(148,111,168)
#846396
(132,99,150)
#745784
(116,87,132)
#644B72
(100,75,114)
#543F60
(84,63,96)
#44334E
(68,51,78)
#34273C
(52,39,60)
#241B2A
(36,27,42)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #B487CC

#B487CC
(180,135,204)
#BA91D0
(186,145,208)
#C09BD4
(192,155,212)
#C6A5D8
(198,165,216)
#CCAFDC
(204,175,220)
#D2B9E0
(210,185,224)
#D8C3E4
(216,195,228)
#DECDE8
(222,205,232)
#E4D7EC
(228,215,236)
#EAE1F0
(234,225,240)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B487CC; }

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

This text font color is #B487CC.


Background Color

.myBgColor { background-color: #B487CC; }

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

This div background color is #B487CC.


Border color

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

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

This div border color is #B487CC.


Opacity

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

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

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

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

This text has shadow with #B487CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B487CC on black background.


Color preview on white background

This text has color #B487CC on white background.



Black color preview on #B487CC background

This text has black color on #B487CC background.


White color preview on #B487CC background

This text has white color on #B487CC background.