COLOR #B66AD7

HEX: #B66AD7 RGB: (182,106,215)

Color info

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

RGB color model

#B66AD7 color RGB value is (182,106,215).

RGB: (182,106,215) (71%, 42%, 84%)

RGB channels and saturation

R 182 of 255 = 71%
G 106 of 255 = 42%
B 215 of 255 = 84%

182
106
215

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

Portions of RGB colors in percentages

R + G + B = 182 + 106 + 215 = 503 (100%)
R 182 of 503 ~ 36.18%
G 106 of 503 ~ 21.07%
B 215 of 503 ~ 42.74'%

%36.18
%21.07
%42.74

CMYK color model

#B66AD7 color CMYK value is (15,51,0,16).

  • cyan value is 15.35%
  • magenta value is 50.70%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (15,51,0,16)
C15M51Y0K16 (15%, 51%, 0%, 16%)
(0.15 / 0.51 / 0.00 / 0.16)

CMYK percentages

%15.35
%50.7
%0
%15.69

Codes

Color #B66AD7 in popluar color models

B6 6A D7
RGB 182 106 215
HSL 282° 57.67% 62.94%
HSB/HSV 282° 50.70% 84.31%
CMYK 15.35% 50.70% 0.00%
15.69%

Color #B66AD7 in popluar number systems.

HEX B6 6A D7
Decimal 182 106 215
Binary 10110110 1101010 11010111
Octal 266 152 327

Shades and tints

Shades of #B66AD7

#B66AD7
(182,106,215)
#A661C4
(166,97,196)
#9658B1
(150,88,177)
#864F9E
(134,79,158)
#76468B
(118,70,139)
#663D78
(102,61,120)
#563465
(86,52,101)
#462B52
(70,43,82)
#36223F
(54,34,63)
#26192C
(38,25,44)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #B66AD7

#B66AD7
(182,106,215)
#BC77DA
(188,119,218)
#C284DD
(194,132,221)
#C891E0
(200,145,224)
#CE9EE3
(206,158,227)
#D4ABE6
(212,171,230)
#DAB8E9
(218,184,233)
#E0C5EC
(224,197,236)
#E6D2EF
(230,210,239)
#ECDFF2
(236,223,242)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66AD7 color. Also use rgb(182,106,215) instead hex code.

Text Font Color

.myTextColor { color: #B66AD7; }

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

This text font color is #B66AD7.

Background Color

.myBgColor { background-color: #B66AD7; }

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

This div background color is #B66AD7.

Border color

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

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

This div border color is #B66AD7.

Opacity

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

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

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

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

This text has shadow with #B66AD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66AD7.

Preview

Color preview on black background

This text has color #B66AD7 on black background.


Color preview on white background

This text has color #B66AD7 on white background.


Black color preview on #B66AD7 background

This text has black color on #B66AD7 background.


White color preview on #B66AD7 background

This text has white color on #B66AD7 background.


Related colors

Complementary color

Complementary color for #hex is #499528.


I love getcolorcode.com

Triadic colors

1 #D7B66A and #6AD7B6 with #B66AD7 are triadic colors.

2 #D76AB6 and #6AB6D7 with #B66AD7 are triadic colors.