COLOR #B661E1

HEX: #B661E1
RGB: (182,97,225)

Color info

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

RGB color model

#B661E1 color RGB value is (182,97,225).

  • red value is 182;
  • green value is 97;
  • blue value is 225.
RGB:
(182,97,225)
(71%,38%,88%)

RGB channels and saturation

R 182 of 255 = 71%
G 97 of 255 = 38%
B 225 of 255 = 88%

182
97
225

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

Portions of RGB colors in percentages

R + G + B =
182 + 97 + 225 = 504 (100%)
R 182 of 504 ~ 36.11%
G 97 of 504 ~ 19.25%
B 225 of 504 ~ 44.64%

%36.11
%19.25
%44.64

CMYK color model

#B661E1 color CMYK value is (19,57,0,12).

  • cyan value is 19.11%
  • magenta value is 56.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(19,57,0,12)
C19M57Y0K12 
(19%,57%,0%,12%)
(0.19/0.57/0.00/0.12)	

CMYK percentages

%19.11
%56.89
%0
%11.76

Codes

Color #B661E1 in popluar color models

B661E1
RGB18297225
HSL280°68.09%63.14%
HSB/HSV280°56.89%88.24%
CMYK19.11%56.89%0.00%
11.76%

Color #B661E1 in popluar number systems.

HEXB661E1
Decimal18297225
Binary10110110110000111100001
Octal266141341

Shades and tints

Shades of #B661E1

#B661E1
(182,97,225)
#A659CD
(166,89,205)
#9651B9
(150,81,185)
#8649A5
(134,73,165)
#764191
(118,65,145)
#66397D
(102,57,125)
#563169
(86,49,105)
#462955
(70,41,85)
#362141
(54,33,65)
#26192D
(38,25,45)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #B661E1

#B661E1
(182,97,225)
#BC6FE3
(188,111,227)
#C27DE5
(194,125,229)
#C88BE7
(200,139,231)
#CE99E9
(206,153,233)
#D4A7EB
(212,167,235)
#DAB5ED
(218,181,237)
#E0C3EF
(224,195,239)
#E6D1F1
(230,209,241)
#ECDFF3
(236,223,243)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B661E1 color. Also use rgb(182,97,225) instead hex code.

Text Font Color

.myTextColor { color: #B661E1; }

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

This text font color is #B661E1.


Background Color

.myBgColor { background-color: #B661E1; }

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

This div background color is #B661E1.


Border color

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

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

This div border color is #B661E1.


Opacity

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

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

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

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

This text has shadow with #B661E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B661E1 on black background.


Color preview on white background

This text has color #B661E1 on white background.



Black color preview on #B661E1 background

This text has black color on #B661E1 background.


White color preview on #B661E1 background

This text has white color on #B661E1 background.