COLOR #BC73E5

HEX: #BC73E5
RGB: (188,115,229)

Renk bilgisi

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

RGB renk modeli

#BC73E5 color RGB value is (188,115,229).

  • kırmız ton 188;
  • yeşil ton 115;
  • mavi ton 229.
RGB:
(188,115,229)
(74%,45%,90%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 115 of 255 = 45%
B 229 of 255 = 90%

188
115
229

R + G + B ~ 70%. #BC73E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 115 + 229 = 532 (100%)
R 188 of 532 ~ 35.34%
G 115 of 532 ~ 21.62%
B 229 of 532 ~ 43.05%

%35.34
%21.62
%43.05

CMYK RENK MODELİ

#BC73E5 rengi CMYK tonu (18,50,0,10).

  • camgöbeği tonu 17.90%
  • eflatun tonu 49.78%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(18,50,0,10)
C18M50Y0K10 
(18%,50%,0%,10%)
(0.18/0.50/0.00/0.10)	

CMYK yüzdeleri

%17.9
%49.78
%0
%10.2

Codes

Color #BC73E5 in popluar color models

BC73E5
RGB188115229
HSL278°68.67%67.45%
HSB/HSV278°49.78%89.80%
CMYK17.90%49.78%0.00%
10.20%

Color #BC73E5 in popluar number systems.

HEXBC73E5
Decimal188115229
Binary10111100111001111100101
Octal274163345

Shades and tints

Shades of #BC73E5

#BC73E5
(188,115,229)
#AB69D1
(171,105,209)
#9A5FBD
(154,95,189)
#8955A9
(137,85,169)
#784B95
(120,75,149)
#674181
(103,65,129)
#56376D
(86,55,109)
#452D59
(69,45,89)
#342345
(52,35,69)
#231931
(35,25,49)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #BC73E5

#BC73E5
(188,115,229)
#C27FE7
(194,127,231)
#C88BE9
(200,139,233)
#CE97EB
(206,151,235)
#D4A3ED
(212,163,237)
#DAAFEF
(218,175,239)
#E0BBF1
(224,187,241)
#E6C7F3
(230,199,243)
#ECD3F5
(236,211,245)
#F2DFF7
(242,223,247)
#F8EBF9
(248,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC73E5 color. Also use rgb(188,115,229) instead hex code.

Text Font Color

.myTextColor { color: #BC73E5; }

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

This text font color is #BC73E5.


Background Color

.myBgColor { background-color: #BC73E5; }

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

This div background color is #BC73E5.


Border color

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

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

This div border color is #BC73E5.


Opacity

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

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

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

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

This text has shadow with #BC73E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC73E5 on black background.


Color preview on white background

This text has color #BC73E5 on white background.



Black color preview on #BC73E5 background

This text has black color on #BC73E5 background.


White color preview on #BC73E5 background

This text has white color on #BC73E5 background.