COLOR #B114E0

HEX: #B114E0
RGB: (177,20,224)

Color info

#B114E0 contains mainly red and blue colors. Web safe color of #B114E0 is #9900CC (or #90C).

RGB color model

#B114E0 color RGB value is (177,20,224).

  • red value is 177;
  • green value is 20;
  • blue value is 224.
RGB:
(177,20,224)
(69%,8%,88%)

RGB channels and saturation

R 177 of 255 = 69%
G 20 of 255 = 8%
B 224 of 255 = 88%

177
20
224

R + G + B ~ 55%. #B114E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 20 + 224 = 421 (100%)
R 177 of 421 ~ 42.04%
G 20 of 421 ~ 4.75%
B 224 of 421 ~ 53.21%

%42.04
%53.21

CMYK color model

#B114E0 color CMYK value is (21,91,0,12).

  • cyan value is 20.98%
  • magenta value is 91.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(21,91,0,12)
C21M91Y0K12 
(21%,91%,0%,12%)
(0.21/0.91/0.00/0.12)	

CMYK percentages

%20.98
%91.07
%0
%12.16

Codes

Color #B114E0 in popluar color models

B114E0
RGB17720224
HSL286°83.61%47.84%
HSB/HSV286°91.07%87.84%
CMYK20.98%91.07%0.00%
12.16%

Color #B114E0 in popluar number systems.

HEXB114E0
Decimal17720224
Binary101100011010011100000
Octal26124340

Shades and tints

Shades of #B114E0

#B114E0
(177,20,224)
#A113CC
(161,19,204)
#9112B8
(145,18,184)
#8111A4
(129,17,164)
#711090
(113,16,144)
#610F7C
(97,15,124)
#510E68
(81,14,104)
#410D54
(65,13,84)
#310C40
(49,12,64)
#210B2C
(33,11,44)
#110A18
(17,10,24)
#000000
(0,0,0)

Tints of #B114E0

#B114E0
(177,20,224)
#B829E2
(184,41,226)
#BF3EE4
(191,62,228)
#C653E6
(198,83,230)
#CD68E8
(205,104,232)
#D47DEA
(212,125,234)
#DB92EC
(219,146,236)
#E2A7EE
(226,167,238)
#E9BCF0
(233,188,240)
#F0D1F2
(240,209,242)
#F7E6F4
(247,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B114E0 color. Also use rgb(177,20,224) instead hex code.

Text Font Color

.myTextColor { color: #B114E0; }

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

This text font color is #B114E0.


Background Color

.myBgColor { background-color: #B114E0; }

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

This div background color is #B114E0.


Border color

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

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

This div border color is #B114E0.


Opacity

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

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

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

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

This text has shadow with #B114E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B114E0 on black background.


Color preview on white background

This text has color #B114E0 on white background.



Black color preview on #B114E0 background

This text has black color on #B114E0 background.


White color preview on #B114E0 background

This text has white color on #B114E0 background.