COLOR #BB1A83

HEX: #BB1A83
RGB: (187,26,131)

Color info

#BB1A83 contains mainly red and blue colors. Web safe color of #BB1A83 is #CC0099 (or #C09).

RGB color model

#BB1A83 color RGB value is (187,26,131).

  • red value is 187;
  • green value is 26;
  • blue value is 131.
RGB:
(187,26,131)
(73%,10%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 26 of 255 = 10%
B 131 of 255 = 51%

187
26
131

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

Portions of RGB colors in percentages

R + G + B =
187 + 26 + 131 = 344 (100%)
R 187 of 344 ~ 54.36%
G 26 of 344 ~ 7.56%
B 131 of 344 ~ 38.08%

%54.36
%38.08

CMYK color model

#BB1A83 color CMYK value is (0,86,30,27).

  • cyan value is 0.00%
  • magenta value is 86.10%
  • yellow value is 29.95%
  • key color value is 26.67%
CMYK:
(0,86,30,27)
C0M86Y30K27 
(0%,86%,30%,27%)
(0.00/0.86/0.30/0.27)	

CMYK percentages

%0
%86.1
%29.95
%26.67

Codes

Color #BB1A83 in popluar color models

BB1A83
RGB18726131
HSL321°75.59%41.76%
HSB/HSV321°86.10%73.33%
CMYK0.00%86.10%29.95%
26.67%

Color #BB1A83 in popluar number systems.

HEXBB1A83
Decimal18726131
Binary101110111101010000011
Octal27332203

Shades and tints

Shades of #BB1A83

#BB1A83
(187,26,131)
#AA1878
(170,24,120)
#99166D
(153,22,109)
#881462
(136,20,98)
#771257
(119,18,87)
#66104C
(102,16,76)
#550E41
(85,14,65)
#440C36
(68,12,54)
#330A2B
(51,10,43)
#220820
(34,8,32)
#110615
(17,6,21)
#000000
(0,0,0)

Tints of #BB1A83

#BB1A83
(187,26,131)
#C12E8E
(193,46,142)
#C74299
(199,66,153)
#CD56A4
(205,86,164)
#D36AAF
(211,106,175)
#D97EBA
(217,126,186)
#DF92C5
(223,146,197)
#E5A6D0
(229,166,208)
#EBBADB
(235,186,219)
#F1CEE6
(241,206,230)
#F7E2F1
(247,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB1A83 color. Also use rgb(187,26,131) instead hex code.

Text Font Color

.myTextColor { color: #BB1A83; }

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

This text font color is #BB1A83.


Background Color

.myBgColor { background-color: #BB1A83; }

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

This div background color is #BB1A83.


Border color

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

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

This div border color is #BB1A83.


Opacity

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

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

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

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

This text has shadow with #BB1A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB1A83 on black background.


Color preview on white background

This text has color #BB1A83 on white background.



Black color preview on #BB1A83 background

This text has black color on #BB1A83 background.


White color preview on #BB1A83 background

This text has white color on #BB1A83 background.