COLOR #BD6CD7

HEX: #BD6CD7
RGB: (189,108,215)

Renk bilgisi

#BD6CD7 contains mainly red and blue colors. #BD6CD7 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#BD6CD7 color RGB value is (189,108,215).

  • kırmız ton 189;
  • yeşil ton 108;
  • mavi ton 215.
RGB:
(189,108,215)
(74%,42%,84%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 108 of 255 = 42%
B 215 of 255 = 84%

189
108
215

R + G + B ~ 67%. #BD6CD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 108 + 215 = 512 (100%)
R 189 of 512 ~ 36.91%
G 108 of 512 ~ 21.09%
B 215 of 512 ~ 41.99%

%36.91
%21.09
%41.99

CMYK RENK MODELİ

#BD6CD7 rengi CMYK tonu (12,50,0,16).

  • camgöbeği tonu 12.09%
  • eflatun tonu 49.77%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(12,50,0,16)
C12M50Y0K16 
(12%,50%,0%,16%)
(0.12/0.50/0.00/0.16)	

CMYK yüzdeleri

%12.09
%49.77
%0
%15.69

Codes

Color #BD6CD7 in popluar color models

BD6CD7
RGB189108215
HSL285°57.22%63.33%
HSB/HSV285°49.77%84.31%
CMYK12.09%49.77%0.00%
15.69%

Color #BD6CD7 in popluar number systems.

HEXBD6CD7
Decimal189108215
Binary10111101110110011010111
Octal275154327

Shades and tints

Shades of #BD6CD7

#BD6CD7
(189,108,215)
#AC63C4
(172,99,196)
#9B5AB1
(155,90,177)
#8A519E
(138,81,158)
#79488B
(121,72,139)
#683F78
(104,63,120)
#573665
(87,54,101)
#462D52
(70,45,82)
#35243F
(53,36,63)
#241B2C
(36,27,44)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #BD6CD7

#BD6CD7
(189,108,215)
#C379DA
(195,121,218)
#C986DD
(201,134,221)
#CF93E0
(207,147,224)
#D5A0E3
(213,160,227)
#DBADE6
(219,173,230)
#E1BAE9
(225,186,233)
#E7C7EC
(231,199,236)
#EDD4EF
(237,212,239)
#F3E1F2
(243,225,242)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6CD7 color. Also use rgb(189,108,215) instead hex code.

Text Font Color

.myTextColor { color: #BD6CD7; }

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

This text font color is #BD6CD7.


Background Color

.myBgColor { background-color: #BD6CD7; }

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

This div background color is #BD6CD7.


Border color

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

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

This div border color is #BD6CD7.


Opacity

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

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

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

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

This text has shadow with #BD6CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6CD7 on black background.


Color preview on white background

This text has color #BD6CD7 on white background.



Black color preview on #BD6CD7 background

This text has black color on #BD6CD7 background.


White color preview on #BD6CD7 background

This text has white color on #BD6CD7 background.