COLOR #BB5ED8

HEX: #BB5ED8 RGB: (187,94,216)

Color info

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

RGB color model

#BB5ED8 color RGB value is (187,94,216).

RGB: (187,94,216) (73%, 37%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 94 of 255 = 37%
B 216 of 255 = 85%

187
94
216

R + G + B ~ 65%. #BB5ED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 94 + 216 = 497 (100%)
R 187 of 497 ~ 37.63%
G 94 of 497 ~ 18.91%
B 216 of 497 ~ 43.46'%

%37.63
%18.91
%43.46

CMYK color model

#BB5ED8 color CMYK value is (13,56,0,15).

  • cyan value is 13.43%
  • magenta value is 56.48%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,56,0,15)
C13M56Y0K15 (13%, 56%, 0%, 15%)
(0.13 / 0.56 / 0.00 / 0.15)

CMYK percentages

%13.43
%56.48
%0
%15.29

Codes

Color #BB5ED8 in popluar color models

BB 5E D8
RGB 187 94 216
HSL 286° 61.00% 60.78%
HSB/HSV 286° 56.48% 84.71%
CMYK 13.43% 56.48% 0.00%
15.29%

Color #BB5ED8 in popluar number systems.

HEX BB 5E D8
Decimal 187 94 216
Binary 10111011 1011110 11011000
Octal 273 136 330

Shades and tints

Shades of #BB5ED8

#BB5ED8
(187,94,216)
#AA56C5
(170,86,197)
#994EB2
(153,78,178)
#88469F
(136,70,159)
#773E8C
(119,62,140)
#663679
(102,54,121)
#552E66
(85,46,102)
#442653
(68,38,83)
#331E40
(51,30,64)
#22162D
(34,22,45)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #BB5ED8

#BB5ED8
(187,94,216)
#C16CDB
(193,108,219)
#C77ADE
(199,122,222)
#CD88E1
(205,136,225)
#D396E4
(211,150,228)
#D9A4E7
(217,164,231)
#DFB2EA
(223,178,234)
#E5C0ED
(229,192,237)
#EBCEF0
(235,206,240)
#F1DCF3
(241,220,243)
#F7EAF6
(247,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5ED8 color. Also use rgb(187,94,216) instead hex code.

Text Font Color

.myTextColor { color: #BB5ED8; }

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

This text font color is #BB5ED8.

Background Color

.myBgColor { background-color: #BB5ED8; }

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

This div background color is #BB5ED8.

Border color

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

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

This div border color is #BB5ED8.

Opacity

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

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

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

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

This text has shadow with #BB5ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB5ED8.

Preview

Color preview on black background

This text has color #BB5ED8 on black background.


Color preview on white background

This text has color #BB5ED8 on white background.


Black color preview on #BB5ED8 background

This text has black color on #BB5ED8 background.


White color preview on #BB5ED8 background

This text has white color on #BB5ED8 background.


Related colors

Complementary color

Complementary color for #hex is #44A127.


I love getcolorcode.com

Triadic colors

1 #D8BB5E and #5ED8BB with #BB5ED8 are triadic colors.

2 #D85EBB and #5EBBD8 with #BB5ED8 are triadic colors.