COLOR #BB7098

HEX: #BB7098 RGB: (187,112,152)

Color info

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

RGB color model

#BB7098 color RGB value is (187,112,152).

RGB: (187,112,152) (73%, 44%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 112 of 255 = 44%
B 152 of 255 = 60%

187
112
152

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

Portions of RGB colors in percentages

R + G + B = 187 + 112 + 152 = 451 (100%)
R 187 of 451 ~ 41.46%
G 112 of 451 ~ 24.83%
B 152 of 451 ~ 33.7'%

%41.46
%24.83
%33.7

CMYK color model

#BB7098 color CMYK value is (0,40,19,27).

  • cyan value is 0.00%
  • magenta value is 40.11%
  • yellow value is 18.72%
  • key color value is 26.67%

CMYK: (0,40,19,27)
C0M40Y19K27 (0%, 40%, 19%, 27%)
(0.00 / 0.40 / 0.19 / 0.27)

CMYK percentages

%0
%40.11
%18.72
%26.67

Codes

Color #BB7098 in popluar color models

BB 70 98
RGB 187 112 152
HSL 328° 35.55% 58.63%
HSB/HSV 328° 40.11% 73.33%
CMYK 0.00% 40.11% 18.72%
26.67%

Color #BB7098 in popluar number systems.

HEX BB 70 98
Decimal 187 112 152
Binary 10111011 1110000 10011000
Octal 273 160 230

Shades and tints

Shades of #BB7098

#BB7098
(187,112,152)
#AA668B
(170,102,139)
#995C7E
(153,92,126)
#885271
(136,82,113)
#774864
(119,72,100)
#663E57
(102,62,87)
#55344A
(85,52,74)
#442A3D
(68,42,61)
#332030
(51,32,48)
#221623
(34,22,35)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #BB7098

#BB7098
(187,112,152)
#C17DA1
(193,125,161)
#C78AAA
(199,138,170)
#CD97B3
(205,151,179)
#D3A4BC
(211,164,188)
#D9B1C5
(217,177,197)
#DFBECE
(223,190,206)
#E5CBD7
(229,203,215)
#EBD8E0
(235,216,224)
#F1E5E9
(241,229,233)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7098 color. Also use rgb(187,112,152) instead hex code.

Text Font Color

.myTextColor { color: #BB7098; }

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

This text font color is #BB7098.

Background Color

.myBgColor { background-color: #BB7098; }

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

This div background color is #BB7098.

Border color

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

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

This div border color is #BB7098.

Opacity

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

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

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

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

This text has shadow with #BB7098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7098.

Preview

Color preview on black background

This text has color #BB7098 on black background.


Color preview on white background

This text has color #BB7098 on white background.


Black color preview on #BB7098 background

This text has black color on #BB7098 background.


White color preview on #BB7098 background

This text has white color on #BB7098 background.


Related colors

Complementary color

Complementary color for #hex is #448F67.


I love getcolorcode.com

Triadic colors

1 #98BB70 and #7098BB with #BB7098 are triadic colors.

2 #9870BB and #70BB98 with #BB7098 are triadic colors.