COLOR #B663AB

HEX: #B663AB RGB: (182,99,171)

Color info

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

RGB color model

#B663AB color RGB value is (182,99,171).

RGB: (182,99,171) (71%, 39%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 99 of 255 = 39%
B 171 of 255 = 67%

182
99
171

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

Portions of RGB colors in percentages

R + G + B = 182 + 99 + 171 = 452 (100%)
R 182 of 452 ~ 40.27%
G 99 of 452 ~ 21.9%
B 171 of 452 ~ 37.83'%

%40.27
%21.9
%37.83

CMYK color model

#B663AB color CMYK value is (0,46,6,29).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK: (0,46,6,29) C0M46Y6K29 (0%,46%,6%,29%) (0.00/0.46/0.06/0.29) 

CMYK percentages

%0
%45.6
%6.04
%28.63

Codes

Color #B663AB in popluar color models

B6 63 AB
RGB 182 99 171
HSL 308° 36.24% 55.10%
HSB/HSV 308° 45.60% 71.37%
CMYK 0.00% 45.60% 6.04%
28.63%

Color #B663AB in popluar number systems.

HEX B6 63 AB
Decimal 182 99 171
Binary 10110110 1100011 10101011
Octal 266 143 253

Shades and tints

Shades of #B663AB

#B663AB
(182,99,171)
#A65A9C
(166,90,156)
#96518D
(150,81,141)
#86487E
(134,72,126)
#763F6F
(118,63,111)
#663660
(102,54,96)
#562D51
(86,45,81)
#462442
(70,36,66)
#361B33
(54,27,51)
#261224
(38,18,36)
#160915
(22,9,21)
#000000
(0,0,0)

Tints of #B663AB

#B663AB
(182,99,171)
#BC71B2
(188,113,178)
#C27FB9
(194,127,185)
#C88DC0
(200,141,192)
#CE9BC7
(206,155,199)
#D4A9CE
(212,169,206)
#DAB7D5
(218,183,213)
#E0C5DC
(224,197,220)
#E6D3E3
(230,211,227)
#ECE1EA
(236,225,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B663AB; }

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

This text font color is #B663AB.

Background Color

.myBgColor { background-color: #B663AB; }

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

This div background color is #B663AB.

Border color

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

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

This div border color is #B663AB.

Opacity

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

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

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

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

This text has shadow with #B663AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B663AB.

Preview

Color preview on black background

This text has color #B663AB on black background.


Color preview on white background

This text has color #B663AB on white background.


Black color preview on #B663AB background

This text has black color on #B663AB background.


White color preview on #B663AB background

This text has white color on #B663AB background.


Related colors

Complementary color

Complementary color for #hex is #499C54.


I love getcolorcode.com

Triadic colors

1 #ABB663 and #63ABB6 with #B663AB are triadic colors.

2 #AB63B6 and #63B6AB with #B663AB are triadic colors.