COLOR #BB0579

HEX: #BB0579 RGB: (187,5,121)

Color info

#BB0579 contains mainly red color. Web safe color of #BB0579 is #CC0066 (or #C06).

RGB color model

#BB0579 color RGB value is (187,5,121).

RGB: (187,5,121) (73%, 2%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 5 of 255 = 2%
B 121 of 255 = 47%

187
5
121

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

Portions of RGB colors in percentages

R + G + B = 187 + 5 + 121 = 313 (100%)
R 187 of 313 ~ 59.74%
G 5 of 313 ~ 1.6%
B 121 of 313 ~ 38.66'%

%59.74
%38.66

CMYK color model

#BB0579 color CMYK value is (0,97,35,27).

  • cyan value is 0.00%
  • magenta value is 97.33%
  • yellow value is 35.29%
  • key color value is 26.67%

CMYK: (0,97,35,27)
C0M97Y35K27 (0%, 97%, 35%, 27%)
(0.00 / 0.97 / 0.35 / 0.27)

CMYK percentages

%0
%97.33
%35.29
%26.67

Codes

Color #BB0579 in popluar color models

BB 05 79
RGB 187 5 121
HSL 322° 94.79% 37.65%
HSB/HSV 322° 97.33% 73.33%
CMYK 0.00% 97.33% 35.29%
26.67%

Color #BB0579 in popluar number systems.

HEX BB 05 79
Decimal 187 5 121
Binary 10111011 101 1111001
Octal 273 5 171

Shades and tints

Shades of #BB0579

#BB0579
(187,5,121)
#AA056E
(170,5,110)
#990563
(153,5,99)
#880558
(136,5,88)
#77054D
(119,5,77)
#660542
(102,5,66)
#550537
(85,5,55)
#44052C
(68,5,44)
#330521
(51,5,33)
#220516
(34,5,22)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #BB0579

#BB0579
(187,5,121)
#C11B85
(193,27,133)
#C73191
(199,49,145)
#CD479D
(205,71,157)
#D35DA9
(211,93,169)
#D973B5
(217,115,181)
#DF89C1
(223,137,193)
#E59FCD
(229,159,205)
#EBB5D9
(235,181,217)
#F1CBE5
(241,203,229)
#F7E1F1
(247,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB0579 color. Also use rgb(187,5,121) instead hex code.

Text Font Color

.myTextColor { color: #BB0579; }

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

This text font color is #BB0579.

Background Color

.myBgColor { background-color: #BB0579; }

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

This div background color is #BB0579.

Border color

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

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

This div border color is #BB0579.

Opacity

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

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

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

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

This text has shadow with #BB0579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB0579.

Preview

Color preview on black background

This text has color #BB0579 on black background.


Color preview on white background

This text has color #BB0579 on white background.


Black color preview on #BB0579 background

This text has black color on #BB0579 background.


White color preview on #BB0579 background

This text has white color on #BB0579 background.


Related colors

Complementary color

Complementary color for #hex is #44FA86.


I love getcolorcode.com

Triadic colors

1 #79BB05 and #0579BB with #BB0579 are triadic colors.

2 #7905BB and #05BB79 with #BB0579 are triadic colors.