COLOR #BB3E9A

HEX: #BB3E9A
RGB: (187,62,154)

Color info

#BB3E9A contains mainly red and blue colors. Web safe color of #BB3E9A is #CC3399 (or #C39).

RGB color model

#BB3E9A color RGB value is (187,62,154).

  • red value is 187;
  • green value is 62;
  • blue value is 154.
RGB:
(187,62,154)
(73%,24%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 62 of 255 = 24%
B 154 of 255 = 60%

187
62
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 62 + 154 = 403 (100%)
R 187 of 403 ~ 46.4%
G 62 of 403 ~ 15.38%
B 154 of 403 ~ 38.21%

%46.4
%15.38
%38.21

CMYK color model

#BB3E9A color CMYK value is (0,67,18,27).

  • cyan value is 0.00%
  • magenta value is 66.84%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,67,18,27)
C0M67Y18K27 
(0%,67%,18%,27%)
(0.00/0.67/0.18/0.27)	

CMYK percentages

%0
%66.84
%17.65
%26.67

Codes

Color #BB3E9A in popluar color models

BB3E9A
RGB18762154
HSL316°50.20%48.82%
HSB/HSV316°66.84%73.33%
CMYK0.00%66.84%17.65%
26.67%

Color #BB3E9A in popluar number systems.

HEXBB3E9A
Decimal18762154
Binary1011101111111010011010
Octal27376232

Shades and tints

Shades of #BB3E9A

#BB3E9A
(187,62,154)
#AA398C
(170,57,140)
#99347E
(153,52,126)
#882F70
(136,47,112)
#772A62
(119,42,98)
#662554
(102,37,84)
#552046
(85,32,70)
#441B38
(68,27,56)
#33162A
(51,22,42)
#22111C
(34,17,28)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #BB3E9A

#BB3E9A
(187,62,154)
#C14FA3
(193,79,163)
#C760AC
(199,96,172)
#CD71B5
(205,113,181)
#D382BE
(211,130,190)
#D993C7
(217,147,199)
#DFA4D0
(223,164,208)
#E5B5D9
(229,181,217)
#EBC6E2
(235,198,226)
#F1D7EB
(241,215,235)
#F7E8F4
(247,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB3E9A color. Also use rgb(187,62,154) instead hex code.

Text Font Color

.myTextColor { color: #BB3E9A; }

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

This text font color is #BB3E9A.


Background Color

.myBgColor { background-color: #BB3E9A; }

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

This div background color is #BB3E9A.


Border color

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

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

This div border color is #BB3E9A.


Opacity

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

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

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

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

This text has shadow with #BB3E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB3E9A on black background.


Color preview on white background

This text has color #BB3E9A on white background.



Black color preview on #BB3E9A background

This text has black color on #BB3E9A background.


White color preview on #BB3E9A background

This text has white color on #BB3E9A background.