COLOR #B261CC

HEX: #B261CC
RGB: (178,97,204)

Color info

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

RGB color model

#B261CC color RGB value is (178,97,204).

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

RGB channels and saturation

R 178 of 255 = 70%
G 97 of 255 = 38%
B 204 of 255 = 80%

178
97
204

R + G + B ~ 63%. #B261CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 97 + 204 = 479 (100%)
R 178 of 479 ~ 37.16%
G 97 of 479 ~ 20.25%
B 204 of 479 ~ 42.59%

%37.16
%20.25
%42.59

CMYK color model

#B261CC color CMYK value is (13,52,0,20).

  • cyan value is 12.75%
  • magenta value is 52.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(13,52,0,20)
C13M52Y0K20 
(13%,52%,0%,20%)
(0.13/0.52/0.00/0.20)	

CMYK percentages

%12.75
%52.45
%0
%20

Codes

Color #B261CC in popluar color models

B261CC
RGB17897204
HSL285°51.20%59.02%
HSB/HSV285°52.45%80.00%
CMYK12.75%52.45%0.00%
20.00%

Color #B261CC in popluar number systems.

HEXB261CC
Decimal17897204
Binary10110010110000111001100
Octal262141314

Shades and tints

Shades of #B261CC

#B261CC
(178,97,204)
#A259BA
(162,89,186)
#9251A8
(146,81,168)
#824996
(130,73,150)
#724184
(114,65,132)
#623972
(98,57,114)
#523160
(82,49,96)
#42294E
(66,41,78)
#32213C
(50,33,60)
#22192A
(34,25,42)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #B261CC

#B261CC
(178,97,204)
#B96FD0
(185,111,208)
#C07DD4
(192,125,212)
#C78BD8
(199,139,216)
#CE99DC
(206,153,220)
#D5A7E0
(213,167,224)
#DCB5E4
(220,181,228)
#E3C3E8
(227,195,232)
#EAD1EC
(234,209,236)
#F1DFF0
(241,223,240)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B261CC; }

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

This text font color is #B261CC.


Background Color

.myBgColor { background-color: #B261CC; }

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

This div background color is #B261CC.


Border color

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

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

This div border color is #B261CC.


Opacity

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

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

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

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

This text has shadow with #B261CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B261CC on black background.


Color preview on white background

This text has color #B261CC on white background.



Black color preview on #B261CC background

This text has black color on #B261CC background.


White color preview on #B261CC background

This text has white color on #B261CC background.