COLOR #B993E4

HEX: #B993E4
RGB: (185,147,228)

Color info

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

RGB color model

#B993E4 color RGB value is (185,147,228).

  • red value is 185;
  • green value is 147;
  • blue value is 228.
RGB:
(185,147,228)
(73%,58%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 228 of 255 = 89%

185
147
228

R + G + B ~ 73%. #B993E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 228 = 560 (100%)
R 185 of 560 ~ 33.04%
G 147 of 560 ~ 26.25%
B 228 of 560 ~ 40.71%

%33.04
%26.25
%40.71

CMYK color model

#B993E4 color CMYK value is (19,36,0,11).

  • cyan value is 18.86%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(19,36,0,11)
C19M36Y0K11 
(19%,36%,0%,11%)
(0.19/0.36/0.00/0.11)	

CMYK percentages

%18.86
%35.53
%0
%10.59

Codes

Color #B993E4 in popluar color models

B993E4
RGB185147228
HSL268°60.00%73.53%
HSB/HSV268°35.53%89.41%
CMYK18.86%35.53%0.00%
10.59%

Color #B993E4 in popluar number systems.

HEXB993E4
Decimal185147228
Binary101110011001001111100100
Octal271223344

Shades and tints

Shades of #B993E4

#B993E4
(185,147,228)
#A986D0
(169,134,208)
#9979BC
(153,121,188)
#896CA8
(137,108,168)
#795F94
(121,95,148)
#695280
(105,82,128)
#59456C
(89,69,108)
#493858
(73,56,88)
#392B44
(57,43,68)
#291E30
(41,30,48)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #B993E4

#B993E4
(185,147,228)
#BF9CE6
(191,156,230)
#C5A5E8
(197,165,232)
#CBAEEA
(203,174,234)
#D1B7EC
(209,183,236)
#D7C0EE
(215,192,238)
#DDC9F0
(221,201,240)
#E3D2F2
(227,210,242)
#E9DBF4
(233,219,244)
#EFE4F6
(239,228,246)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B993E4 color. Also use rgb(185,147,228) instead hex code.

Text Font Color

.myTextColor { color: #B993E4; }

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

This text font color is #B993E4.


Background Color

.myBgColor { background-color: #B993E4; }

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

This div background color is #B993E4.


Border color

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

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

This div border color is #B993E4.


Opacity

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

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

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

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

This text has shadow with #B993E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B993E4 on black background.


Color preview on white background

This text has color #B993E4 on white background.



Black color preview on #B993E4 background

This text has black color on #B993E4 background.


White color preview on #B993E4 background

This text has white color on #B993E4 background.