COLOR #BB61AB

HEX: #BB61AB RGB: (187,97,171)

Color info

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

RGB color model

#BB61AB color RGB value is (187,97,171).

RGB: (187,97,171) (73%, 38%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 97 of 255 = 38%
B 171 of 255 = 67%

187
97
171

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

Portions of RGB colors in percentages

R + G + B = 187 + 97 + 171 = 455 (100%)
R 187 of 455 ~ 41.1%
G 97 of 455 ~ 21.32%
B 171 of 455 ~ 37.58'%

%41.1
%21.32
%37.58

CMYK color model

#BB61AB color CMYK value is (0,48,9,27).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 8.56%
  • key color value is 26.67%

CMYK: (0,48,9,27)
C0M48Y9K27 (0%, 48%, 9%, 27%)
(0.00 / 0.48 / 0.09 / 0.27)

CMYK percentages

%0
%48.13
%8.56
%26.67

Codes

Color #BB61AB in popluar color models

BB 61 AB
RGB 187 97 171
HSL 311° 39.82% 55.69%
HSB/HSV 311° 48.13% 73.33%
CMYK 0.00% 48.13% 8.56%
26.67%

Color #BB61AB in popluar number systems.

HEX BB 61 AB
Decimal 187 97 171
Binary 10111011 1100001 10101011
Octal 273 141 253

Shades and tints

Shades of #BB61AB

#BB61AB
(187,97,171)
#AA599C
(170,89,156)
#99518D
(153,81,141)
#88497E
(136,73,126)
#77416F
(119,65,111)
#663960
(102,57,96)
#553151
(85,49,81)
#442942
(68,41,66)
#332133
(51,33,51)
#221924
(34,25,36)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BB61AB

#BB61AB
(187,97,171)
#C16FB2
(193,111,178)
#C77DB9
(199,125,185)
#CD8BC0
(205,139,192)
#D399C7
(211,153,199)
#D9A7CE
(217,167,206)
#DFB5D5
(223,181,213)
#E5C3DC
(229,195,220)
#EBD1E3
(235,209,227)
#F1DFEA
(241,223,234)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB61AB color. Also use rgb(187,97,171) instead hex code.

Text Font Color

.myTextColor { color: #BB61AB; }

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

This text font color is #BB61AB.

Background Color

.myBgColor { background-color: #BB61AB; }

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

This div background color is #BB61AB.

Border color

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

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

This div border color is #BB61AB.

Opacity

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

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

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

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

This text has shadow with #BB61AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB61AB.

Preview

Color preview on black background

This text has color #BB61AB on black background.


Color preview on white background

This text has color #BB61AB on white background.


Black color preview on #BB61AB background

This text has black color on #BB61AB background.


White color preview on #BB61AB background

This text has white color on #BB61AB background.


Related colors

Complementary color

Complementary color for #hex is #449E54.


I love getcolorcode.com

Triadic colors

1 #ABBB61 and #61ABBB with #BB61AB are triadic colors.

2 #AB61BB and #61BBAB with #BB61AB are triadic colors.