COLOR #B114D2

HEX: #B114D2
RGB: (177,20,210)

Color info

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

RGB color model

#B114D2 color RGB value is (177,20,210).

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

RGB channels and saturation

R 177 of 255 = 69%
G 20 of 255 = 8%
B 210 of 255 = 82%

177
20
210

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

Portions of RGB colors in percentages

R + G + B =
177 + 20 + 210 = 407 (100%)
R 177 of 407 ~ 43.49%
G 20 of 407 ~ 4.91%
B 210 of 407 ~ 51.6%

%43.49
%51.6

CMYK color model

#B114D2 color CMYK value is (16,90,0,18).

  • cyan value is 15.71%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(16,90,0,18)
C16M90Y0K18 
(16%,90%,0%,18%)
(0.16/0.90/0.00/0.18)	

CMYK percentages

%15.71
%90.48
%0
%17.65

Codes

Color #B114D2 in popluar color models

B114D2
RGB17720210
HSL290°82.61%45.10%
HSB/HSV290°90.48%82.35%
CMYK15.71%90.48%0.00%
17.65%

Color #B114D2 in popluar number systems.

HEXB114D2
Decimal17720210
Binary101100011010011010010
Octal26124322

Shades and tints

Shades of #B114D2

#B114D2
(177,20,210)
#A113BF
(161,19,191)
#9112AC
(145,18,172)
#811199
(129,17,153)
#711086
(113,16,134)
#610F73
(97,15,115)
#510E60
(81,14,96)
#410D4D
(65,13,77)
#310C3A
(49,12,58)
#210B27
(33,11,39)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #B114D2

#B114D2
(177,20,210)
#B829D6
(184,41,214)
#BF3EDA
(191,62,218)
#C653DE
(198,83,222)
#CD68E2
(205,104,226)
#D47DE6
(212,125,230)
#DB92EA
(219,146,234)
#E2A7EE
(226,167,238)
#E9BCF2
(233,188,242)
#F0D1F6
(240,209,246)
#F7E6FA
(247,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B114D2; }

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

This text font color is #B114D2.


Background Color

.myBgColor { background-color: #B114D2; }

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

This div background color is #B114D2.


Border color

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

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

This div border color is #B114D2.


Opacity

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

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

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

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

This text has shadow with #B114D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B114D2 on black background.


Color preview on white background

This text has color #B114D2 on white background.



Black color preview on #B114D2 background

This text has black color on #B114D2 background.


White color preview on #B114D2 background

This text has white color on #B114D2 background.