#BD20FE

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

Shades of Electric Purple #BD20FE

Tints of Electric Purple #BD20FE

Color information

#BD20FE (or 0xBD20FE) is unknown color: approx Electric Purple. HEX triplet: BD, 20 and FE. RGB value is (189,32,254). Sum of RGB (Red+Green+Blue) = 189+32+254=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD20FE is #42DF01. Grayscale: #676767. Windows color (decimal): -4382466 or 16654525. OLE color: 16654525.

HSL color Cylindrical-coordinate representation of color #BD20FE: hue angle of 282.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD20FE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18932254-
CMYK0.260.8700.00
HSL282.43º99.11%56.08%-
HSV(B)282.43º87.4%99.61%-
XYZ39.3919.0195.36-
YUV104.25212.51188.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 32 (12.89% from 255) = 6.74%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=39.79%
G=6.74%
B=53.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189322540.260.8700.00282.4399.1156.08
HexBD20FE1A570011a6338
Octal27540376321270043214370
Binary1011110110000011111110110101010111001000110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD20FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD20FE; }

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

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

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

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

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

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

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

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