COLOR #BB4DD2

HEX: #BB4DD2
RGB: (187,77,210)

Color info

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

RGB color model

#BB4DD2 color RGB value is (187,77,210).

  • red value is 187;
  • green value is 77;
  • blue value is 210.
RGB:
(187,77,210)
(73%,30%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 77 of 255 = 30%
B 210 of 255 = 82%

187
77
210

R + G + B ~ 62%. #BB4DD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 77 + 210 = 474 (100%)
R 187 of 474 ~ 39.45%
G 77 of 474 ~ 16.24%
B 210 of 474 ~ 44.3%

%39.45
%16.24
%44.3

CMYK color model

#BB4DD2 color CMYK value is (11,63,0,18).

  • cyan value is 10.95%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(11,63,0,18)
C11M63Y0K18 
(11%,63%,0%,18%)
(0.11/0.63/0.00/0.18)	

CMYK percentages

%10.95
%63.33
%0
%17.65

Codes

Color #BB4DD2 in popluar color models

BB4DD2
RGB18777210
HSL290°59.64%56.27%
HSB/HSV290°63.33%82.35%
CMYK10.95%63.33%0.00%
17.65%

Color #BB4DD2 in popluar number systems.

HEXBB4DD2
Decimal18777210
Binary10111011100110111010010
Octal273115322

Shades and tints

Shades of #BB4DD2

#BB4DD2
(187,77,210)
#AA46BF
(170,70,191)
#993FAC
(153,63,172)
#883899
(136,56,153)
#773186
(119,49,134)
#662A73
(102,42,115)
#552360
(85,35,96)
#441C4D
(68,28,77)
#33153A
(51,21,58)
#220E27
(34,14,39)
#110714
(17,7,20)
#000000
(0,0,0)

Tints of #BB4DD2

#BB4DD2
(187,77,210)
#C15DD6
(193,93,214)
#C76DDA
(199,109,218)
#CD7DDE
(205,125,222)
#D38DE2
(211,141,226)
#D99DE6
(217,157,230)
#DFADEA
(223,173,234)
#E5BDEE
(229,189,238)
#EBCDF2
(235,205,242)
#F1DDF6
(241,221,246)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4DD2 color. Also use rgb(187,77,210) instead hex code.

Text Font Color

.myTextColor { color: #BB4DD2; }

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

This text font color is #BB4DD2.


Background Color

.myBgColor { background-color: #BB4DD2; }

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

This div background color is #BB4DD2.


Border color

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

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

This div border color is #BB4DD2.


Opacity

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

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

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

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

This text has shadow with #BB4DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4DD2 on black background.


Color preview on white background

This text has color #BB4DD2 on white background.



Black color preview on #BB4DD2 background

This text has black color on #BB4DD2 background.


White color preview on #BB4DD2 background

This text has white color on #BB4DD2 background.