COLOR #B143C4

HEX: #B143C4
RGB: (177,67,196)

Color info

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

RGB color model

#B143C4 color RGB value is (177,67,196).

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

RGB channels and saturation

R 177 of 255 = 69%
G 67 of 255 = 26%
B 196 of 255 = 77%

177
67
196

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

Portions of RGB colors in percentages

R + G + B =
177 + 67 + 196 = 440 (100%)
R 177 of 440 ~ 40.23%
G 67 of 440 ~ 15.23%
B 196 of 440 ~ 44.55%

%40.23
%15.23
%44.55

CMYK color model

#B143C4 color CMYK value is (10,66,0,23).

  • cyan value is 9.69%
  • magenta value is 65.82%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(10,66,0,23)
C10M66Y0K23 
(10%,66%,0%,23%)
(0.10/0.66/0.00/0.23)	

CMYK percentages

%9.69
%65.82
%0
%23.14

Codes

Color #B143C4 in popluar color models

B143C4
RGB17767196
HSL291°52.23%51.57%
HSB/HSV291°65.82%76.86%
CMYK9.69%65.82%0.00%
23.14%

Color #B143C4 in popluar number systems.

HEXB143C4
Decimal17767196
Binary10110001100001111000100
Octal261103304

Shades and tints

Shades of #B143C4

#B143C4
(177,67,196)
#A13DB3
(161,61,179)
#9137A2
(145,55,162)
#813191
(129,49,145)
#712B80
(113,43,128)
#61256F
(97,37,111)
#511F5E
(81,31,94)
#41194D
(65,25,77)
#31133C
(49,19,60)
#210D2B
(33,13,43)
#11071A
(17,7,26)
#000000
(0,0,0)

Tints of #B143C4

#B143C4
(177,67,196)
#B854C9
(184,84,201)
#BF65CE
(191,101,206)
#C676D3
(198,118,211)
#CD87D8
(205,135,216)
#D498DD
(212,152,221)
#DBA9E2
(219,169,226)
#E2BAE7
(226,186,231)
#E9CBEC
(233,203,236)
#F0DCF1
(240,220,241)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B143C4; }

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

This text font color is #B143C4.


Background Color

.myBgColor { background-color: #B143C4; }

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

This div background color is #B143C4.


Border color

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

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

This div border color is #B143C4.


Opacity

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

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

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

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

This text has shadow with #B143C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B143C4 on black background.


Color preview on white background

This text has color #B143C4 on white background.



Black color preview on #B143C4 background

This text has black color on #B143C4 background.


White color preview on #B143C4 background

This text has white color on #B143C4 background.