#B51EFD

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

Shades of Electric Purple #B51EFD

Tints of Electric Purple #B51EFD

Color information

#B51EFD (or 0xB51EFD) is unknown color: approx Electric Purple. HEX triplet: B5, 1E and FD. RGB value is (181,30,253). Sum of RGB (Red+Green+Blue) = 181+30+253=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #B51EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51EFD is #4AE102. Grayscale: #636363. Windows color (decimal): -4907267 or 16588469. OLE color: 16588469.

HSL color Cylindrical-coordinate representation of color #B51EFD: hue angle of 280.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51EFD is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18130253-
CMYK0.280.8800.01
HSL280.63º98.24%55.49%-
HSV(B)280.63º88.14%99.22%-
XYZ37.2517.8494.41-
YUV100.57214.03185.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 30 (12.11% from 255) = 6.47%
BLUE value IS 253 (99.22% from 255) = 54.53%
R=39.01%
G=6.47%
B=54.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181302530.280.8800.01280.6398.2455.49
HexB51EFD1C58011196237
Octal26536375341300143114267
Binary101101011111011111101111001011000011000110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51EFD; }

 p { color: rgb(181,30,253); }

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

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

 a { background-color: rgb(181,30,253); }

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

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

 span { border-color: rgb(181,30,253); }

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