COLOR #BB5BBE

HEX: #BB5BBE
RGB: (187,91,190)

Color info

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

RGB color model

#BB5BBE color RGB value is (187,91,190).

  • red value is 187;
  • green value is 91;
  • blue value is 190.
RGB:
(187,91,190)
(73%,36%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 91 of 255 = 36%
B 190 of 255 = 75%

187
91
190

R + G + B ~ 61%. #BB5BBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 91 + 190 = 468 (100%)
R 187 of 468 ~ 39.96%
G 91 of 468 ~ 19.44%
B 190 of 468 ~ 40.6%

%39.96
%19.44
%40.6

CMYK color model

#BB5BBE color CMYK value is (2,52,0,25).

  • cyan value is 1.58%
  • magenta value is 52.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,52,0,25)
C2M52Y0K25 
(2%,52%,0%,25%)
(0.02/0.52/0.00/0.25)	

CMYK percentages

%1.58
%52.11
%0
%25.49

Codes

Color #BB5BBE in popluar color models

BB5BBE
RGB18791190
HSL298°43.23%55.10%
HSB/HSV298°52.11%74.51%
CMYK1.58%52.11%0.00%
25.49%

Color #BB5BBE in popluar number systems.

HEXBB5BBE
Decimal18791190
Binary10111011101101110111110
Octal273133276

Shades and tints

Shades of #BB5BBE

#BB5BBE
(187,91,190)
#AA53AD
(170,83,173)
#994B9C
(153,75,156)
#88438B
(136,67,139)
#773B7A
(119,59,122)
#663369
(102,51,105)
#552B58
(85,43,88)
#442347
(68,35,71)
#331B36
(51,27,54)
#221325
(34,19,37)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #BB5BBE

#BB5BBE
(187,91,190)
#C169C3
(193,105,195)
#C777C8
(199,119,200)
#CD85CD
(205,133,205)
#D393D2
(211,147,210)
#D9A1D7
(217,161,215)
#DFAFDC
(223,175,220)
#E5BDE1
(229,189,225)
#EBCBE6
(235,203,230)
#F1D9EB
(241,217,235)
#F7E7F0
(247,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5BBE color. Also use rgb(187,91,190) instead hex code.

Text Font Color

.myTextColor { color: #BB5BBE; }

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

This text font color is #BB5BBE.


Background Color

.myBgColor { background-color: #BB5BBE; }

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

This div background color is #BB5BBE.


Border color

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

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

This div border color is #BB5BBE.


Opacity

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

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

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

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

This text has shadow with #BB5BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5BBE on black background.


Color preview on white background

This text has color #BB5BBE on white background.



Black color preview on #BB5BBE background

This text has black color on #BB5BBE background.


White color preview on #BB5BBE background

This text has white color on #BB5BBE background.