COLOR #B270A5

HEX: #B270A5
RGB: (178,112,165)

Color info

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

RGB color model

#B270A5 color RGB value is (178,112,165).

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

RGB channels and saturation

R 178 of 255 = 70%
G 112 of 255 = 44%
B 165 of 255 = 65%

178
112
165

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

Portions of RGB colors in percentages

R + G + B =
178 + 112 + 165 = 455 (100%)
R 178 of 455 ~ 39.12%
G 112 of 455 ~ 24.62%
B 165 of 455 ~ 36.26%

%39.12
%24.62
%36.26

CMYK color model

#B270A5 color CMYK value is (0,37,7,30).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 7.30%
  • key color value is 30.20%
CMYK:
(0,37,7,30)
C0M37Y7K30 
(0%,37%,7%,30%)
(0.00/0.37/0.07/0.30)	

CMYK percentages

%0
%37.08
%7.3
%30.2

Codes

Color #B270A5 in popluar color models

B270A5
RGB178112165
HSL312°30.00%56.86%
HSB/HSV312°37.08%69.80%
CMYK0.00%37.08%7.30%
30.20%

Color #B270A5 in popluar number systems.

HEXB270A5
Decimal178112165
Binary10110010111000010100101
Octal262160245

Shades and tints

Shades of #B270A5

#B270A5
(178,112,165)
#A26696
(162,102,150)
#925C87
(146,92,135)
#825278
(130,82,120)
#724869
(114,72,105)
#623E5A
(98,62,90)
#52344B
(82,52,75)
#422A3C
(66,42,60)
#32202D
(50,32,45)
#22161E
(34,22,30)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #B270A5

#B270A5
(178,112,165)
#B97DAD
(185,125,173)
#C08AB5
(192,138,181)
#C797BD
(199,151,189)
#CEA4C5
(206,164,197)
#D5B1CD
(213,177,205)
#DCBED5
(220,190,213)
#E3CBDD
(227,203,221)
#EAD8E5
(234,216,229)
#F1E5ED
(241,229,237)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B270A5; }

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

This text font color is #B270A5.


Background Color

.myBgColor { background-color: #B270A5; }

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

This div background color is #B270A5.


Border color

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

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

This div border color is #B270A5.


Opacity

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

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

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

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

This text has shadow with #B270A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B270A5 on black background.


Color preview on white background

This text has color #B270A5 on white background.



Black color preview on #B270A5 background

This text has black color on #B270A5 background.


White color preview on #B270A5 background

This text has white color on #B270A5 background.