COLOR #BD93CF

HEX: #BD93CF
RGB: (189,147,207)

Color info

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

RGB color model

#BD93CF color RGB value is (189,147,207).

  • red value is 189;
  • green value is 147;
  • blue value is 207.
RGB:
(189,147,207)
(74%,58%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 147 of 255 = 58%
B 207 of 255 = 81%

189
147
207

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

Portions of RGB colors in percentages

R + G + B =
189 + 147 + 207 = 543 (100%)
R 189 of 543 ~ 34.81%
G 147 of 543 ~ 27.07%
B 207 of 543 ~ 38.12%

%34.81
%27.07
%38.12

CMYK color model

#BD93CF color CMYK value is (9,29,0,19).

  • cyan value is 8.70%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,29,0,19)
C9M29Y0K19 
(9%,29%,0%,19%)
(0.09/0.29/0.00/0.19)	

CMYK percentages

%8.7
%28.99
%0
%18.82

Codes

Color #BD93CF in popluar color models

BD93CF
RGB189147207
HSL282°38.46%69.41%
HSB/HSV282°28.99%81.18%
CMYK8.70%28.99%0.00%
18.82%

Color #BD93CF in popluar number systems.

HEXBD93CF
Decimal189147207
Binary101111011001001111001111
Octal275223317

Shades and tints

Shades of #BD93CF

#BD93CF
(189,147,207)
#AC86BD
(172,134,189)
#9B79AB
(155,121,171)
#8A6C99
(138,108,153)
#795F87
(121,95,135)
#685275
(104,82,117)
#574563
(87,69,99)
#463851
(70,56,81)
#352B3F
(53,43,63)
#241E2D
(36,30,45)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #BD93CF

#BD93CF
(189,147,207)
#C39CD3
(195,156,211)
#C9A5D7
(201,165,215)
#CFAEDB
(207,174,219)
#D5B7DF
(213,183,223)
#DBC0E3
(219,192,227)
#E1C9E7
(225,201,231)
#E7D2EB
(231,210,235)
#EDDBEF
(237,219,239)
#F3E4F3
(243,228,243)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD93CF color. Also use rgb(189,147,207) instead hex code.

Text Font Color

.myTextColor { color: #BD93CF; }

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

This text font color is #BD93CF.


Background Color

.myBgColor { background-color: #BD93CF; }

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

This div background color is #BD93CF.


Border color

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

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

This div border color is #BD93CF.


Opacity

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

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

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

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

This text has shadow with #BD93CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD93CF on black background.


Color preview on white background

This text has color #BD93CF on white background.



Black color preview on #BD93CF background

This text has black color on #BD93CF background.


White color preview on #BD93CF background

This text has white color on #BD93CF background.