#b21af6

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

Shades of Electric Purple #B21AF6

Tints of Electric Purple #B21AF6

Color information

#B21AF6 (or 0xB21AF6) is unknown color: approx Electric Purple. HEX triplet: B2, 1A and F6. RGB value is (178,26,246). Sum of RGB (Red+Green+Blue) = 178+26+246=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #B21AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21AF6 is #4DE509. Grayscale: #5F5F5F. Windows color (decimal): -5104906 or 16128690. OLE color: 16128690.

HSL color Cylindrical-coordinate representation of color #B21AF6: hue angle of 281.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21AF6 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17826246-
CMYK0.280.8900.04
HSL281.45º92.44%53.33%-
HSV(B)281.45º89.43%96.47%-
XYZ35.3616.8688.58-
YUV96.53212.36186.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 26 (10.55% from 255) = 5.78%
BLUE value IS 246 (96.48% from 255) = 54.67%
R=39.56%
G=5.78%
B=54.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal178262460.280.8900.04281.4592.4453.33
HexB21AF61C59041195c35
Octal26232366341310443113465
Binary10110010110101111011011100101100101001000110011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21af6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21af6; }

 p { color: rgb(178,26,246); }

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

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

 a { background-color: rgb(178,26,246); }

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

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

 span { border-color: rgb(178,26,246); }

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