#B20FE2

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

Shades of Electric Purple #B20FE2

Tints of Electric Purple #B20FE2

Color information

#B20FE2 (or 0xB20FE2) is unknown color: approx Electric Purple. HEX triplet: B2, 0F and E2. RGB value is (178,15,226). Sum of RGB (Red+Green+Blue) = 178+15+226=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 226 (88.67% from 255 or 53.94% from 419); Max value from RGB is 226 - color contains mainly: blue. Hex color #B20FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FE2 is #4DF01D. Grayscale: #575757. Windows color (decimal): -5107742 or 14815154. OLE color: 14815154.

HSL color Cylindrical-coordinate representation of color #B20FE2: hue angle of 286.35º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20FE2 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17815226-
CMYK0.210.9300.11
HSL286.35º87.55%47.25%-
HSV(B)286.35º93.36%88.63%-
XYZ32.2615.373.2-
YUV87.79206192.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 15 (6.25% from 255) = 3.58%
BLUE value IS 226 (88.67% from 255) = 53.94%
R=42.48%
G=3.58%
B=53.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178152260.210.9300.11286.3587.5547.25
HexB2FE2155D0B11e582f
Octal262173422513501343613057
Binary10110010111111100010101011011101010111000111101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20FE2; }

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

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

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

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

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

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

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

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