COLOR #B994EA

HEX: #B994EA RGB: (185,148,234)

Color info

#B994EA contains mainly red and blue colors. Web safe color of #B994EA is #CC99FF (or #C9F).

RGB color model

#B994EA color RGB value is (185,148,234).

RGB: (185,148,234) (73%, 58%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 234 of 255 = 92%

185
148
234

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

Portions of RGB colors in percentages

R + G + B = 185 + 148 + 234 = 567 (100%)
R 185 of 567 ~ 32.63%
G 148 of 567 ~ 26.1%
B 234 of 567 ~ 41.27'%

%32.63
%26.1
%41.27

CMYK color model

#B994EA color CMYK value is (21,37,0,8).

  • cyan value is 20.94%
  • magenta value is 36.75%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (21,37,0,8)
C21M37Y0K8 (21%, 37%, 0%, 8%)
(0.21 / 0.37 / 0.00 / 0.08)

CMYK percentages

%20.94
%36.75
%0
%8.24

Codes

Color #B994EA in popluar color models

B9 94 EA
RGB 185 148 234
HSL 266° 67.19% 74.90%
HSB/HSV 266° 36.75% 91.76%
CMYK 20.94% 36.75% 0.00%
8.24%

Color #B994EA in popluar number systems.

HEX B9 94 EA
Decimal 185 148 234
Binary 10111001 10010100 11101010
Octal 271 224 352

Shades and tints

Shades of #B994EA

#B994EA
(185,148,234)
#A987D5
(169,135,213)
#997AC0
(153,122,192)
#896DAB
(137,109,171)
#796096
(121,96,150)
#695381
(105,83,129)
#59466C
(89,70,108)
#493957
(73,57,87)
#392C42
(57,44,66)
#291F2D
(41,31,45)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #B994EA

#B994EA
(185,148,234)
#BF9DEB
(191,157,235)
#C5A6EC
(197,166,236)
#CBAFED
(203,175,237)
#D1B8EE
(209,184,238)
#D7C1EF
(215,193,239)
#DDCAF0
(221,202,240)
#E3D3F1
(227,211,241)
#E9DCF2
(233,220,242)
#EFE5F3
(239,229,243)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B994EA color. Also use rgb(185,148,234) instead hex code.

Text Font Color

.myTextColor { color: #B994EA; }

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

This text font color is #B994EA.

Background Color

.myBgColor { background-color: #B994EA; }

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

This div background color is #B994EA.

Border color

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

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

This div border color is #B994EA.

Opacity

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

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

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

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

This text has shadow with #B994EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B994EA.

Preview

Color preview on black background

This text has color #B994EA on black background.


Color preview on white background

This text has color #B994EA on white background.


Black color preview on #B994EA background

This text has black color on #B994EA background.


White color preview on #B994EA background

This text has white color on #B994EA background.


Related colors

Complementary color

Complementary color for #hex is #466B15.


I love getcolorcode.com

Triadic colors

1 #EAB994 and #94EAB9 with #B994EA are triadic colors.

2 #EA94B9 and #94B9EA with #B994EA are triadic colors.