COLOR #B475DB

HEX: #B475DB RGB: (180,117,219)

Color info

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

RGB color model

#B475DB color RGB value is (180,117,219).

RGB: (180,117,219) (71%, 46%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 219 of 255 = 86%

180
117
219

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

Portions of RGB colors in percentages

R + G + B = 180 + 117 + 219 = 516 (100%)
R 180 of 516 ~ 34.88%
G 117 of 516 ~ 22.67%
B 219 of 516 ~ 42.44'%

%34.88
%22.67
%42.44

CMYK color model

#B475DB color CMYK value is (18,47,0,14).

  • cyan value is 17.81%
  • magenta value is 46.58%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (18,47,0,14)
C18M47Y0K14 (18%, 47%, 0%, 14%)
(0.18 / 0.47 / 0.00 / 0.14)

CMYK percentages

%17.81
%46.58
%0
%14.12

Codes

Color #B475DB in popluar color models

B4 75 DB
RGB 180 117 219
HSL 277° 58.62% 65.88%
HSB/HSV 277° 46.58% 85.88%
CMYK 17.81% 46.58% 0.00%
14.12%

Color #B475DB in popluar number systems.

HEX B4 75 DB
Decimal 180 117 219
Binary 10110100 1110101 11011011
Octal 264 165 333

Shades and tints

Shades of #B475DB

#B475DB
(180,117,219)
#A46BC8
(164,107,200)
#9461B5
(148,97,181)
#8457A2
(132,87,162)
#744D8F
(116,77,143)
#64437C
(100,67,124)
#543969
(84,57,105)
#442F56
(68,47,86)
#342543
(52,37,67)
#241B30
(36,27,48)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #B475DB

#B475DB
(180,117,219)
#BA81DE
(186,129,222)
#C08DE1
(192,141,225)
#C699E4
(198,153,228)
#CCA5E7
(204,165,231)
#D2B1EA
(210,177,234)
#D8BDED
(216,189,237)
#DEC9F0
(222,201,240)
#E4D5F3
(228,213,243)
#EAE1F6
(234,225,246)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B475DB; }

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

This text font color is #B475DB.

Background Color

.myBgColor { background-color: #B475DB; }

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

This div background color is #B475DB.

Border color

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

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

This div border color is #B475DB.

Opacity

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

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

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

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

This text has shadow with #B475DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B475DB.

Preview

Color preview on black background

This text has color #B475DB on black background.


Color preview on white background

This text has color #B475DB on white background.


Black color preview on #B475DB background

This text has black color on #B475DB background.


White color preview on #B475DB background

This text has white color on #B475DB background.


Related colors

Complementary color

Complementary color for #hex is #4B8A24.


I love getcolorcode.com

Triadic colors

1 #DBB475 and #75DBB4 with #B475DB are triadic colors.

2 #DB75B4 and #75B4DB with #B475DB are triadic colors.