COLOR #B485D5

HEX: #B485D5
RGB: (180,133,213)

Color info

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

RGB color model

#B485D5 color RGB value is (180,133,213).

  • red value is 180;
  • green value is 133;
  • blue value is 213.
RGB:
(180,133,213)
(71%,52%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 133 of 255 = 52%
B 213 of 255 = 84%

180
133
213

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

Portions of RGB colors in percentages

R + G + B =
180 + 133 + 213 = 526 (100%)
R 180 of 526 ~ 34.22%
G 133 of 526 ~ 25.29%
B 213 of 526 ~ 40.49%

%34.22
%25.29
%40.49

CMYK color model

#B485D5 color CMYK value is (15,38,0,16).

  • cyan value is 15.49%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(15,38,0,16)
C15M38Y0K16 
(15%,38%,0%,16%)
(0.15/0.38/0.00/0.16)	

CMYK percentages

%15.49
%37.56
%0
%16.47

Codes

Color #B485D5 in popluar color models

B485D5
RGB180133213
HSL275°48.78%67.84%
HSB/HSV275°37.56%83.53%
CMYK15.49%37.56%0.00%
16.47%

Color #B485D5 in popluar number systems.

HEXB485D5
Decimal180133213
Binary101101001000010111010101
Octal264205325

Shades and tints

Shades of #B485D5

#B485D5
(180,133,213)
#A479C2
(164,121,194)
#946DAF
(148,109,175)
#84619C
(132,97,156)
#745589
(116,85,137)
#644976
(100,73,118)
#543D63
(84,61,99)
#443150
(68,49,80)
#34253D
(52,37,61)
#24192A
(36,25,42)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #B485D5

#B485D5
(180,133,213)
#BA90D8
(186,144,216)
#C09BDB
(192,155,219)
#C6A6DE
(198,166,222)
#CCB1E1
(204,177,225)
#D2BCE4
(210,188,228)
#D8C7E7
(216,199,231)
#DED2EA
(222,210,234)
#E4DDED
(228,221,237)
#EAE8F0
(234,232,240)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B485D5 color. Also use rgb(180,133,213) instead hex code.

Text Font Color

.myTextColor { color: #B485D5; }

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

This text font color is #B485D5.


Background Color

.myBgColor { background-color: #B485D5; }

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

This div background color is #B485D5.


Border color

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

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

This div border color is #B485D5.


Opacity

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

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

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

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

This text has shadow with #B485D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B485D5 on black background.


Color preview on white background

This text has color #B485D5 on white background.



Black color preview on #B485D5 background

This text has black color on #B485D5 background.


White color preview on #B485D5 background

This text has white color on #B485D5 background.