COLOR #BB4192

HEX: #BB4192
RGB: (187,65,146)

Color info

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

RGB color model

#BB4192 color RGB value is (187,65,146).

  • red value is 187;
  • green value is 65;
  • blue value is 146.
RGB:
(187,65,146)
(73%,25%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 65 of 255 = 25%
B 146 of 255 = 57%

187
65
146

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

Portions of RGB colors in percentages

R + G + B =
187 + 65 + 146 = 398 (100%)
R 187 of 398 ~ 46.98%
G 65 of 398 ~ 16.33%
B 146 of 398 ~ 36.68%

%46.98
%16.33
%36.68

CMYK color model

#BB4192 color CMYK value is (0,65,22,27).

  • cyan value is 0.00%
  • magenta value is 65.24%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(0,65,22,27)
C0M65Y22K27 
(0%,65%,22%,27%)
(0.00/0.65/0.22/0.27)	

CMYK percentages

%0
%65.24
%21.93
%26.67

Codes

Color #BB4192 in popluar color models

BB4192
RGB18765146
HSL320°48.41%49.41%
HSB/HSV320°65.24%73.33%
CMYK0.00%65.24%21.93%
26.67%

Color #BB4192 in popluar number systems.

HEXBB4192
Decimal18765146
Binary10111011100000110010010
Octal273101222

Shades and tints

Shades of #BB4192

#BB4192
(187,65,146)
#AA3C85
(170,60,133)
#993778
(153,55,120)
#88326B
(136,50,107)
#772D5E
(119,45,94)
#662851
(102,40,81)
#552344
(85,35,68)
#441E37
(68,30,55)
#33192A
(51,25,42)
#22141D
(34,20,29)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #BB4192

#BB4192
(187,65,146)
#C1529B
(193,82,155)
#C763A4
(199,99,164)
#CD74AD
(205,116,173)
#D385B6
(211,133,182)
#D996BF
(217,150,191)
#DFA7C8
(223,167,200)
#E5B8D1
(229,184,209)
#EBC9DA
(235,201,218)
#F1DAE3
(241,218,227)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4192 color. Also use rgb(187,65,146) instead hex code.

Text Font Color

.myTextColor { color: #BB4192; }

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

This text font color is #BB4192.


Background Color

.myBgColor { background-color: #BB4192; }

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

This div background color is #BB4192.


Border color

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

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

This div border color is #BB4192.


Opacity

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

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

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

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

This text has shadow with #BB4192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4192 on black background.


Color preview on white background

This text has color #BB4192 on white background.



Black color preview on #BB4192 background

This text has black color on #BB4192 background.


White color preview on #BB4192 background

This text has white color on #BB4192 background.