#B403F0

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

Shades of Electric Purple #B403F0

Tints of Electric Purple #B403F0

Color information

#B403F0 (or 0xB403F0) is unknown color: approx Electric Purple. HEX triplet: B4, 03 and F0. RGB value is (180,3,240). Sum of RGB (Red+Green+Blue) = 180+3+240=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #B403F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403F0 is #4BFC0F. Grayscale: #525252. Windows color (decimal): -4979728 or 15729588. OLE color: 15729588.

HSL color Cylindrical-coordinate representation of color #B403F0: hue angle of 284.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403F0 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1803240-
CMYK0.250.9900.06
HSL284.81º97.53%47.65%-
HSV(B)284.81º98.75%94.12%-
XYZ34.5816.0683.72-
YUV82.94216.64197.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 3 (1.56% from 255) = 0.71%
BLUE value IS 240 (94.14% from 255) = 56.74%
R=42.55%
G=0.71%
B=56.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal18032400.250.9900.06284.8197.5347.65
HexB43F019630611d6230
Octal2643360311430643514260
Binary10110100111111000011001110001101101000111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B403F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B403F0; }

 p { color: rgb(180,3,240); }

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

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

 a { background-color: rgb(180,3,240); }

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

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

 span { border-color: rgb(180,3,240); }

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