COLOR #BB39B9

HEX: #BB39B9
RGB: (187,57,185)

Color info

#BB39B9 contains mainly red and blue colors. Web safe color of #BB39B9 is #CC33CC (or #C3C).

RGB color model

#BB39B9 color RGB value is (187,57,185).

  • red value is 187;
  • green value is 57;
  • blue value is 185.
RGB:
(187,57,185)
(73%,22%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 57 of 255 = 22%
B 185 of 255 = 73%

187
57
185

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

Portions of RGB colors in percentages

R + G + B =
187 + 57 + 185 = 429 (100%)
R 187 of 429 ~ 43.59%
G 57 of 429 ~ 13.29%
B 185 of 429 ~ 43.12%

%43.59
%13.29
%43.12

CMYK color model

#BB39B9 color CMYK value is (0,70,1,27).

  • cyan value is 0.00%
  • magenta value is 69.52%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(0,70,1,27)
C0M70Y1K27 
(0%,70%,1%,27%)
(0.00/0.70/0.01/0.27)	

CMYK percentages

%0
%69.52
%1.07
%26.67

Codes

Color #BB39B9 in popluar color models

BB39B9
RGB18757185
HSL301°53.28%47.84%
HSB/HSV301°69.52%73.33%
CMYK0.00%69.52%1.07%
26.67%

Color #BB39B9 in popluar number systems.

HEXBB39B9
Decimal18757185
Binary1011101111100110111001
Octal27371271

Shades and tints

Shades of #BB39B9

#BB39B9
(187,57,185)
#AA34A9
(170,52,169)
#992F99
(153,47,153)
#882A89
(136,42,137)
#772579
(119,37,121)
#662069
(102,32,105)
#551B59
(85,27,89)
#441649
(68,22,73)
#331139
(51,17,57)
#220C29
(34,12,41)
#110719
(17,7,25)
#000000
(0,0,0)

Tints of #BB39B9

#BB39B9
(187,57,185)
#C14BBF
(193,75,191)
#C75DC5
(199,93,197)
#CD6FCB
(205,111,203)
#D381D1
(211,129,209)
#D993D7
(217,147,215)
#DFA5DD
(223,165,221)
#E5B7E3
(229,183,227)
#EBC9E9
(235,201,233)
#F1DBEF
(241,219,239)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB39B9 color. Also use rgb(187,57,185) instead hex code.

Text Font Color

.myTextColor { color: #BB39B9; }

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

This text font color is #BB39B9.


Background Color

.myBgColor { background-color: #BB39B9; }

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

This div background color is #BB39B9.


Border color

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

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

This div border color is #BB39B9.


Opacity

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

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

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

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

This text has shadow with #BB39B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB39B9 on black background.


Color preview on white background

This text has color #BB39B9 on white background.



Black color preview on #BB39B9 background

This text has black color on #BB39B9 background.


White color preview on #BB39B9 background

This text has white color on #BB39B9 background.