COLOR #BB5AA1

HEX: #BB5AA1
RGB: (187,90,161)

Color info

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

RGB color model

#BB5AA1 color RGB value is (187,90,161).

  • red value is 187;
  • green value is 90;
  • blue value is 161.
RGB:
(187,90,161)
(73%,35%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 90 of 255 = 35%
B 161 of 255 = 63%

187
90
161

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

Portions of RGB colors in percentages

R + G + B =
187 + 90 + 161 = 438 (100%)
R 187 of 438 ~ 42.69%
G 90 of 438 ~ 20.55%
B 161 of 438 ~ 36.76%

%42.69
%20.55
%36.76

CMYK color model

#BB5AA1 color CMYK value is (0,52,14,27).

  • cyan value is 0.00%
  • magenta value is 51.87%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(0,52,14,27)
C0M52Y14K27 
(0%,52%,14%,27%)
(0.00/0.52/0.14/0.27)	

CMYK percentages

%0
%51.87
%13.9
%26.67

Codes

Color #BB5AA1 in popluar color models

BB5AA1
RGB18790161
HSL316°41.63%54.31%
HSB/HSV316°51.87%73.33%
CMYK0.00%51.87%13.90%
26.67%

Color #BB5AA1 in popluar number systems.

HEXBB5AA1
Decimal18790161
Binary10111011101101010100001
Octal273132241

Shades and tints

Shades of #BB5AA1

#BB5AA1
(187,90,161)
#AA5293
(170,82,147)
#994A85
(153,74,133)
#884277
(136,66,119)
#773A69
(119,58,105)
#66325B
(102,50,91)
#552A4D
(85,42,77)
#44223F
(68,34,63)
#331A31
(51,26,49)
#221223
(34,18,35)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #BB5AA1

#BB5AA1
(187,90,161)
#C169A9
(193,105,169)
#C778B1
(199,120,177)
#CD87B9
(205,135,185)
#D396C1
(211,150,193)
#D9A5C9
(217,165,201)
#DFB4D1
(223,180,209)
#E5C3D9
(229,195,217)
#EBD2E1
(235,210,225)
#F1E1E9
(241,225,233)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5AA1 color. Also use rgb(187,90,161) instead hex code.

Text Font Color

.myTextColor { color: #BB5AA1; }

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

This text font color is #BB5AA1.


Background Color

.myBgColor { background-color: #BB5AA1; }

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

This div background color is #BB5AA1.


Border color

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

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

This div border color is #BB5AA1.


Opacity

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

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

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

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

This text has shadow with #BB5AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5AA1 on black background.


Color preview on white background

This text has color #BB5AA1 on white background.



Black color preview on #BB5AA1 background

This text has black color on #BB5AA1 background.


White color preview on #BB5AA1 background

This text has white color on #BB5AA1 background.