COLOR #B493EB

HEX: #B493EB
RGB: (180,147,235)

Color info

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

RGB color model

#B493EB color RGB value is (180,147,235).

  • red value is 180;
  • green value is 147;
  • blue value is 235.
RGB:
(180,147,235)
(71%,58%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 147 of 255 = 58%
B 235 of 255 = 92%

180
147
235

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

Portions of RGB colors in percentages

R + G + B =
180 + 147 + 235 = 562 (100%)
R 180 of 562 ~ 32.03%
G 147 of 562 ~ 26.16%
B 235 of 562 ~ 41.81%

%32.03
%26.16
%41.81

CMYK color model

#B493EB color CMYK value is (23,37,0,8).

  • cyan value is 23.40%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,37,0,8)
C23M37Y0K8 
(23%,37%,0%,8%)
(0.23/0.37/0.00/0.08)	

CMYK percentages

%23.4
%37.45
%0
%7.84

Codes

Color #B493EB in popluar color models

B493EB
RGB180147235
HSL263°68.75%74.90%
HSB/HSV263°37.45%92.16%
CMYK23.40%37.45%0.00%
7.84%

Color #B493EB in popluar number systems.

HEXB493EB
Decimal180147235
Binary101101001001001111101011
Octal264223353

Shades and tints

Shades of #B493EB

#B493EB
(180,147,235)
#A486D6
(164,134,214)
#9479C1
(148,121,193)
#846CAC
(132,108,172)
#745F97
(116,95,151)
#645282
(100,82,130)
#54456D
(84,69,109)
#443858
(68,56,88)
#342B43
(52,43,67)
#241E2E
(36,30,46)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B493EB

#B493EB
(180,147,235)
#BA9CEC
(186,156,236)
#C0A5ED
(192,165,237)
#C6AEEE
(198,174,238)
#CCB7EF
(204,183,239)
#D2C0F0
(210,192,240)
#D8C9F1
(216,201,241)
#DED2F2
(222,210,242)
#E4DBF3
(228,219,243)
#EAE4F4
(234,228,244)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B493EB color. Also use rgb(180,147,235) instead hex code.

Text Font Color

.myTextColor { color: #B493EB; }

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

This text font color is #B493EB.


Background Color

.myBgColor { background-color: #B493EB; }

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

This div background color is #B493EB.


Border color

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

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

This div border color is #B493EB.


Opacity

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

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

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

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

This text has shadow with #B493EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B493EB on black background.


Color preview on white background

This text has color #B493EB on white background.



Black color preview on #B493EB background

This text has black color on #B493EB background.


White color preview on #B493EB background

This text has white color on #B493EB background.