COLOR #BB93D4

HEX: #BB93D4
RGB: (187,147,212)

Color info

#BB93D4 contains mainly red and blue colors. Web safe color of #BB93D4 is #CC99CC (or #C9C).

RGB color model

#BB93D4 color RGB value is (187,147,212).

  • red value is 187;
  • green value is 147;
  • blue value is 212.
RGB:
(187,147,212)
(73%,58%,83%)

RGB channels and saturation

R 187 of 255 = 73%
G 147 of 255 = 58%
B 212 of 255 = 83%

187
147
212

R + G + B ~ 71%. #BB93D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 147 + 212 = 546 (100%)
R 187 of 546 ~ 34.25%
G 147 of 546 ~ 26.92%
B 212 of 546 ~ 38.83%

%34.25
%26.92
%38.83

CMYK color model

#BB93D4 color CMYK value is (12,31,0,17).

  • cyan value is 11.79%
  • magenta value is 30.66%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(12,31,0,17)
C12M31Y0K17 
(12%,31%,0%,17%)
(0.12/0.31/0.00/0.17)	

CMYK percentages

%11.79
%30.66
%0
%16.86

Codes

Color #BB93D4 in popluar color models

BB93D4
RGB187147212
HSL277°43.05%70.39%
HSB/HSV277°30.66%83.14%
CMYK11.79%30.66%0.00%
16.86%

Color #BB93D4 in popluar number systems.

HEXBB93D4
Decimal187147212
Binary101110111001001111010100
Octal273223324

Shades and tints

Shades of #BB93D4

#BB93D4
(187,147,212)
#AA86C1
(170,134,193)
#9979AE
(153,121,174)
#886C9B
(136,108,155)
#775F88
(119,95,136)
#665275
(102,82,117)
#554562
(85,69,98)
#44384F
(68,56,79)
#332B3C
(51,43,60)
#221E29
(34,30,41)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #BB93D4

#BB93D4
(187,147,212)
#C19CD7
(193,156,215)
#C7A5DA
(199,165,218)
#CDAEDD
(205,174,221)
#D3B7E0
(211,183,224)
#D9C0E3
(217,192,227)
#DFC9E6
(223,201,230)
#E5D2E9
(229,210,233)
#EBDBEC
(235,219,236)
#F1E4EF
(241,228,239)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB93D4; }

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

This text font color is #BB93D4.


Background Color

.myBgColor { background-color: #BB93D4; }

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

This div background color is #BB93D4.


Border color

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

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

This div border color is #BB93D4.


Opacity

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

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

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

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

This text has shadow with #BB93D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB93D4 on black background.


Color preview on white background

This text has color #BB93D4 on white background.



Black color preview on #BB93D4 background

This text has black color on #BB93D4 background.


White color preview on #BB93D4 background

This text has white color on #BB93D4 background.