COLOR #B55BB6

HEX: #B55BB6
RGB: (181,91,182)

Color info

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

RGB color model

#B55BB6 color RGB value is (181,91,182).

  • red value is 181;
  • green value is 91;
  • blue value is 182.
RGB:
(181,91,182)
(71%,36%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 91 of 255 = 36%
B 182 of 255 = 71%

181
91
182

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

Portions of RGB colors in percentages

R + G + B =
181 + 91 + 182 = 454 (100%)
R 181 of 454 ~ 39.87%
G 91 of 454 ~ 20.04%
B 182 of 454 ~ 40.09%

%39.87
%20.04
%40.09

CMYK color model

#B55BB6 color CMYK value is (1,50,0,29).

  • cyan value is 0.55%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(1,50,0,29)
C1M50Y0K29 
(1%,50%,0%,29%)
(0.01/0.50/0.00/0.29)	

CMYK percentages

%0.55
%50
%0
%28.63

Codes

Color #B55BB6 in popluar color models

B55BB6
RGB18191182
HSL299°38.40%53.53%
HSB/HSV299°50.00%71.37%
CMYK0.55%50.00%0.00%
28.63%

Color #B55BB6 in popluar number systems.

HEXB55BB6
Decimal18191182
Binary10110101101101110110110
Octal265133266

Shades and tints

Shades of #B55BB6

#B55BB6
(181,91,182)
#A553A6
(165,83,166)
#954B96
(149,75,150)
#854386
(133,67,134)
#753B76
(117,59,118)
#653366
(101,51,102)
#552B56
(85,43,86)
#452346
(69,35,70)
#351B36
(53,27,54)
#251326
(37,19,38)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #B55BB6

#B55BB6
(181,91,182)
#BB69BC
(187,105,188)
#C177C2
(193,119,194)
#C785C8
(199,133,200)
#CD93CE
(205,147,206)
#D3A1D4
(211,161,212)
#D9AFDA
(217,175,218)
#DFBDE0
(223,189,224)
#E5CBE6
(229,203,230)
#EBD9EC
(235,217,236)
#F1E7F2
(241,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55BB6 color. Also use rgb(181,91,182) instead hex code.

Text Font Color

.myTextColor { color: #B55BB6; }

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

This text font color is #B55BB6.


Background Color

.myBgColor { background-color: #B55BB6; }

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

This div background color is #B55BB6.


Border color

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

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

This div border color is #B55BB6.


Opacity

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

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

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

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

This text has shadow with #B55BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55BB6 on black background.


Color preview on white background

This text has color #B55BB6 on white background.



Black color preview on #B55BB6 background

This text has black color on #B55BB6 background.


White color preview on #B55BB6 background

This text has white color on #B55BB6 background.