#B41FFE

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

Shades of Electric Purple #B41FFE

Tints of Electric Purple #B41FFE

Color information

#B41FFE (or 0xB41FFE) is unknown color: approx Electric Purple. HEX triplet: B4, 1F and FE. RGB value is (180,31,254). Sum of RGB (Red+Green+Blue) = 180+31+254=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #B41FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41FFE is #4BE001. Grayscale: #646464. Windows color (decimal): -4972546 or 16654260. OLE color: 16654260.

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

Color convert

RGB18031254-
CMYK0.290.8800.00
HSL280.09º99.11%55.88%-
HSV(B)280.09º87.8%99.61%-
XYZ37.217.8495.25-
YUV100.97214.36184.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 31 (12.5% from 255) = 6.67%
BLUE value IS 254 (99.61% from 255) = 54.62%
R=38.71%
G=6.67%
B=54.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180312540.290.8800.00280.0999.1155.88
HexB41FFE1D58001186338
Octal26437376351300043014370
Binary101101001111111111110111011011000001000110001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41FFE; }

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

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

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

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

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

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

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

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