#B41AF9

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

Shades of Electric Purple #B41AF9

Tints of Electric Purple #B41AF9

Color information

#B41AF9 (or 0xB41AF9) is unknown color: approx Electric Purple. HEX triplet: B4, 1A and F9. RGB value is (180,26,249). Sum of RGB (Red+Green+Blue) = 180+26+249=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #B41AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41AF9 is #4BE506. Grayscale: #606060. Windows color (decimal): -4973831 or 16325300. OLE color: 16325300.

HSL color Cylindrical-coordinate representation of color #B41AF9: hue angle of 281.43º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41AF9 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18026249-
CMYK0.280.9000.02
HSL281.43º94.89%53.92%-
HSV(B)281.43º89.56%97.65%-
XYZ36.2917.2891.05-
YUV97.47213.52186.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 26 (10.55% from 255) = 5.71%
BLUE value IS 249 (97.66% from 255) = 54.73%
R=39.56%
G=5.71%
B=54.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180262490.280.9000.02281.4394.8953.92
HexB41AF91C5A021195f36
Octal26432371341320243113766
Binary1011010011010111110011110010110100101000110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41AF9; }

 p { color: rgb(180,26,249); }

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

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

 a { background-color: rgb(180,26,249); }

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

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

 span { border-color: rgb(180,26,249); }

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