COLOR #B552AB

HEX: #B552AB
RGB: (181,82,171)

Color info

#B552AB contains mainly red and blue colors. Web safe color of #B552AB is #CC6699 (or #C69).

RGB color model

#B552AB color RGB value is (181,82,171).

  • red value is 181;
  • green value is 82;
  • blue value is 171.
RGB:
(181,82,171)
(71%,32%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 82 of 255 = 32%
B 171 of 255 = 67%

181
82
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 82 + 171 = 434 (100%)
R 181 of 434 ~ 41.71%
G 82 of 434 ~ 18.89%
B 171 of 434 ~ 39.4%

%41.71
%18.89
%39.4

CMYK color model

#B552AB color CMYK value is (0,55,6,29).

  • cyan value is 0.00%
  • magenta value is 54.70%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,55,6,29)
C0M55Y6K29 
(0%,55%,6%,29%)
(0.00/0.55/0.06/0.29)	

CMYK percentages

%0
%54.7
%5.52
%29.02

Codes

Color #B552AB in popluar color models

B552AB
RGB18182171
HSL306°40.08%51.57%
HSB/HSV306°54.70%70.98%
CMYK0.00%54.70%5.52%
29.02%

Color #B552AB in popluar number systems.

HEXB552AB
Decimal18182171
Binary10110101101001010101011
Octal265122253

Shades and tints

Shades of #B552AB

#B552AB
(181,82,171)
#A54B9C
(165,75,156)
#95448D
(149,68,141)
#853D7E
(133,61,126)
#75366F
(117,54,111)
#652F60
(101,47,96)
#552851
(85,40,81)
#452142
(69,33,66)
#351A33
(53,26,51)
#251324
(37,19,36)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #B552AB

#B552AB
(181,82,171)
#BB61B2
(187,97,178)
#C170B9
(193,112,185)
#C77FC0
(199,127,192)
#CD8EC7
(205,142,199)
#D39DCE
(211,157,206)
#D9ACD5
(217,172,213)
#DFBBDC
(223,187,220)
#E5CAE3
(229,202,227)
#EBD9EA
(235,217,234)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B552AB color. Also use rgb(181,82,171) instead hex code.

Text Font Color

.myTextColor { color: #B552AB; }

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

This text font color is #B552AB.


Background Color

.myBgColor { background-color: #B552AB; }

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

This div background color is #B552AB.


Border color

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

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

This div border color is #B552AB.


Opacity

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

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

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

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

This text has shadow with #B552AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B552AB on black background.


Color preview on white background

This text has color #B552AB on white background.



Black color preview on #B552AB background

This text has black color on #B552AB background.


White color preview on #B552AB background

This text has white color on #B552AB background.