#B405FE

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

Shades of Electric Purple #B405FE

Tints of Electric Purple #B405FE

Color information

#B405FE (or 0xB405FE) is unknown color: approx Electric Purple. HEX triplet: B4, 05 and FE. RGB value is (180,5,254). Sum of RGB (Red+Green+Blue) = 180+5+254=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #B405FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B405FE is #4BFA01. Grayscale: #545454. Windows color (decimal): -4979202 or 16647604. OLE color: 16647604.

HSL color Cylindrical-coordinate representation of color #B405FE: hue angle of 282.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405FE is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1805254-
CMYK0.290.9800.00
HSL282.17º99.2%50.78%-
HSV(B)282.17º98.03%99.61%-
XYZ36.7716.9795.1-
YUV85.71222.98195.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 5 (2.34% from 255) = 1.14%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=41.00%
G=1.14%
B=57.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal18052540.290.9800.00282.1799.250.78
HexB45FE1D620011a6333
Octal2645376351420043214363
Binary1011010010111111110111011100010001000110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B405FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B405FE; }

 p { color: rgb(180,5,254); }

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

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

 a { background-color: rgb(180,5,254); }

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

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

 span { border-color: rgb(180,5,254); }

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