COLOR #B661E3

HEX: #B661E3
RGB: (182,97,227)

Color info

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

RGB color model

#B661E3 color RGB value is (182,97,227).

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

RGB channels and saturation

R 182 of 255 = 71%
G 97 of 255 = 38%
B 227 of 255 = 89%

182
97
227

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

Portions of RGB colors in percentages

R + G + B =
182 + 97 + 227 = 506 (100%)
R 182 of 506 ~ 35.97%
G 97 of 506 ~ 19.17%
B 227 of 506 ~ 44.86%

%35.97
%19.17
%44.86

CMYK color model

#B661E3 color CMYK value is (20,57,0,11).

  • cyan value is 19.82%
  • magenta value is 57.27%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(20,57,0,11)
C20M57Y0K11 
(20%,57%,0%,11%)
(0.20/0.57/0.00/0.11)	

CMYK percentages

%19.82
%57.27
%0
%10.98

Codes

Color #B661E3 in popluar color models

B661E3
RGB18297227
HSL279°69.89%63.53%
HSB/HSV279°57.27%89.02%
CMYK19.82%57.27%0.00%
10.98%

Color #B661E3 in popluar number systems.

HEXB661E3
Decimal18297227
Binary10110110110000111100011
Octal266141343

Shades and tints

Shades of #B661E3

#B661E3
(182,97,227)
#A659CF
(166,89,207)
#9651BB
(150,81,187)
#8649A7
(134,73,167)
#764193
(118,65,147)
#66397F
(102,57,127)
#56316B
(86,49,107)
#462957
(70,41,87)
#362143
(54,33,67)
#26192F
(38,25,47)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #B661E3

#B661E3
(182,97,227)
#BC6FE5
(188,111,229)
#C27DE7
(194,125,231)
#C88BE9
(200,139,233)
#CE99EB
(206,153,235)
#D4A7ED
(212,167,237)
#DAB5EF
(218,181,239)
#E0C3F1
(224,195,241)
#E6D1F3
(230,209,243)
#ECDFF5
(236,223,245)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B661E3; }

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

This text font color is #B661E3.


Background Color

.myBgColor { background-color: #B661E3; }

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

This div background color is #B661E3.


Border color

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

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

This div border color is #B661E3.


Opacity

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

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

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

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

This text has shadow with #B661E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B661E3 on black background.


Color preview on white background

This text has color #B661E3 on white background.



Black color preview on #B661E3 background

This text has black color on #B661E3 background.


White color preview on #B661E3 background

This text has white color on #B661E3 background.