COLOR #BB5E92

HEX: #BB5E92 RGB: (187,94,146)

Color info

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

RGB color model

#BB5E92 color RGB value is (187,94,146).

RGB: (187,94,146) (73%, 37%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 94 of 255 = 37%
B 146 of 255 = 57%

187
94
146

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

Portions of RGB colors in percentages

R + G + B = 187 + 94 + 146 = 427 (100%)
R 187 of 427 ~ 43.79%
G 94 of 427 ~ 22.01%
B 146 of 427 ~ 34.19'%

%43.79
%22.01
%34.19

CMYK color model

#BB5E92 color CMYK value is (0,50,22,27).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK: (0,50,22,27) C0M50Y22K27 (0%,50%,22%,27%) (0.00/0.50/0.22/0.27) 

CMYK percentages

%0
%49.73
%21.93
%26.67

Codes

Color #BB5E92 in popluar color models

BB 5E 92
RGB 187 94 146
HSL 326° 40.61% 55.10%
HSB/HSV 326° 49.73% 73.33%
CMYK 0.00% 49.73% 21.93%
26.67%

Color #BB5E92 in popluar number systems.

HEX BB 5E 92
Decimal 187 94 146
Binary 10111011 1011110 10010010
Octal 273 136 222

Shades and tints

Shades of #BB5E92

#BB5E92
(187,94,146)
#AA5685
(170,86,133)
#994E78
(153,78,120)
#88466B
(136,70,107)
#773E5E
(119,62,94)
#663651
(102,54,81)
#552E44
(85,46,68)
#442637
(68,38,55)
#331E2A
(51,30,42)
#22161D
(34,22,29)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #BB5E92

#BB5E92
(187,94,146)
#C16C9B
(193,108,155)
#C77AA4
(199,122,164)
#CD88AD
(205,136,173)
#D396B6
(211,150,182)
#D9A4BF
(217,164,191)
#DFB2C8
(223,178,200)
#E5C0D1
(229,192,209)
#EBCEDA
(235,206,218)
#F1DCE3
(241,220,227)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5E92 color. Also use rgb(187,94,146) instead hex code.

Text Font Color

.myTextColor { color: #BB5E92; }

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

This text font color is #BB5E92.

Background Color

.myBgColor { background-color: #BB5E92; }

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

This div background color is #BB5E92.

Border color

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

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

This div border color is #BB5E92.

Opacity

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

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

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

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

This text has shadow with #BB5E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB5E92.

Preview

Color preview on black background

This text has color #BB5E92 on black background.


Color preview on white background

This text has color #BB5E92 on white background.


Black color preview on #BB5E92 background

This text has black color on #BB5E92 background.


White color preview on #BB5E92 background

This text has white color on #BB5E92 background.


Related colors

Complementary color

Complementary color for #hex is #44A16D.


I love getcolorcode.com

Triadic colors

1 #92BB5E and #5E92BB with #BB5E92 are triadic colors.

2 #925EBB and #5EBB92 with #BB5E92 are triadic colors.