COLOR #BD6DE7

HEX: #BD6DE7
RGB: (189,109,231)

Renk bilgisi

#BD6DE7 contains mainly red and blue colors. #BD6DE7 ‘ nin web güvenlik rengi #CC66FF (ya da #C6F) dir.

RGB renk modeli

#BD6DE7 color RGB value is (189,109,231).

  • kırmız ton 189;
  • yeşil ton 109;
  • mavi ton 231.
RGB:
(189,109,231)
(74%,43%,91%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 109 of 255 = 43%
B 231 of 255 = 91%

189
109
231

R + G + B ~ 69%. #BD6DE7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 109 + 231 = 529 (100%)
R 189 of 529 ~ 35.73%
G 109 of 529 ~ 20.6%
B 231 of 529 ~ 43.67%

%35.73
%20.6
%43.67

CMYK RENK MODELİ

#BD6DE7 rengi CMYK tonu (18,53,0,9).

  • camgöbeği tonu 18.18%
  • eflatun tonu 52.81%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(18,53,0,9)
C18M53Y0K9 
(18%,53%,0%,9%)
(0.18/0.53/0.00/0.09)	

CMYK yüzdeleri

%18.18
%52.81
%0
%9.41

Codes

Color #BD6DE7 in popluar color models

BD6DE7
RGB189109231
HSL279°71.76%66.67%
HSB/HSV279°52.81%90.59%
CMYK18.18%52.81%0.00%
9.41%

Color #BD6DE7 in popluar number systems.

HEXBD6DE7
Decimal189109231
Binary10111101110110111100111
Octal275155347

Shades and tints

Shades of #BD6DE7

#BD6DE7
(189,109,231)
#AC64D2
(172,100,210)
#9B5BBD
(155,91,189)
#8A52A8
(138,82,168)
#794993
(121,73,147)
#68407E
(104,64,126)
#573769
(87,55,105)
#462E54
(70,46,84)
#35253F
(53,37,63)
#241C2A
(36,28,42)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BD6DE7

#BD6DE7
(189,109,231)
#C37AE9
(195,122,233)
#C987EB
(201,135,235)
#CF94ED
(207,148,237)
#D5A1EF
(213,161,239)
#DBAEF1
(219,174,241)
#E1BBF3
(225,187,243)
#E7C8F5
(231,200,245)
#EDD5F7
(237,213,247)
#F3E2F9
(243,226,249)
#F9EFFB
(249,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6DE7 color. Also use rgb(189,109,231) instead hex code.

Text Font Color

.myTextColor { color: #BD6DE7; }

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

This text font color is #BD6DE7.


Background Color

.myBgColor { background-color: #BD6DE7; }

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

This div background color is #BD6DE7.


Border color

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

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

This div border color is #BD6DE7.


Opacity

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

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

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

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

This text has shadow with #BD6DE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6DE7 on black background.


Color preview on white background

This text has color #BD6DE7 on white background.



Black color preview on #BD6DE7 background

This text has black color on #BD6DE7 background.


White color preview on #BD6DE7 background

This text has white color on #BD6DE7 background.