COLOR #BB5CD1

HEX: #BB5CD1
RGB: (187,92,209)

Color info

#BB5CD1 contains mainly red and blue colors. Web safe color of #BB5CD1 is #CC66CC (or #C6C).

RGB color model

#BB5CD1 color RGB value is (187,92,209).

  • red value is 187;
  • green value is 92;
  • blue value is 209.
RGB:
(187,92,209)
(73%,36%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 92 of 255 = 36%
B 209 of 255 = 82%

187
92
209

R + G + B ~ 64%. #BB5CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 92 + 209 = 488 (100%)
R 187 of 488 ~ 38.32%
G 92 of 488 ~ 18.85%
B 209 of 488 ~ 42.83%

%38.32
%18.85
%42.83

CMYK color model

#BB5CD1 color CMYK value is (11,56,0,18).

  • cyan value is 10.53%
  • magenta value is 55.98%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,56,0,18)
C11M56Y0K18 
(11%,56%,0%,18%)
(0.11/0.56/0.00/0.18)	

CMYK percentages

%10.53
%55.98
%0
%18.04

Codes

Color #BB5CD1 in popluar color models

BB5CD1
RGB18792209
HSL289°55.98%59.02%
HSB/HSV289°55.98%81.96%
CMYK10.53%55.98%0.00%
18.04%

Color #BB5CD1 in popluar number systems.

HEXBB5CD1
Decimal18792209
Binary10111011101110011010001
Octal273134321

Shades and tints

Shades of #BB5CD1

#BB5CD1
(187,92,209)
#AA54BE
(170,84,190)
#994CAB
(153,76,171)
#884498
(136,68,152)
#773C85
(119,60,133)
#663472
(102,52,114)
#552C5F
(85,44,95)
#44244C
(68,36,76)
#331C39
(51,28,57)
#221426
(34,20,38)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #BB5CD1

#BB5CD1
(187,92,209)
#C16AD5
(193,106,213)
#C778D9
(199,120,217)
#CD86DD
(205,134,221)
#D394E1
(211,148,225)
#D9A2E5
(217,162,229)
#DFB0E9
(223,176,233)
#E5BEED
(229,190,237)
#EBCCF1
(235,204,241)
#F1DAF5
(241,218,245)
#F7E8F9
(247,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5CD1 color. Also use rgb(187,92,209) instead hex code.

Text Font Color

.myTextColor { color: #BB5CD1; }

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

This text font color is #BB5CD1.


Background Color

.myBgColor { background-color: #BB5CD1; }

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

This div background color is #BB5CD1.


Border color

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

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

This div border color is #BB5CD1.


Opacity

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

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

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

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

This text has shadow with #BB5CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5CD1 on black background.


Color preview on white background

This text has color #BB5CD1 on white background.



Black color preview on #BB5CD1 background

This text has black color on #BB5CD1 background.


White color preview on #BB5CD1 background

This text has white color on #BB5CD1 background.