COLOR #B663AE

HEX: #B663AE RGB: (182,99,174)

Color info

#B663AE contains mainly red and blue colors. Web safe color of #B663AE is #CC6699 (or #C69).

RGB color model

#B663AE color RGB value is (182,99,174).

RGB: (182,99,174) (71%, 39%, 68%)

RGB channels and saturation

R 182 of 255 = 71%
G 99 of 255 = 39%
B 174 of 255 = 68%

182
99
174

R + G + B ~ 59%. #B663AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 182 + 99 + 174 = 455 (100%)
R 182 of 455 ~ 40%
G 99 of 455 ~ 21.76%
B 174 of 455 ~ 38.24'%

%40
%21.76
%38.24

CMYK color model

#B663AE color CMYK value is (0,46,4,29).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK: (0,46,4,29) C0M46Y4K29 (0%,46%,4%,29%) (0.00/0.46/0.04/0.29) 

CMYK percentages

%0
%45.6
%4.4
%28.63

Codes

Color #B663AE in popluar color models

B6 63 AE
RGB 182 99 174
HSL 306° 36.24% 55.10%
HSB/HSV 306° 45.60% 71.37%
CMYK 0.00% 45.60% 4.40%
28.63%

Color #B663AE in popluar number systems.

HEX B6 63 AE
Decimal 182 99 174
Binary 10110110 1100011 10101110
Octal 266 143 256

Shades and tints

Shades of #B663AE

#B663AE
(182,99,174)
#A65A9F
(166,90,159)
#965190
(150,81,144)
#864881
(134,72,129)
#763F72
(118,63,114)
#663663
(102,54,99)
#562D54
(86,45,84)
#462445
(70,36,69)
#361B36
(54,27,54)
#261227
(38,18,39)
#160918
(22,9,24)
#000000
(0,0,0)

Tints of #B663AE

#B663AE
(182,99,174)
#BC71B5
(188,113,181)
#C27FBC
(194,127,188)
#C88DC3
(200,141,195)
#CE9BCA
(206,155,202)
#D4A9D1
(212,169,209)
#DAB7D8
(218,183,216)
#E0C5DF
(224,197,223)
#E6D3E6
(230,211,230)
#ECE1ED
(236,225,237)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B663AE color. Also use rgb(182,99,174) instead hex code.

Text Font Color

.myTextColor { color: #B663AE; }

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

This text font color is #B663AE.

Background Color

.myBgColor { background-color: #B663AE; }

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

This div background color is #B663AE.

Border color

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

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

This div border color is #B663AE.

Opacity

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

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

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

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

This text has shadow with #B663AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B663AE.

Preview

Color preview on black background

This text has color #B663AE on black background.


Color preview on white background

This text has color #B663AE on white background.


Black color preview on #B663AE background

This text has black color on #B663AE background.


White color preview on #B663AE background

This text has white color on #B663AE background.


Related colors

Complementary color

Complementary color for #hex is #499C51.


I love getcolorcode.com

Triadic colors

1 #AEB663 and #63AEB6 with #B663AE are triadic colors.

2 #AE63B6 and #63B6AE with #B663AE are triadic colors.