#B421FA

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

Shades of Electric Purple #B421FA

Tints of Electric Purple #B421FA

Color information

#B421FA (or 0xB421FA) is unknown color: approx Electric Purple. HEX triplet: B4, 21 and FA. RGB value is (180,33,250). Sum of RGB (Red+Green+Blue) = 180+33+250=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #B421FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B421FA is #4BDE05. Grayscale: #646464. Windows color (decimal): -4972038 or 16392628. OLE color: 16392628.

HSL color Cylindrical-coordinate representation of color #B421FA: hue angle of 280.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B421FA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18033250-
CMYK0.280.8700.02
HSL280.65º95.59%55.49%-
HSV(B)280.65º86.8%98.04%-
XYZ36.6217.6991.93-
YUV101.69211.7183.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 33 (13.28% from 255) = 7.13%
BLUE value IS 250 (98.05% from 255) = 54.00%
R=38.88%
G=7.13%
B=54.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180332500.280.8700.02280.6595.5955.49
HexB421FA1C57021196037
Octal26441372341270243114067
Binary10110100100001111110101110010101110101000110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421FA; }

 p { color: rgb(180,33,250); }

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

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

 a { background-color: rgb(180,33,250); }

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

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

 span { border-color: rgb(180,33,250); }

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