#B21FE7

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

Shades of Electric Purple #B21FE7

Tints of Electric Purple #B21FE7

Color information

#B21FE7 (or 0xB21FE7) is unknown color: approx Electric Purple. HEX triplet: B2, 1F and E7. RGB value is (178,31,231). Sum of RGB (Red+Green+Blue) = 178+31+231=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #B21FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21FE7 is #4DE018. Grayscale: #616161. Windows color (decimal): -5103641 or 15146930. OLE color: 15146930.

HSL color Cylindrical-coordinate representation of color #B21FE7: hue angle of 284.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21FE7 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17831231-
CMYK0.230.8700.09
HSL284.1º80.65%51.37%-
HSV(B)284.1º86.58%90.59%-
XYZ33.2716.2176.98-
YUV97.75203.2185.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 31 (12.5% from 255) = 7.05%
BLUE value IS 231 (90.62% from 255) = 52.5%
R=40.45%
G=7.05%
B=52.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178312310.230.8700.09284.180.6551.37
HexB21FE717570911c5133
Octal262373472712701143412163
Binary101100101111111100111101111010111010011000111001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21FE7; }

 p { color: rgb(178,31,231); }

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

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

 a { background-color: rgb(178,31,231); }

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

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

 span { border-color: rgb(178,31,231); }

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