COLOR #B66BE9

HEX: #B66BE9 RGB: (182,107,233)

Color info

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

RGB color model

#B66BE9 color RGB value is (182,107,233).

RGB: (182,107,233) (71%, 42%, 91%)

RGB channels and saturation

R 182 of 255 = 71%
G 107 of 255 = 42%
B 233 of 255 = 91%

182
107
233

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

Portions of RGB colors in percentages

R + G + B = 182 + 107 + 233 = 522 (100%)
R 182 of 522 ~ 34.87%
G 107 of 522 ~ 20.5%
B 233 of 522 ~ 44.64'%

%34.87
%20.5
%44.64

CMYK color model

#B66BE9 color CMYK value is (22,54,0,9).

  • cyan value is 21.89%
  • magenta value is 54.08%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (22,54,0,9)
C22M54Y0K9 (22%, 54%, 0%, 9%)
(0.22 / 0.54 / 0.00 / 0.09)

CMYK percentages

%21.89
%54.08
%0
%8.63

Codes

Color #B66BE9 in popluar color models

B6 6B E9
RGB 182 107 233
HSL 276° 74.12% 66.67%
HSB/HSV 276° 54.08% 91.37%
CMYK 21.89% 54.08% 0.00%
8.63%

Color #B66BE9 in popluar number systems.

HEX B6 6B E9
Decimal 182 107 233
Binary 10110110 1101011 11101001
Octal 266 153 351

Shades and tints

Shades of #B66BE9

#B66BE9
(182,107,233)
#A662D4
(166,98,212)
#9659BF
(150,89,191)
#8650AA
(134,80,170)
#764795
(118,71,149)
#663E80
(102,62,128)
#56356B
(86,53,107)
#462C56
(70,44,86)
#362341
(54,35,65)
#261A2C
(38,26,44)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B66BE9

#B66BE9
(182,107,233)
#BC78EB
(188,120,235)
#C285ED
(194,133,237)
#C892EF
(200,146,239)
#CE9FF1
(206,159,241)
#D4ACF3
(212,172,243)
#DAB9F5
(218,185,245)
#E0C6F7
(224,198,247)
#E6D3F9
(230,211,249)
#ECE0FB
(236,224,251)
#F2EDFD
(242,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66BE9 color. Also use rgb(182,107,233) instead hex code.

Text Font Color

.myTextColor { color: #B66BE9; }

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

This text font color is #B66BE9.

Background Color

.myBgColor { background-color: #B66BE9; }

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

This div background color is #B66BE9.

Border color

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

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

This div border color is #B66BE9.

Opacity

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

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

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

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

This text has shadow with #B66BE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66BE9.

Preview

Color preview on black background

This text has color #B66BE9 on black background.


Color preview on white background

This text has color #B66BE9 on white background.


Black color preview on #B66BE9 background

This text has black color on #B66BE9 background.


White color preview on #B66BE9 background

This text has white color on #B66BE9 background.


Related colors

Complementary color

Complementary color for #hex is #499416.


I love getcolorcode.com

Triadic colors

1 #E9B66B and #6BE9B6 with #B66BE9 are triadic colors.

2 #E96BB6 and #6BB6E9 with #B66BE9 are triadic colors.