COLOR #BB93EA

HEX: #BB93EA RGB: (187,147,234)

Color info

#BB93EA contains mainly red and blue colors. Web safe color of #BB93EA is #CC99FF (or #C9F).

RGB color model

#BB93EA color RGB value is (187,147,234).

RGB: (187,147,234) (73%, 58%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 147 of 255 = 58%
B 234 of 255 = 92%

187
147
234

R + G + B ~ 74%. #BB93EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 147 + 234 = 568 (100%)
R 187 of 568 ~ 32.92%
G 147 of 568 ~ 25.88%
B 234 of 568 ~ 41.2'%

%32.92
%25.88
%41.2

CMYK color model

#BB93EA color CMYK value is (20,37,0,8).

  • cyan value is 20.09%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,37,0,8)
C20M37Y0K8 (20%, 37%, 0%, 8%)
(0.20 / 0.37 / 0.00 / 0.08)

CMYK percentages

%20.09
%37.18
%0
%8.24

Codes

Color #BB93EA in popluar color models

BB 93 EA
RGB 187 147 234
HSL 268° 67.44% 74.71%
HSB/HSV 268° 37.18% 91.76%
CMYK 20.09% 37.18% 0.00%
8.24%

Color #BB93EA in popluar number systems.

HEX BB 93 EA
Decimal 187 147 234
Binary 10111011 10010011 11101010
Octal 273 223 352

Shades and tints

Shades of #BB93EA

#BB93EA
(187,147,234)
#AA86D5
(170,134,213)
#9979C0
(153,121,192)
#886CAB
(136,108,171)
#775F96
(119,95,150)
#665281
(102,82,129)
#55456C
(85,69,108)
#443857
(68,56,87)
#332B42
(51,43,66)
#221E2D
(34,30,45)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #BB93EA

#BB93EA
(187,147,234)
#C19CEB
(193,156,235)
#C7A5EC
(199,165,236)
#CDAEED
(205,174,237)
#D3B7EE
(211,183,238)
#D9C0EF
(217,192,239)
#DFC9F0
(223,201,240)
#E5D2F1
(229,210,241)
#EBDBF2
(235,219,242)
#F1E4F3
(241,228,243)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB93EA color. Also use rgb(187,147,234) instead hex code.

Text Font Color

.myTextColor { color: #BB93EA; }

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

This text font color is #BB93EA.

Background Color

.myBgColor { background-color: #BB93EA; }

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

This div background color is #BB93EA.

Border color

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

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

This div border color is #BB93EA.

Opacity

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

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

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

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

This text has shadow with #BB93EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB93EA.

Preview

Color preview on black background

This text has color #BB93EA on black background.


Color preview on white background

This text has color #BB93EA on white background.


Black color preview on #BB93EA background

This text has black color on #BB93EA background.


White color preview on #BB93EA background

This text has white color on #BB93EA background.


Related colors

Complementary color

Complementary color for #hex is #446C15.


I love getcolorcode.com

Triadic colors

1 #EABB93 and #93EABB with #BB93EA are triadic colors.

2 #EA93BB and #93BBEA with #BB93EA are triadic colors.