COLOR #B994E6

HEX: #B994E6 RGB: (185,148,230)

Color info

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

RGB color model

#B994E6 color RGB value is (185,148,230).

RGB: (185,148,230) (73%, 58%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 148 of 255 = 58%
B 230 of 255 = 90%

185
148
230

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

Portions of RGB colors in percentages

R + G + B = 185 + 148 + 230 = 563 (100%)
R 185 of 563 ~ 32.86%
G 148 of 563 ~ 26.29%
B 230 of 563 ~ 40.85'%

%32.86
%26.29
%40.85

CMYK color model

#B994E6 color CMYK value is (20,36,0,10).

  • cyan value is 19.57%
  • magenta value is 35.65%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (20,36,0,10)
C20M36Y0K10 (20%, 36%, 0%, 10%)
(0.20 / 0.36 / 0.00 / 0.10)

CMYK percentages

%19.57
%35.65
%0
%9.8

Codes

Color #B994E6 in popluar color models

B9 94 E6
RGB 185 148 230
HSL 267° 62.12% 74.12%
HSB/HSV 267° 35.65% 90.20%
CMYK 19.57% 35.65% 0.00%
9.80%

Color #B994E6 in popluar number systems.

HEX B9 94 E6
Decimal 185 148 230
Binary 10111001 10010100 11100110
Octal 271 224 346

Shades and tints

Shades of #B994E6

#B994E6
(185,148,230)
#A987D2
(169,135,210)
#997ABE
(153,122,190)
#896DAA
(137,109,170)
#796096
(121,96,150)
#695382
(105,83,130)
#59466E
(89,70,110)
#49395A
(73,57,90)
#392C46
(57,44,70)
#291F32
(41,31,50)
#19121E
(25,18,30)
#000000
(0,0,0)

Tints of #B994E6

#B994E6
(185,148,230)
#BF9DE8
(191,157,232)
#C5A6EA
(197,166,234)
#CBAFEC
(203,175,236)
#D1B8EE
(209,184,238)
#D7C1F0
(215,193,240)
#DDCAF2
(221,202,242)
#E3D3F4
(227,211,244)
#E9DCF6
(233,220,246)
#EFE5F8
(239,229,248)
#F5EEFA
(245,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B994E6; }

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

This text font color is #B994E6.

Background Color

.myBgColor { background-color: #B994E6; }

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

This div background color is #B994E6.

Border color

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

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

This div border color is #B994E6.

Opacity

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

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

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

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

This text has shadow with #B994E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B994E6.

Preview

Color preview on black background

This text has color #B994E6 on black background.


Color preview on white background

This text has color #B994E6 on white background.


Black color preview on #B994E6 background

This text has black color on #B994E6 background.


White color preview on #B994E6 background

This text has white color on #B994E6 background.


Related colors

Complementary color

Complementary color for #hex is #466B19.


I love getcolorcode.com

Triadic colors

1 #E6B994 and #94E6B9 with #B994E6 are triadic colors.

2 #E694B9 and #94B9E6 with #B994E6 are triadic colors.