COLOR #BB609C

HEX: #BB609C RGB: (187,96,156)

Color info

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

RGB color model

#BB609C color RGB value is (187,96,156).

RGB: (187,96,156) (73%, 38%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 96 of 255 = 38%
B 156 of 255 = 61%

187
96
156

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

Portions of RGB colors in percentages

R + G + B = 187 + 96 + 156 = 439 (100%)
R 187 of 439 ~ 42.6%
G 96 of 439 ~ 21.87%
B 156 of 439 ~ 35.54'%

%42.6
%21.87
%35.54

CMYK color model

#BB609C color CMYK value is (0,49,17,27).

  • cyan value is 0.00%
  • magenta value is 48.66%
  • yellow value is 16.58%
  • key color value is 26.67%

CMYK: (0,49,17,27)
C0M49Y17K27 (0%, 49%, 17%, 27%)
(0.00 / 0.49 / 0.17 / 0.27)

CMYK percentages

%0
%48.66
%16.58
%26.67

Codes

Color #BB609C in popluar color models

BB 60 9C
RGB 187 96 156
HSL 320° 40.09% 55.49%
HSB/HSV 320° 48.66% 73.33%
CMYK 0.00% 48.66% 16.58%
26.67%

Color #BB609C in popluar number systems.

HEX BB 60 9C
Decimal 187 96 156
Binary 10111011 1100000 10011100
Octal 273 140 234

Shades and tints

Shades of #BB609C

#BB609C
(187,96,156)
#AA588E
(170,88,142)
#995080
(153,80,128)
#884872
(136,72,114)
#774064
(119,64,100)
#663856
(102,56,86)
#553048
(85,48,72)
#44283A
(68,40,58)
#33202C
(51,32,44)
#22181E
(34,24,30)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #BB609C

#BB609C
(187,96,156)
#C16EA5
(193,110,165)
#C77CAE
(199,124,174)
#CD8AB7
(205,138,183)
#D398C0
(211,152,192)
#D9A6C9
(217,166,201)
#DFB4D2
(223,180,210)
#E5C2DB
(229,194,219)
#EBD0E4
(235,208,228)
#F1DEED
(241,222,237)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB609C color. Also use rgb(187,96,156) instead hex code.

Text Font Color

.myTextColor { color: #BB609C; }

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

This text font color is #BB609C.

Background Color

.myBgColor { background-color: #BB609C; }

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

This div background color is #BB609C.

Border color

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

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

This div border color is #BB609C.

Opacity

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

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

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

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

This text has shadow with #BB609C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB609C.

Preview

Color preview on black background

This text has color #BB609C on black background.


Color preview on white background

This text has color #BB609C on white background.


Black color preview on #BB609C background

This text has black color on #BB609C background.


White color preview on #BB609C background

This text has white color on #BB609C background.


Related colors

Complementary color

Complementary color for #hex is #449F63.


I love getcolorcode.com

Triadic colors

1 #9CBB60 and #609CBB with #BB609C are triadic colors.

2 #9C60BB and #60BB9C with #BB609C are triadic colors.