#B428F1

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

Shades of Electric Purple #B428F1

Tints of Electric Purple #B428F1

Color information

#B428F1 (or 0xB428F1) is unknown color: approx Electric Purple. HEX triplet: B4, 28 and F1. RGB value is (180,40,241). Sum of RGB (Red+Green+Blue) = 180+40+241=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #B428F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B428F1 is #4BD70E. Grayscale: #686868. Windows color (decimal): -4970255 or 15804596. OLE color: 15804596.

HSL color Cylindrical-coordinate representation of color #B428F1: hue angle of 281.79º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B428F1 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18040241-
CMYK0.250.8300.05
HSL281.79º87.77%55.1%-
HSV(B)281.79º83.4%94.51%-
XYZ35.4617.5784.74-
YUV104.77204.88181.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 40 (16.02% from 255) = 8.68%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=39.05%
G=8.68%
B=52.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180402410.250.8300.05281.7987.7755.1
HexB428F119530511a5837
Octal26450361311230543213067
Binary101101001010001111000111001101001101011000110101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B428F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B428F1; }

 p { color: rgb(180,40,241); }

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

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

 a { background-color: rgb(180,40,241); }

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

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

 span { border-color: rgb(180,40,241); }

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