COLOR #B267A0

HEX: #B267A0
RGB: (178,103,160)

Color info

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

RGB color model

#B267A0 color RGB value is (178,103,160).

  • red value is 178;
  • green value is 103;
  • blue value is 160.
RGB:
(178,103,160)
(70%,40%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 103 of 255 = 40%
B 160 of 255 = 63%

178
103
160

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

Portions of RGB colors in percentages

R + G + B =
178 + 103 + 160 = 441 (100%)
R 178 of 441 ~ 40.36%
G 103 of 441 ~ 23.36%
B 160 of 441 ~ 36.28%

%40.36
%23.36
%36.28

CMYK color model

#B267A0 color CMYK value is (0,42,10,30).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(0,42,10,30)
C0M42Y10K30 
(0%,42%,10%,30%)
(0.00/0.42/0.10/0.30)	

CMYK percentages

%0
%42.13
%10.11
%30.2

Codes

Color #B267A0 in popluar color models

B267A0
RGB178103160
HSL314°32.75%55.10%
HSB/HSV314°42.13%69.80%
CMYK0.00%42.13%10.11%
30.20%

Color #B267A0 in popluar number systems.

HEXB267A0
Decimal178103160
Binary10110010110011110100000
Octal262147240

Shades and tints

Shades of #B267A0

#B267A0
(178,103,160)
#A25E92
(162,94,146)
#925584
(146,85,132)
#824C76
(130,76,118)
#724368
(114,67,104)
#623A5A
(98,58,90)
#52314C
(82,49,76)
#42283E
(66,40,62)
#321F30
(50,31,48)
#221622
(34,22,34)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #B267A0

#B267A0
(178,103,160)
#B974A8
(185,116,168)
#C081B0
(192,129,176)
#C78EB8
(199,142,184)
#CE9BC0
(206,155,192)
#D5A8C8
(213,168,200)
#DCB5D0
(220,181,208)
#E3C2D8
(227,194,216)
#EACFE0
(234,207,224)
#F1DCE8
(241,220,232)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B267A0 color. Also use rgb(178,103,160) instead hex code.

Text Font Color

.myTextColor { color: #B267A0; }

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

This text font color is #B267A0.


Background Color

.myBgColor { background-color: #B267A0; }

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

This div background color is #B267A0.


Border color

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

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

This div border color is #B267A0.


Opacity

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

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

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

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

This text has shadow with #B267A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B267A0 on black background.


Color preview on white background

This text has color #B267A0 on white background.



Black color preview on #B267A0 background

This text has black color on #B267A0 background.


White color preview on #B267A0 background

This text has white color on #B267A0 background.