COLOR #BB61A6

HEX: #BB61A6 RGB: (187,97,166)

Color info

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

RGB color model

#BB61A6 color RGB value is (187,97,166).

RGB: (187,97,166) (73%, 38%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 97 of 255 = 38%
B 166 of 255 = 65%

187
97
166

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

Portions of RGB colors in percentages

R + G + B = 187 + 97 + 166 = 450 (100%)
R 187 of 450 ~ 41.56%
G 97 of 450 ~ 21.56%
B 166 of 450 ~ 36.89'%

%41.56
%21.56
%36.89

CMYK color model

#BB61A6 color CMYK value is (0,48,11,27).

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

CMYK: (0,48,11,27)
C0M48Y11K27 (0%, 48%, 11%, 27%)
(0.00 / 0.48 / 0.11 / 0.27)

CMYK percentages

%0
%48.13
%11.23
%26.67

Codes

Color #BB61A6 in popluar color models

BB 61 A6
RGB 187 97 166
HSL 314° 39.82% 55.69%
HSB/HSV 314° 48.13% 73.33%
CMYK 0.00% 48.13% 11.23%
26.67%

Color #BB61A6 in popluar number systems.

HEX BB 61 A6
Decimal 187 97 166
Binary 10111011 1100001 10100110
Octal 273 141 246

Shades and tints

Shades of #BB61A6

#BB61A6
(187,97,166)
#AA5997
(170,89,151)
#995188
(153,81,136)
#884979
(136,73,121)
#77416A
(119,65,106)
#66395B
(102,57,91)
#55314C
(85,49,76)
#44293D
(68,41,61)
#33212E
(51,33,46)
#22191F
(34,25,31)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB61A6

#BB61A6
(187,97,166)
#C16FAE
(193,111,174)
#C77DB6
(199,125,182)
#CD8BBE
(205,139,190)
#D399C6
(211,153,198)
#D9A7CE
(217,167,206)
#DFB5D6
(223,181,214)
#E5C3DE
(229,195,222)
#EBD1E6
(235,209,230)
#F1DFEE
(241,223,238)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB61A6; }

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

This text font color is #BB61A6.

Background Color

.myBgColor { background-color: #BB61A6; }

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

This div background color is #BB61A6.

Border color

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

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

This div border color is #BB61A6.

Opacity

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

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

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

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

This text has shadow with #BB61A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB61A6.

Preview

Color preview on black background

This text has color #BB61A6 on black background.


Color preview on white background

This text has color #BB61A6 on white background.


Black color preview on #BB61A6 background

This text has black color on #BB61A6 background.


White color preview on #BB61A6 background

This text has white color on #BB61A6 background.


Related colors

Complementary color

Complementary color for #hex is #449E59.


I love getcolorcode.com

Triadic colors

1 #A6BB61 and #61A6BB with #BB61A6 are triadic colors.

2 #A661BB and #61BBA6 with #BB61A6 are triadic colors.