COLOR #B461E7

HEX: #B461E7
RGB: (180,97,231)

Color info

#B461E7 contains mainly red and blue colors. Web safe color of #B461E7 is #CC66FF (or #C6F).

RGB color model

#B461E7 color RGB value is (180,97,231).

  • red value is 180;
  • green value is 97;
  • blue value is 231.
RGB:
(180,97,231)
(71%,38%,91%)

RGB channels and saturation

R 180 of 255 = 71%
G 97 of 255 = 38%
B 231 of 255 = 91%

180
97
231

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

Portions of RGB colors in percentages

R + G + B =
180 + 97 + 231 = 508 (100%)
R 180 of 508 ~ 35.43%
G 97 of 508 ~ 19.09%
B 231 of 508 ~ 45.47%

%35.43
%19.09
%45.47

CMYK color model

#B461E7 color CMYK value is (22,58,0,9).

  • cyan value is 22.08%
  • magenta value is 58.01%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(22,58,0,9)
C22M58Y0K9 
(22%,58%,0%,9%)
(0.22/0.58/0.00/0.09)	

CMYK percentages

%22.08
%58.01
%0
%9.41

Codes

Color #B461E7 in popluar color models

B461E7
RGB18097231
HSL277°73.63%64.31%
HSB/HSV277°58.01%90.59%
CMYK22.08%58.01%0.00%
9.41%

Color #B461E7 in popluar number systems.

HEXB461E7
Decimal18097231
Binary10110100110000111100111
Octal264141347

Shades and tints

Shades of #B461E7

#B461E7
(180,97,231)
#A459D2
(164,89,210)
#9451BD
(148,81,189)
#8449A8
(132,73,168)
#744193
(116,65,147)
#64397E
(100,57,126)
#543169
(84,49,105)
#442954
(68,41,84)
#34213F
(52,33,63)
#24192A
(36,25,42)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #B461E7

#B461E7
(180,97,231)
#BA6FE9
(186,111,233)
#C07DEB
(192,125,235)
#C68BED
(198,139,237)
#CC99EF
(204,153,239)
#D2A7F1
(210,167,241)
#D8B5F3
(216,181,243)
#DEC3F5
(222,195,245)
#E4D1F7
(228,209,247)
#EADFF9
(234,223,249)
#F0EDFB
(240,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B461E7 color. Also use rgb(180,97,231) instead hex code.

Text Font Color

.myTextColor { color: #B461E7; }

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

This text font color is #B461E7.


Background Color

.myBgColor { background-color: #B461E7; }

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

This div background color is #B461E7.


Border color

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

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

This div border color is #B461E7.


Opacity

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

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

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

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

This text has shadow with #B461E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B461E7 on black background.


Color preview on white background

This text has color #B461E7 on white background.



Black color preview on #B461E7 background

This text has black color on #B461E7 background.


White color preview on #B461E7 background

This text has white color on #B461E7 background.