#B42DFE

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

Shades of Electric Purple #B42DFE

Tints of Electric Purple #B42DFE

Color information

#B42DFE (or 0xB42DFE) is unknown color: approx Electric Purple. HEX triplet: B4, 2D and FE. RGB value is (180,45,254). Sum of RGB (Red+Green+Blue) = 180+45+254=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #B42DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DFE is #4BD201. Grayscale: #6C6C6C. Windows color (decimal): -4968962 or 16657844. OLE color: 16657844.

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

Color convert

RGB18045254-
CMYK0.290.8200.00
HSL278.76º99.05%58.63%-
HSV(B)278.76º82.28%99.61%-
XYZ37.6518.7495.4-
YUV109.19209.73178.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 45 (17.97% from 255) = 9.39%
BLUE value IS 254 (99.61% from 255) = 53.03%
R=37.58%
G=9.39%
B=53.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180452540.290.8200.00278.7699.0558.63
HexB42DFE1D5200117633b
Octal26455376351220042714373
Binary1011010010110111111110111011010010001000101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42DFE; }

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

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

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

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

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

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

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

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