COLOR #B270A4

HEX: #B270A4
RGB: (178,112,164)

Color info

#B270A4 contains mainly red and blue colors. Web safe color of #B270A4 is #996699 (or #969).

RGB color model

#B270A4 color RGB value is (178,112,164).

  • red value is 178;
  • green value is 112;
  • blue value is 164.
RGB:
(178,112,164)
(70%,44%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 112 of 255 = 44%
B 164 of 255 = 64%

178
112
164

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

Portions of RGB colors in percentages

R + G + B =
178 + 112 + 164 = 454 (100%)
R 178 of 454 ~ 39.21%
G 112 of 454 ~ 24.67%
B 164 of 454 ~ 36.12%

%39.21
%24.67
%36.12

CMYK color model

#B270A4 color CMYK value is (0,37,8,30).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(0,37,8,30)
C0M37Y8K30 
(0%,37%,8%,30%)
(0.00/0.37/0.08/0.30)	

CMYK percentages

%0
%37.08
%7.87
%30.2

Codes

Color #B270A4 in popluar color models

B270A4
RGB178112164
HSL313°30.00%56.86%
HSB/HSV313°37.08%69.80%
CMYK0.00%37.08%7.87%
30.20%

Color #B270A4 in popluar number systems.

HEXB270A4
Decimal178112164
Binary10110010111000010100100
Octal262160244

Shades and tints

Shades of #B270A4

#B270A4
(178,112,164)
#A26696
(162,102,150)
#925C88
(146,92,136)
#82527A
(130,82,122)
#72486C
(114,72,108)
#623E5E
(98,62,94)
#523450
(82,52,80)
#422A42
(66,42,66)
#322034
(50,32,52)
#221626
(34,22,38)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #B270A4

#B270A4
(178,112,164)
#B97DAC
(185,125,172)
#C08AB4
(192,138,180)
#C797BC
(199,151,188)
#CEA4C4
(206,164,196)
#D5B1CC
(213,177,204)
#DCBED4
(220,190,212)
#E3CBDC
(227,203,220)
#EAD8E4
(234,216,228)
#F1E5EC
(241,229,236)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B270A4 color. Also use rgb(178,112,164) instead hex code.

Text Font Color

.myTextColor { color: #B270A4; }

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

This text font color is #B270A4.


Background Color

.myBgColor { background-color: #B270A4; }

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

This div background color is #B270A4.


Border color

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

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

This div border color is #B270A4.


Opacity

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

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

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

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

This text has shadow with #B270A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B270A4 on black background.


Color preview on white background

This text has color #B270A4 on white background.



Black color preview on #B270A4 background

This text has black color on #B270A4 background.


White color preview on #B270A4 background

This text has white color on #B270A4 background.