COLOR #B475D7

HEX: #B475D7 RGB: (180,117,215)

Color info

#B475D7 contains mainly red and blue colors. Web safe color of #B475D7 is #CC66CC (or #C6C).

RGB color model

#B475D7 color RGB value is (180,117,215).

RGB: (180,117,215) (71%, 46%, 84%)

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 215 of 255 = 84%

180
117
215

R + G + B ~ 67%. #B475D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 117 + 215 = 512 (100%)
R 180 of 512 ~ 35.16%
G 117 of 512 ~ 22.85%
B 215 of 512 ~ 41.99'%

%35.16
%22.85
%41.99

CMYK color model

#B475D7 color CMYK value is (16,46,0,16).

  • cyan value is 16.28%
  • magenta value is 45.58%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (16,46,0,16)
C16M46Y0K16 (16%, 46%, 0%, 16%)
(0.16 / 0.46 / 0.00 / 0.16)

CMYK percentages

%16.28
%45.58
%0
%15.69

Codes

Color #B475D7 in popluar color models

B4 75 D7
RGB 180 117 215
HSL 279° 55.06% 65.10%
HSB/HSV 279° 45.58% 84.31%
CMYK 16.28% 45.58% 0.00%
15.69%

Color #B475D7 in popluar number systems.

HEX B4 75 D7
Decimal 180 117 215
Binary 10110100 1110101 11010111
Octal 264 165 327

Shades and tints

Shades of #B475D7

#B475D7
(180,117,215)
#A46BC4
(164,107,196)
#9461B1
(148,97,177)
#84579E
(132,87,158)
#744D8B
(116,77,139)
#644378
(100,67,120)
#543965
(84,57,101)
#442F52
(68,47,82)
#34253F
(52,37,63)
#241B2C
(36,27,44)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B475D7

#B475D7
(180,117,215)
#BA81DA
(186,129,218)
#C08DDD
(192,141,221)
#C699E0
(198,153,224)
#CCA5E3
(204,165,227)
#D2B1E6
(210,177,230)
#D8BDE9
(216,189,233)
#DEC9EC
(222,201,236)
#E4D5EF
(228,213,239)
#EAE1F2
(234,225,242)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B475D7 color. Also use rgb(180,117,215) instead hex code.

Text Font Color

.myTextColor { color: #B475D7; }

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

This text font color is #B475D7.

Background Color

.myBgColor { background-color: #B475D7; }

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

This div background color is #B475D7.

Border color

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

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

This div border color is #B475D7.

Opacity

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

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

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

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

This text has shadow with #B475D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B475D7.

Preview

Color preview on black background

This text has color #B475D7 on black background.


Color preview on white background

This text has color #B475D7 on white background.


Black color preview on #B475D7 background

This text has black color on #B475D7 background.


White color preview on #B475D7 background

This text has white color on #B475D7 background.


Related colors

Complementary color

Complementary color for #hex is #4B8A28.


I love getcolorcode.com

Triadic colors

1 #D7B475 and #75D7B4 with #B475D7 are triadic colors.

2 #D775B4 and #75B4D7 with #B475D7 are triadic colors.