COLOR #B555B7

HEX: #B555B7
RGB: (181,85,183)

Color info

#B555B7 contains mainly red and blue colors. Web safe color of #B555B7 is #CC66CC (or #C6C).

RGB color model

#B555B7 color RGB value is (181,85,183).

  • red value is 181;
  • green value is 85;
  • blue value is 183.
RGB:
(181,85,183)
(71%,33%,72%)

RGB channels and saturation

R 181 of 255 = 71%
G 85 of 255 = 33%
B 183 of 255 = 72%

181
85
183

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

Portions of RGB colors in percentages

R + G + B =
181 + 85 + 183 = 449 (100%)
R 181 of 449 ~ 40.31%
G 85 of 449 ~ 18.93%
B 183 of 449 ~ 40.76%

%40.31
%18.93
%40.76

CMYK color model

#B555B7 color CMYK value is (1,54,0,28).

  • cyan value is 1.09%
  • magenta value is 53.55%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(1,54,0,28)
C1M54Y0K28 
(1%,54%,0%,28%)
(0.01/0.54/0.00/0.28)	

CMYK percentages

%1.09
%53.55
%0
%28.24

Codes

Color #B555B7 in popluar color models

B555B7
RGB18185183
HSL299°40.50%52.55%
HSB/HSV299°53.55%71.76%
CMYK1.09%53.55%0.00%
28.24%

Color #B555B7 in popluar number systems.

HEXB555B7
Decimal18185183
Binary10110101101010110110111
Octal265125267

Shades and tints

Shades of #B555B7

#B555B7
(181,85,183)
#A54EA7
(165,78,167)
#954797
(149,71,151)
#854087
(133,64,135)
#753977
(117,57,119)
#653267
(101,50,103)
#552B57
(85,43,87)
#452447
(69,36,71)
#351D37
(53,29,55)
#251627
(37,22,39)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B555B7

#B555B7
(181,85,183)
#BB64BD
(187,100,189)
#C173C3
(193,115,195)
#C782C9
(199,130,201)
#CD91CF
(205,145,207)
#D3A0D5
(211,160,213)
#D9AFDB
(217,175,219)
#DFBEE1
(223,190,225)
#E5CDE7
(229,205,231)
#EBDCED
(235,220,237)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B555B7 color. Also use rgb(181,85,183) instead hex code.

Text Font Color

.myTextColor { color: #B555B7; }

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

This text font color is #B555B7.


Background Color

.myBgColor { background-color: #B555B7; }

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

This div background color is #B555B7.


Border color

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

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

This div border color is #B555B7.


Opacity

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

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

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

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

This text has shadow with #B555B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B555B7 on black background.


Color preview on white background

This text has color #B555B7 on white background.



Black color preview on #B555B7 background

This text has black color on #B555B7 background.


White color preview on #B555B7 background

This text has white color on #B555B7 background.