#B021F0

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

Shades of Electric Purple #B021F0

Tints of Electric Purple #B021F0

Color information

#B021F0 (or 0xB021F0) is unknown color: approx Electric Purple. HEX triplet: B0, 21 and F0. RGB value is (176,33,240). Sum of RGB (Red+Green+Blue) = 176+33+240=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #B021F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B021F0 is #4FDE0F. Grayscale: #626262. Windows color (decimal): -5234192 or 15737264. OLE color: 15737264.

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

Color convert

RGB17633240-
CMYK0.270.8600.06
HSL281.45º87.34%53.53%-
HSV(B)281.45º86.25%94.12%-
XYZ34.1816.6183.84-
YUV99.35207.38182.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 33 (13.28% from 255) = 7.35%
BLUE value IS 240 (94.14% from 255) = 53.45%
R=39.20%
G=7.35%
B=53.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176332400.270.8600.06281.4587.3453.53
HexB021F01B56061195736
Octal26041360331260643112766
Binary101100001000011111000011011101011001101000110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B021F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B021F0; }

 p { color: rgb(176,33,240); }

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

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

 a { background-color: rgb(176,33,240); }

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

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

 span { border-color: rgb(176,33,240); }

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