#B51EFF

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

Shades of Electric Purple #B51EFF

Tints of Electric Purple #B51EFF

Color information

#B51EFF (or 0xB51EFF) is unknown color: approx Electric Purple. HEX triplet: B5, 1E and FF. RGB value is (181,30,255). Sum of RGB (Red+Green+Blue) = 181+30+255=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #B51EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51EFF is #4AE100. Grayscale: #646464. Windows color (decimal): -4907265 or 16719541. OLE color: 16719541.

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

Color convert

RGB18130255-
CMYK0.290.8800
HSL280.27º100%55.88%-
HSV(B)280.27º88.24%100%-
XYZ37.5717.9796.1-
YUV100.8215.03185.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 30 (12.11% from 255) = 6.44%
BLUE value IS 255 (100% from 255) = 54.72%
R=38.84%
G=6.44%
B=54.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181302550.290.8800280.2710055.88
HexB51EFF1D58001186438
Octal26536377351300043014470
Binary101101011111011111111111011011000001000110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51EFF; }

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

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

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

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

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

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

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

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