COLOR #BD61E5

HEX: #BD61E5
RGB: (189,97,229)

Renk bilgisi

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

RGB renk modeli

#BD61E5 color RGB value is (189,97,229).

  • kırmız ton 189;
  • yeşil ton 97;
  • mavi ton 229.
RGB:
(189,97,229)
(74%,38%,90%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 97 of 255 = 38%
B 229 of 255 = 90%

189
97
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 97 + 229 = 515 (100%)
R 189 of 515 ~ 36.7%
G 97 of 515 ~ 18.83%
B 229 of 515 ~ 44.47%

%36.7
%18.83
%44.47

CMYK RENK MODELİ

#BD61E5 rengi CMYK tonu (17,58,0,10).

  • camgöbeği tonu 17.47%
  • eflatun tonu 57.64%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(17,58,0,10)
C17M58Y0K10 
(17%,58%,0%,10%)
(0.17/0.58/0.00/0.10)	

CMYK yüzdeleri

%17.47
%57.64
%0
%10.2

Codes

Color #BD61E5 in popluar color models

BD61E5
RGB18997229
HSL282°71.74%63.92%
HSB/HSV282°57.64%89.80%
CMYK17.47%57.64%0.00%
10.20%

Color #BD61E5 in popluar number systems.

HEXBD61E5
Decimal18997229
Binary10111101110000111100101
Octal275141345

Shades and tints

Shades of #BD61E5

#BD61E5
(189,97,229)
#AC59D1
(172,89,209)
#9B51BD
(155,81,189)
#8A49A9
(138,73,169)
#794195
(121,65,149)
#683981
(104,57,129)
#57316D
(87,49,109)
#462959
(70,41,89)
#352145
(53,33,69)
#241931
(36,25,49)
#13111D
(19,17,29)
#000000
(0,0,0)

Tints of #BD61E5

#BD61E5
(189,97,229)
#C36FE7
(195,111,231)
#C97DE9
(201,125,233)
#CF8BEB
(207,139,235)
#D599ED
(213,153,237)
#DBA7EF
(219,167,239)
#E1B5F1
(225,181,241)
#E7C3F3
(231,195,243)
#EDD1F5
(237,209,245)
#F3DFF7
(243,223,247)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD61E5 color. Also use rgb(189,97,229) instead hex code.

Text Font Color

.myTextColor { color: #BD61E5; }

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

This text font color is #BD61E5.


Background Color

.myBgColor { background-color: #BD61E5; }

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

This div background color is #BD61E5.


Border color

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

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

This div border color is #BD61E5.


Opacity

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

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

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

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

This text has shadow with #BD61E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD61E5 on black background.


Color preview on white background

This text has color #BD61E5 on white background.



Black color preview on #BD61E5 background

This text has black color on #BD61E5 background.


White color preview on #BD61E5 background

This text has white color on #BD61E5 background.