COLOR #BB205A

HEX: #BB205A
RGB: (187,32,90)

Color info

#BB205A contains mainly red color. Web safe color of #BB205A is #CC3366 (or #C36).

RGB color model

#BB205A color RGB value is (187,32,90).

  • red value is 187;
  • green value is 32;
  • blue value is 90.
RGB:
(187,32,90)
(73%,13%,35%)

RGB channels and saturation

R 187 of 255 = 73%
G 32 of 255 = 13%
B 90 of 255 = 35%

187
32
90

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

Portions of RGB colors in percentages

R + G + B =
187 + 32 + 90 = 309 (100%)
R 187 of 309 ~ 60.52%
G 32 of 309 ~ 10.36%
B 90 of 309 ~ 29.13%

%60.52
%10.36
%29.13

CMYK color model

#BB205A color CMYK value is (0,83,52,27).

  • cyan value is 0.00%
  • magenta value is 82.89%
  • yellow value is 51.87%
  • key color value is 26.67%
CMYK:
(0,83,52,27)
C0M83Y52K27 
(0%,83%,52%,27%)
(0.00/0.83/0.52/0.27)	

CMYK percentages

%0
%82.89
%51.87
%26.67

Codes

Color #BB205A in popluar color models

BB205A
RGB1873290
HSL338°70.78%42.94%
HSB/HSV338°82.89%73.33%
CMYK0.00%82.89%51.87%
26.67%

Color #BB205A in popluar number systems.

HEXBB205A
Decimal1873290
Binary101110111000001011010
Octal27340132

Shades and tints

Shades of #BB205A

#BB205A
(187,32,90)
#AA1E52
(170,30,82)
#991C4A
(153,28,74)
#881A42
(136,26,66)
#77183A
(119,24,58)
#661632
(102,22,50)
#55142A
(85,20,42)
#441222
(68,18,34)
#33101A
(51,16,26)
#220E12
(34,14,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #BB205A

#BB205A
(187,32,90)
#C13469
(193,52,105)
#C74878
(199,72,120)
#CD5C87
(205,92,135)
#D37096
(211,112,150)
#D984A5
(217,132,165)
#DF98B4
(223,152,180)
#E5ACC3
(229,172,195)
#EBC0D2
(235,192,210)
#F1D4E1
(241,212,225)
#F7E8F0
(247,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB205A color. Also use rgb(187,32,90) instead hex code.

Text Font Color

.myTextColor { color: #BB205A; }

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

This text font color is #BB205A.


Background Color

.myBgColor { background-color: #BB205A; }

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

This div background color is #BB205A.


Border color

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

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

This div border color is #BB205A.


Opacity

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

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

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

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

This text has shadow with #BB205A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB205A on black background.


Color preview on white background

This text has color #BB205A on white background.



Black color preview on #BB205A background

This text has black color on #BB205A background.


White color preview on #BB205A background

This text has white color on #BB205A background.