COLOR #B261BB

HEX: #B261BB
RGB: (178,97,187)

Color info

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

RGB color model

#B261BB color RGB value is (178,97,187).

  • red value is 178;
  • green value is 97;
  • blue value is 187.
RGB:
(178,97,187)
(70%,38%,73%)

RGB channels and saturation

R 178 of 255 = 70%
G 97 of 255 = 38%
B 187 of 255 = 73%

178
97
187

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

Portions of RGB colors in percentages

R + G + B =
178 + 97 + 187 = 462 (100%)
R 178 of 462 ~ 38.53%
G 97 of 462 ~ 21%
B 187 of 462 ~ 40.48%

%38.53
%21
%40.48

CMYK color model

#B261BB color CMYK value is (5,48,0,27).

  • cyan value is 4.81%
  • magenta value is 48.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,48,0,27)
C5M48Y0K27 
(5%,48%,0%,27%)
(0.05/0.48/0.00/0.27)	

CMYK percentages

%4.81
%48.13
%0
%26.67

Codes

Color #B261BB in popluar color models

B261BB
RGB17897187
HSL294°39.82%55.69%
HSB/HSV294°48.13%73.33%
CMYK4.81%48.13%0.00%
26.67%

Color #B261BB in popluar number systems.

HEXB261BB
Decimal17897187
Binary10110010110000110111011
Octal262141273

Shades and tints

Shades of #B261BB

#B261BB
(178,97,187)
#A259AA
(162,89,170)
#925199
(146,81,153)
#824988
(130,73,136)
#724177
(114,65,119)
#623966
(98,57,102)
#523155
(82,49,85)
#422944
(66,41,68)
#322133
(50,33,51)
#221922
(34,25,34)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #B261BB

#B261BB
(178,97,187)
#B96FC1
(185,111,193)
#C07DC7
(192,125,199)
#C78BCD
(199,139,205)
#CE99D3
(206,153,211)
#D5A7D9
(213,167,217)
#DCB5DF
(220,181,223)
#E3C3E5
(227,195,229)
#EAD1EB
(234,209,235)
#F1DFF1
(241,223,241)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B261BB color. Also use rgb(178,97,187) instead hex code.

Text Font Color

.myTextColor { color: #B261BB; }

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

This text font color is #B261BB.


Background Color

.myBgColor { background-color: #B261BB; }

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

This div background color is #B261BB.


Border color

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

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

This div border color is #B261BB.


Opacity

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

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

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

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

This text has shadow with #B261BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B261BB on black background.


Color preview on white background

This text has color #B261BB on white background.



Black color preview on #B261BB background

This text has black color on #B261BB background.


White color preview on #B261BB background

This text has white color on #B261BB background.