HEX: #BE20DD
RGB: (190,32,221)
#BE20DD enthält hauptsächlich rote und blaue Farbe. Für #BE20DD ist eine «websichere» Webfarbe #CC33CC (oder kurz #C3C).
Die Farbe #BE20DD wird in RGB als (190,32,221) definiert.
RGB: (190,32,221)
(75%, 13%, 87%)
R 190 von 255 = 75%
G 32 von 255 = 13%
B 221 von 255 = 87%
R + G + B ~ 58%. #BE20DD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 190 + 32 + 221 = 443 (100%)
R 190 von 443 ~ 42.89%
G 32 von 443 ~ 7.22%
B 221 von 443 ~ 49.89'%
Die Farbe #BE20DD wird in CMYK als (14,86,0,13) definiert.
CMYK: (14,86,0,13)
C14M86Y0K13 (14%, 86%, 0%, 13%)
(0.14 / 0.86 / 0.00 / 0.13)
Farbe #BE20DD in den populären Farbmodellen.
BE | 20 | DD | |
---|---|---|---|
RGB | 190 | 32 | 221 |
HSL | 290° | 74.70% | 49.61% |
HSB/HSV | 290° | 85.52% | 86.67% |
CMYK | 14.03% | 85.52% | 0.00% |
13.33% |
Die Farbe #BE20DD in den populären Zahlensystemen.
Hexadezimal | BE | 20 | DD |
Dezimal | 190 | 32 | 221 |
Binär | 10111110 | 100000 | 11011101 |
Oktal | 276 | 40 | 335 |
Dunkle Töne der Farbe #BE20DD
Helle Töne der Farbe #BE20DD
Beispiele css- und html für Elemente in der Farbe #BE20DD. Bitte benutzen Sie auch rgb(190,32,221) statt hex-Code.
.myTextColor { color: #BE20DD; }
<p style="color:#BE20DD">This sample text font color is #BE20DD.</p>
Die Farbe dieses Textes ist #BE20DD.
.myBgColor { background-color: #BE20DD; }
<div style="background-color:#BE20DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE20DD.
.myBorderColor { border: 1px solid #BE20DD; }
<div style="border:3px solid #BE20DD">Div</div>
Die Grenzen von diesem div sind in Farbe #BE20DD.
.myOpacity80 { color: #BE20DD; opacity: 0.8; }
<p style="color:#BE20DD;opacity:0.8;">80%</p>
Text in Farbe #BE20DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE20DD;}
<p style="text-shadow: 3px 3px 1px #BE20DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE20DD.
.textShadow {text-shadow: 3px 3px 1px #BE20DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE20DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE20DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE20DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE20DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE20DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE20DD;
-webkit-box-shadow: 1px 1px 3px 2px #BE20DD;
box-shadow: 1px 1px 3px 2px #BE20DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE20DD; -webkit-box-shadow: 1px 1px 3px 2px #BE20DD; box-shadow:1px 1px 3px 2px #BE20DD;">
Div content here
</div>
Dieser Text ist in der Farbe #BE20DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE20DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE20DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE20DD.
Kontrastfarbe für #BE20DD ist #41DF22.