COLOR #B271C9

HEX: #B271C9
RGB: (178,113,201)

Color info

#B271C9 contains mainly red and blue colors. Web safe color of #B271C9 is #9966CC (or #96C).

RGB color model

#B271C9 color RGB value is (178,113,201).

  • red value is 178;
  • green value is 113;
  • blue value is 201.
RGB:
(178,113,201)
(70%,44%,79%)

RGB channels and saturation

R 178 of 255 = 70%
G 113 of 255 = 44%
B 201 of 255 = 79%

178
113
201

R + G + B ~ 64%. #B271C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 113 + 201 = 492 (100%)
R 178 of 492 ~ 36.18%
G 113 of 492 ~ 22.97%
B 201 of 492 ~ 40.85%

%36.18
%22.97
%40.85

CMYK color model

#B271C9 color CMYK value is (11,44,0,21).

  • cyan value is 11.44%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(11,44,0,21)
C11M44Y0K21 
(11%,44%,0%,21%)
(0.11/0.44/0.00/0.21)	

CMYK percentages

%11.44
%43.78
%0
%21.18

Codes

Color #B271C9 in popluar color models

B271C9
RGB178113201
HSL284°44.90%61.57%
HSB/HSV284°43.78%78.82%
CMYK11.44%43.78%0.00%
21.18%

Color #B271C9 in popluar number systems.

HEXB271C9
Decimal178113201
Binary10110010111000111001001
Octal262161311

Shades and tints

Shades of #B271C9

#B271C9
(178,113,201)
#A267B7
(162,103,183)
#925DA5
(146,93,165)
#825393
(130,83,147)
#724981
(114,73,129)
#623F6F
(98,63,111)
#52355D
(82,53,93)
#422B4B
(66,43,75)
#322139
(50,33,57)
#221727
(34,23,39)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #B271C9

#B271C9
(178,113,201)
#B97DCD
(185,125,205)
#C089D1
(192,137,209)
#C795D5
(199,149,213)
#CEA1D9
(206,161,217)
#D5ADDD
(213,173,221)
#DCB9E1
(220,185,225)
#E3C5E5
(227,197,229)
#EAD1E9
(234,209,233)
#F1DDED
(241,221,237)
#F8E9F1
(248,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B271C9 color. Also use rgb(178,113,201) instead hex code.

Text Font Color

.myTextColor { color: #B271C9; }

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

This text font color is #B271C9.


Background Color

.myBgColor { background-color: #B271C9; }

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

This div background color is #B271C9.


Border color

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

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

This div border color is #B271C9.


Opacity

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

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

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

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

This text has shadow with #B271C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B271C9 on black background.


Color preview on white background

This text has color #B271C9 on white background.



Black color preview on #B271C9 background

This text has black color on #B271C9 background.


White color preview on #B271C9 background

This text has white color on #B271C9 background.