COLOR #B475CD

HEX: #B475CD RGB: (180,117,205)

Color info

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

RGB color model

#B475CD color RGB value is (180,117,205).

RGB: (180,117,205) (71%, 46%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 205 of 255 = 80%

180
117
205

R + G + B ~ 66%. #B475CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 117 + 205 = 502 (100%)
R 180 of 502 ~ 35.86%
G 117 of 502 ~ 23.31%
B 205 of 502 ~ 40.84'%

%35.86
%23.31
%40.84

CMYK color model

#B475CD color CMYK value is (12,43,0,20).

  • cyan value is 12.20%
  • magenta value is 42.93%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (12,43,0,20)
C12M43Y0K20 (12%, 43%, 0%, 20%)
(0.12 / 0.43 / 0.00 / 0.20)

CMYK percentages

%12.2
%42.93
%0
%19.61

Codes

Color #B475CD in popluar color models

B4 75 CD
RGB 180 117 205
HSL 283° 46.81% 63.14%
HSB/HSV 283° 42.93% 80.39%
CMYK 12.20% 42.93% 0.00%
19.61%

Color #B475CD in popluar number systems.

HEX B4 75 CD
Decimal 180 117 205
Binary 10110100 1110101 11001101
Octal 264 165 315

Shades and tints

Shades of #B475CD

#B475CD
(180,117,205)
#A46BBB
(164,107,187)
#9461A9
(148,97,169)
#845797
(132,87,151)
#744D85
(116,77,133)
#644373
(100,67,115)
#543961
(84,57,97)
#442F4F
(68,47,79)
#34253D
(52,37,61)
#241B2B
(36,27,43)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B475CD

#B475CD
(180,117,205)
#BA81D1
(186,129,209)
#C08DD5
(192,141,213)
#C699D9
(198,153,217)
#CCA5DD
(204,165,221)
#D2B1E1
(210,177,225)
#D8BDE5
(216,189,229)
#DEC9E9
(222,201,233)
#E4D5ED
(228,213,237)
#EAE1F1
(234,225,241)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B475CD; }

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

This text font color is #B475CD.

Background Color

.myBgColor { background-color: #B475CD; }

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

This div background color is #B475CD.

Border color

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

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

This div border color is #B475CD.

Opacity

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

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

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

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

This text has shadow with #B475CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B475CD.

Preview

Color preview on black background

This text has color #B475CD on black background.


Color preview on white background

This text has color #B475CD on white background.


Black color preview on #B475CD background

This text has black color on #B475CD background.


White color preview on #B475CD background

This text has white color on #B475CD background.


Related colors

Complementary color

Complementary color for #hex is #4B8A32.


I love getcolorcode.com

Triadic colors

1 #CDB475 and #75CDB4 with #B475CD are triadic colors.

2 #CD75B4 and #75B4CD with #B475CD are triadic colors.