#B20FE6

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

Shades of Electric Purple #B20FE6

Tints of Electric Purple #B20FE6

Color information

#B20FE6 (or 0xB20FE6) is unknown color: approx Electric Purple. HEX triplet: B2, 0F and E6. RGB value is (178,15,230). Sum of RGB (Red+Green+Blue) = 178+15+230=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #B20FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20FE6 is #4DF019. Grayscale: #575757. Windows color (decimal): -5107738 or 15077298. OLE color: 15077298.

HSL color Cylindrical-coordinate representation of color #B20FE6: hue angle of 285.49º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20FE6 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17815230-
CMYK0.230.9300.10
HSL285.49º87.76%48.04%-
HSV(B)285.49º93.48%90.2%-
XYZ32.8115.5276.13-
YUV88.25208192.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 15 (6.25% from 255) = 3.55%
BLUE value IS 230 (90.23% from 255) = 54.37%
R=42.08%
G=3.55%
B=54.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178152300.230.9300.10285.4987.7648.04
HexB2FE6175D0A11d5830
Octal262173462713501243513060
Binary10110010111111100110101111011101010101000111011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20FE6; }

 p { color: rgb(178,15,230); }

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

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

 a { background-color: rgb(178,15,230); }

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

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

 span { border-color: rgb(178,15,230); }

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