COLOR #BB5982

HEX: #BB5982 RGB: (187,89,130)

Color info

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

RGB color model

#BB5982 color RGB value is (187,89,130).

RGB: (187,89,130) (73%, 35%, 51%)

RGB channels and saturation

R 187 of 255 = 73%
G 89 of 255 = 35%
B 130 of 255 = 51%

187
89
130

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

Portions of RGB colors in percentages

R + G + B = 187 + 89 + 130 = 406 (100%)
R 187 of 406 ~ 46.06%
G 89 of 406 ~ 21.92%
B 130 of 406 ~ 32.02'%

%46.06
%21.92
%32.02

CMYK color model

#BB5982 color CMYK value is (0,52,30,27).

  • cyan value is 0.00%
  • magenta value is 52.41%
  • yellow value is 30.48%
  • key color value is 26.67%
CMYK: (0,52,30,27) C0M52Y30K27 (0%,52%,30%,27%) (0.00/0.52/0.30/0.27) 

CMYK percentages

%0
%52.41
%30.48
%26.67

Codes

Color #BB5982 in popluar color models

BB 59 82
RGB 187 89 130
HSL 335° 41.88% 54.12%
HSB/HSV 335° 52.41% 73.33%
CMYK 0.00% 52.41% 30.48%
26.67%

Color #BB5982 in popluar number systems.

HEX BB 59 82
Decimal 187 89 130
Binary 10111011 1011001 10000010
Octal 273 131 202

Shades and tints

Shades of #BB5982

#BB5982
(187,89,130)
#AA5177
(170,81,119)
#99496C
(153,73,108)
#884161
(136,65,97)
#773956
(119,57,86)
#66314B
(102,49,75)
#552940
(85,41,64)
#442135
(68,33,53)
#33192A
(51,25,42)
#22111F
(34,17,31)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #BB5982

#BB5982
(187,89,130)
#C1688D
(193,104,141)
#C77798
(199,119,152)
#CD86A3
(205,134,163)
#D395AE
(211,149,174)
#D9A4B9
(217,164,185)
#DFB3C4
(223,179,196)
#E5C2CF
(229,194,207)
#EBD1DA
(235,209,218)
#F1E0E5
(241,224,229)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5982 color. Also use rgb(187,89,130) instead hex code.

Text Font Color

.myTextColor { color: #BB5982; }

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

This text font color is #BB5982.

Background Color

.myBgColor { background-color: #BB5982; }

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

This div background color is #BB5982.

Border color

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

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

This div border color is #BB5982.

Opacity

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

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

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

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

This text has shadow with #BB5982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB5982.

Preview

Color preview on black background

This text has color #BB5982 on black background.


Color preview on white background

This text has color #BB5982 on white background.


Black color preview on #BB5982 background

This text has black color on #BB5982 background.


White color preview on #BB5982 background

This text has white color on #BB5982 background.


Related colors

Complementary color

Complementary color for #hex is #44A67D.


I love getcolorcode.com

Triadic colors

1 #82BB59 and #5982BB with #BB5982 are triadic colors.

2 #8259BB and #59BB82 with #BB5982 are triadic colors.