COLOR #B99FE1

HEX: #B99FE1 RGB: (185,159,225)

Color info

#B99FE1 contains mainly red and blue colors. Web safe color of #B99FE1 is #CC99CC (or #C9C).

RGB color model

#B99FE1 color RGB value is (185,159,225).

RGB: (185,159,225) (73%, 62%, 88%)

RGB channels and saturation

R 185 of 255 = 73%
G 159 of 255 = 62%
B 225 of 255 = 88%

185
159
225

R + G + B ~ 74%. #B99FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 159 + 225 = 569 (100%)
R 185 of 569 ~ 32.51%
G 159 of 569 ~ 27.94%
B 225 of 569 ~ 39.54'%

%32.51
%27.94
%39.54

CMYK color model

#B99FE1 color CMYK value is (18,29,0,12).

  • cyan value is 17.78%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (18,29,0,12)
C18M29Y0K12 (18%, 29%, 0%, 12%)
(0.18 / 0.29 / 0.00 / 0.12)

CMYK percentages

%17.78
%29.33
%0
%11.76

Codes

Color #B99FE1 in popluar color models

B9 9F E1
RGB 185 159 225
HSL 264° 52.38% 75.29%
HSB/HSV 264° 29.33% 88.24%
CMYK 17.78% 29.33% 0.00%
11.76%

Color #B99FE1 in popluar number systems.

HEX B9 9F E1
Decimal 185 159 225
Binary 10111001 10011111 11100001
Octal 271 237 341

Shades and tints

Shades of #B99FE1

#B99FE1
(185,159,225)
#A991CD
(169,145,205)
#9983B9
(153,131,185)
#8975A5
(137,117,165)
#796791
(121,103,145)
#69597D
(105,89,125)
#594B69
(89,75,105)
#493D55
(73,61,85)
#392F41
(57,47,65)
#29212D
(41,33,45)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #B99FE1

#B99FE1
(185,159,225)
#BFA7E3
(191,167,227)
#C5AFE5
(197,175,229)
#CBB7E7
(203,183,231)
#D1BFE9
(209,191,233)
#D7C7EB
(215,199,235)
#DDCFED
(221,207,237)
#E3D7EF
(227,215,239)
#E9DFF1
(233,223,241)
#EFE7F3
(239,231,243)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99FE1 color. Also use rgb(185,159,225) instead hex code.

Text Font Color

.myTextColor { color: #B99FE1; }

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

This text font color is #B99FE1.

Background Color

.myBgColor { background-color: #B99FE1; }

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

This div background color is #B99FE1.

Border color

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

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

This div border color is #B99FE1.

Opacity

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

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

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

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

This text has shadow with #B99FE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99FE1.

Preview

Color preview on black background

This text has color #B99FE1 on black background.


Color preview on white background

This text has color #B99FE1 on white background.


Black color preview on #B99FE1 background

This text has black color on #B99FE1 background.


White color preview on #B99FE1 background

This text has white color on #B99FE1 background.


Related colors

Complementary color

Complementary color for #hex is #46601E.


I love getcolorcode.com

Triadic colors

1 #E1B99F and #9FE1B9 with #B99FE1 are triadic colors.

2 #E19FB9 and #9FB9E1 with #B99FE1 are triadic colors.