COLOR #B486DA

HEX: #B486DA
RGB: (180,134,218)

Color info

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

RGB color model

#B486DA color RGB value is (180,134,218).

  • red value is 180;
  • green value is 134;
  • blue value is 218.
RGB:
(180,134,218)
(71%,53%,85%)

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 218 of 255 = 85%

180
134
218

R + G + B ~ 70%. #B486DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 134 + 218 = 532 (100%)
R 180 of 532 ~ 33.83%
G 134 of 532 ~ 25.19%
B 218 of 532 ~ 40.98%

%33.83
%25.19
%40.98

CMYK color model

#B486DA color CMYK value is (17,39,0,15).

  • cyan value is 17.43%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,39,0,15)
C17M39Y0K15 
(17%,39%,0%,15%)
(0.17/0.39/0.00/0.15)	

CMYK percentages

%17.43
%38.53
%0
%14.51

Codes

Color #B486DA in popluar color models

B486DA
RGB180134218
HSL273°53.16%69.02%
HSB/HSV273°38.53%85.49%
CMYK17.43%38.53%0.00%
14.51%

Color #B486DA in popluar number systems.

HEXB486DA
Decimal180134218
Binary101101001000011011011010
Octal264206332

Shades and tints

Shades of #B486DA

#B486DA
(180,134,218)
#A47AC7
(164,122,199)
#946EB4
(148,110,180)
#8462A1
(132,98,161)
#74568E
(116,86,142)
#644A7B
(100,74,123)
#543E68
(84,62,104)
#443255
(68,50,85)
#342642
(52,38,66)
#241A2F
(36,26,47)
#140E1C
(20,14,28)
#000000
(0,0,0)

Tints of #B486DA

#B486DA
(180,134,218)
#BA91DD
(186,145,221)
#C09CE0
(192,156,224)
#C6A7E3
(198,167,227)
#CCB2E6
(204,178,230)
#D2BDE9
(210,189,233)
#D8C8EC
(216,200,236)
#DED3EF
(222,211,239)
#E4DEF2
(228,222,242)
#EAE9F5
(234,233,245)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B486DA color. Also use rgb(180,134,218) instead hex code.

Text Font Color

.myTextColor { color: #B486DA; }

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

This text font color is #B486DA.


Background Color

.myBgColor { background-color: #B486DA; }

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

This div background color is #B486DA.


Border color

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

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

This div border color is #B486DA.


Opacity

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

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

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

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

This text has shadow with #B486DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B486DA on black background.


Color preview on white background

This text has color #B486DA on white background.



Black color preview on #B486DA background

This text has black color on #B486DA background.


White color preview on #B486DA background

This text has white color on #B486DA background.