COLOR #BB629A

HEX: #BB629A RGB: (187,98,154)

Color info

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

RGB color model

#BB629A color RGB value is (187,98,154).

RGB: (187,98,154) (73%, 38%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 98 of 255 = 38%
B 154 of 255 = 60%

187
98
154

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

Portions of RGB colors in percentages

R + G + B = 187 + 98 + 154 = 439 (100%)
R 187 of 439 ~ 42.6%
G 98 of 439 ~ 22.32%
B 154 of 439 ~ 35.08'%

%42.6
%22.32
%35.08

CMYK color model

#BB629A color CMYK value is (0,48,18,27).

  • cyan value is 0.00%
  • magenta value is 47.59%
  • yellow value is 17.65%
  • key color value is 26.67%

CMYK: (0,48,18,27)
C0M48Y18K27 (0%, 48%, 18%, 27%)
(0.00 / 0.48 / 0.18 / 0.27)

CMYK percentages

%0
%47.59
%17.65
%26.67

Codes

Color #BB629A in popluar color models

BB 62 9A
RGB 187 98 154
HSL 322° 39.56% 55.88%
HSB/HSV 322° 47.59% 73.33%
CMYK 0.00% 47.59% 17.65%
26.67%

Color #BB629A in popluar number systems.

HEX BB 62 9A
Decimal 187 98 154
Binary 10111011 1100010 10011010
Octal 273 142 232

Shades and tints

Shades of #BB629A

#BB629A
(187,98,154)
#AA5A8C
(170,90,140)
#99527E
(153,82,126)
#884A70
(136,74,112)
#774262
(119,66,98)
#663A54
(102,58,84)
#553246
(85,50,70)
#442A38
(68,42,56)
#33222A
(51,34,42)
#221A1C
(34,26,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #BB629A

#BB629A
(187,98,154)
#C170A3
(193,112,163)
#C77EAC
(199,126,172)
#CD8CB5
(205,140,181)
#D39ABE
(211,154,190)
#D9A8C7
(217,168,199)
#DFB6D0
(223,182,208)
#E5C4D9
(229,196,217)
#EBD2E2
(235,210,226)
#F1E0EB
(241,224,235)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB629A color. Also use rgb(187,98,154) instead hex code.

Text Font Color

.myTextColor { color: #BB629A; }

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

This text font color is #BB629A.

Background Color

.myBgColor { background-color: #BB629A; }

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

This div background color is #BB629A.

Border color

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

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

This div border color is #BB629A.

Opacity

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

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

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

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

This text has shadow with #BB629A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB629A.

Preview

Color preview on black background

This text has color #BB629A on black background.


Color preview on white background

This text has color #BB629A on white background.


Black color preview on #BB629A background

This text has black color on #BB629A background.


White color preview on #BB629A background

This text has white color on #BB629A background.


Related colors

Complementary color

Complementary color for #hex is #449D65.


I love getcolorcode.com

Triadic colors

1 #9ABB62 and #629ABB with #BB629A are triadic colors.

2 #9A62BB and #62BB9A with #BB629A are triadic colors.