COLOR #B46DE3

HEX: #B46DE3 RGB: (180,109,227)

Color info

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

RGB color model

#B46DE3 color RGB value is (180,109,227).

RGB: (180,109,227) (71%, 43%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 109 of 255 = 43%
B 227 of 255 = 89%

180
109
227

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

Portions of RGB colors in percentages

R + G + B = 180 + 109 + 227 = 516 (100%)
R 180 of 516 ~ 34.88%
G 109 of 516 ~ 21.12%
B 227 of 516 ~ 43.99'%

%34.88
%21.12
%43.99

CMYK color model

#B46DE3 color CMYK value is (21,52,0,11).

  • cyan value is 20.70%
  • magenta value is 51.98%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (21,52,0,11)
C21M52Y0K11 (21%, 52%, 0%, 11%)
(0.21 / 0.52 / 0.00 / 0.11)

CMYK percentages

%20.7
%51.98
%0
%10.98

Codes

Color #B46DE3 in popluar color models

B4 6D E3
RGB 180 109 227
HSL 276° 67.82% 65.88%
HSB/HSV 276° 51.98% 89.02%
CMYK 20.70% 51.98% 0.00%
10.98%

Color #B46DE3 in popluar number systems.

HEX B4 6D E3
Decimal 180 109 227
Binary 10110100 1101101 11100011
Octal 264 155 343

Shades and tints

Shades of #B46DE3

#B46DE3
(180,109,227)
#A464CF
(164,100,207)
#945BBB
(148,91,187)
#8452A7
(132,82,167)
#744993
(116,73,147)
#64407F
(100,64,127)
#54376B
(84,55,107)
#442E57
(68,46,87)
#342543
(52,37,67)
#241C2F
(36,28,47)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #B46DE3

#B46DE3
(180,109,227)
#BA7AE5
(186,122,229)
#C087E7
(192,135,231)
#C694E9
(198,148,233)
#CCA1EB
(204,161,235)
#D2AEED
(210,174,237)
#D8BBEF
(216,187,239)
#DEC8F1
(222,200,241)
#E4D5F3
(228,213,243)
#EAE2F5
(234,226,245)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46DE3 color. Also use rgb(180,109,227) instead hex code.

Text Font Color

.myTextColor { color: #B46DE3; }

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

This text font color is #B46DE3.

Background Color

.myBgColor { background-color: #B46DE3; }

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

This div background color is #B46DE3.

Border color

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

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

This div border color is #B46DE3.

Opacity

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

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

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

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

This text has shadow with #B46DE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46DE3.

Preview

Color preview on black background

This text has color #B46DE3 on black background.


Color preview on white background

This text has color #B46DE3 on white background.


Black color preview on #B46DE3 background

This text has black color on #B46DE3 background.


White color preview on #B46DE3 background

This text has white color on #B46DE3 background.


Related colors

Complementary color

Complementary color for #hex is #4B921C.


I love getcolorcode.com

Triadic colors

1 #E3B46D and #6DE3B4 with #B46DE3 are triadic colors.

2 #E36DB4 and #6DB4E3 with #B46DE3 are triadic colors.