COLOR #B140C4

HEX: #B140C4
RGB: (177,64,196)

Color info

#B140C4 contains mainly red and blue colors. Web safe color of #B140C4 is #9933CC (or #93C).

RGB color model

#B140C4 color RGB value is (177,64,196).

  • red value is 177;
  • green value is 64;
  • blue value is 196.
RGB:
(177,64,196)
(69%,25%,77%)

RGB channels and saturation

R 177 of 255 = 69%
G 64 of 255 = 25%
B 196 of 255 = 77%

177
64
196

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

Portions of RGB colors in percentages

R + G + B =
177 + 64 + 196 = 437 (100%)
R 177 of 437 ~ 40.5%
G 64 of 437 ~ 14.65%
B 196 of 437 ~ 44.85%

%40.5
%14.65
%44.85

CMYK color model

#B140C4 color CMYK value is (10,67,0,23).

  • cyan value is 9.69%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(10,67,0,23)
C10M67Y0K23 
(10%,67%,0%,23%)
(0.10/0.67/0.00/0.23)	

CMYK percentages

%9.69
%67.35
%0
%23.14

Codes

Color #B140C4 in popluar color models

B140C4
RGB17764196
HSL291°52.80%50.98%
HSB/HSV291°67.35%76.86%
CMYK9.69%67.35%0.00%
23.14%

Color #B140C4 in popluar number systems.

HEXB140C4
Decimal17764196
Binary10110001100000011000100
Octal261100304

Shades and tints

Shades of #B140C4

#B140C4
(177,64,196)
#A13BB3
(161,59,179)
#9136A2
(145,54,162)
#813191
(129,49,145)
#712C80
(113,44,128)
#61276F
(97,39,111)
#51225E
(81,34,94)
#411D4D
(65,29,77)
#31183C
(49,24,60)
#21132B
(33,19,43)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #B140C4

#B140C4
(177,64,196)
#B851C9
(184,81,201)
#BF62CE
(191,98,206)
#C673D3
(198,115,211)
#CD84D8
(205,132,216)
#D495DD
(212,149,221)
#DBA6E2
(219,166,226)
#E2B7E7
(226,183,231)
#E9C8EC
(233,200,236)
#F0D9F1
(240,217,241)
#F7EAF6
(247,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B140C4 color. Also use rgb(177,64,196) instead hex code.

Text Font Color

.myTextColor { color: #B140C4; }

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

This text font color is #B140C4.


Background Color

.myBgColor { background-color: #B140C4; }

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

This div background color is #B140C4.


Border color

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

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

This div border color is #B140C4.


Opacity

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

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

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

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

This text has shadow with #B140C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B140C4 on black background.


Color preview on white background

This text has color #B140C4 on white background.



Black color preview on #B140C4 background

This text has black color on #B140C4 background.


White color preview on #B140C4 background

This text has white color on #B140C4 background.