COLOR #BC35E4

HEX: #BC35E4
RGB: (188,53,228)

Renk bilgisi

#BC35E4 contains mainly red and blue colors. #BC35E4 ‘ nin web güvenlik rengi #CC33CC (ya da #C3C) dir.

RGB renk modeli

#BC35E4 color RGB value is (188,53,228).

  • kırmız ton 188;
  • yeşil ton 53;
  • mavi ton 228.
RGB:
(188,53,228)
(74%,21%,89%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 53 of 255 = 21%
B 228 of 255 = 89%

188
53
228

R + G + B ~ 61%. #BC35E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 53 + 228 = 469 (100%)
R 188 of 469 ~ 40.09%
G 53 of 469 ~ 11.3%
B 228 of 469 ~ 48.61%

%40.09
%11.3
%48.61

CMYK RENK MODELİ

#BC35E4 rengi CMYK tonu (18,77,0,11).

  • camgöbeği tonu 17.54%
  • eflatun tonu 76.75%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(18,77,0,11)
C18M77Y0K11 
(18%,77%,0%,11%)
(0.18/0.77/0.00/0.11)	

CMYK yüzdeleri

%17.54
%76.75
%0
%10.59

Codes

Color #BC35E4 in popluar color models

BC35E4
RGB18853228
HSL286°76.42%55.10%
HSB/HSV286°76.75%89.41%
CMYK17.54%76.75%0.00%
10.59%

Color #BC35E4 in popluar number systems.

HEXBC35E4
Decimal18853228
Binary1011110011010111100100
Octal27465344

Shades and tints

Shades of #BC35E4

#BC35E4
(188,53,228)
#AB31D0
(171,49,208)
#9A2DBC
(154,45,188)
#8929A8
(137,41,168)
#782594
(120,37,148)
#672180
(103,33,128)
#561D6C
(86,29,108)
#451958
(69,25,88)
#341544
(52,21,68)
#231130
(35,17,48)
#120D1C
(18,13,28)
#000000
(0,0,0)

Tints of #BC35E4

#BC35E4
(188,53,228)
#C247E6
(194,71,230)
#C859E8
(200,89,232)
#CE6BEA
(206,107,234)
#D47DEC
(212,125,236)
#DA8FEE
(218,143,238)
#E0A1F0
(224,161,240)
#E6B3F2
(230,179,242)
#ECC5F4
(236,197,244)
#F2D7F6
(242,215,246)
#F8E9F8
(248,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC35E4 color. Also use rgb(188,53,228) instead hex code.

Text Font Color

.myTextColor { color: #BC35E4; }

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

This text font color is #BC35E4.


Background Color

.myBgColor { background-color: #BC35E4; }

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

This div background color is #BC35E4.


Border color

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

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

This div border color is #BC35E4.


Opacity

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

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

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

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

This text has shadow with #BC35E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC35E4 on black background.


Color preview on white background

This text has color #BC35E4 on white background.



Black color preview on #BC35E4 background

This text has black color on #BC35E4 background.


White color preview on #BC35E4 background

This text has white color on #BC35E4 background.