#BD20EF

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

Shades of Electric Purple #BD20EF

Tints of Electric Purple #BD20EF

Color information

#BD20EF (or 0xBD20EF) is unknown color: approx Electric Purple. HEX triplet: BD, 20 and EF. RGB value is (189,32,239). Sum of RGB (Red+Green+Blue) = 189+32+239=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20EF is #42DF10. Grayscale: #656565. Windows color (decimal): -4382481 or 15671485. OLE color: 15671485.

HSL color Cylindrical-coordinate representation of color #BD20EF: hue angle of 285.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD20EF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18932239-
CMYK0.210.8700.06
HSL285.51º86.61%53.14%-
HSV(B)285.51º86.61%93.73%-
XYZ37.0818.0883.2-
YUV102.54205.01189.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 32 (12.89% from 255) = 6.96%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=41.09%
G=6.96%
B=51.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal189322390.210.8700.06285.5186.6153.14
HexBD20EF15570611e5735
Octal27540357251270643612765
Binary101111011000001110111110101101011101101000111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD20EF; }

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

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

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

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

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

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

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

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