#BD20ED

Color #BD20ED Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BD20ED

Tints of Electric Purple #BD20ED

Color information

#BD20ED (or 0xBD20ED) is unknown color: approx Electric Purple. HEX triplet: BD, 20 and ED. RGB value is (189,32,237). Sum of RGB (Red+Green+Blue) = 189+32+237=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20ED is #42DF12. Grayscale: #656565. Windows color (decimal): -4382483 or 15540413. OLE color: 15540413.

HSL color Cylindrical-coordinate representation of color #BD20ED: hue angle of 285.95º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD20ED is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18932237-
CMYK0.200.8600.07
HSL285.95º85.06%52.75%-
HSV(B)285.95º86.5%92.94%-
XYZ36.7917.9781.65-
YUV102.31204.01189.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 32 (12.89% from 255) = 6.99%
BLUE value IS 237 (92.97% from 255) = 51.75%
R=41.27%
G=6.99%
B=51.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189322370.200.8600.07285.9585.0652.75
HexBD20ED14560711e5535
Octal27540355241260743612565
Binary101111011000001110110110100101011001111000111101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD20ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD20ED; }

 p { color: rgb(189,32,237); }

 H1.HeaderClassName
 {
   color: #BD20ED;
 }
 .AnyTagClassName
 {
   color: #BD20ED;
 }
</style>
background-color css

<style>
 a { background-color: #BD20ED; }

 a { background-color: rgb(189,32,237); }

 div.DivClassName
 {
   background-color: #BD20ED;
 }
 .BgClassName
 {
   background-color: #BD20ED;
 }
</style>
border-color css

<style>
 span { border-color: #BD20ED; }

 span { border-color: rgb(189,32,237); }

 td.TdClassName
 {
   border-color: #BD20ED;
 }
 .TagClassName
 {
   border-color: #BD20ED;
 }
</style>