#b51eef

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

Shades of Electric Purple #B51EEF

Tints of Electric Purple #B51EEF

Color information

#B51EEF (or 0xB51EEF) is unknown color: approx Electric Purple. HEX triplet: B5, 1E and EF. RGB value is (181,30,239). Sum of RGB (Red+Green+Blue) = 181+30+239=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #B51EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51EEF is #4AE110. Grayscale: #626262. Windows color (decimal): -4907281 or 15670965. OLE color: 15670965.

HSL color Cylindrical-coordinate representation of color #B51EEF: hue angle of 283.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51EEF is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18130239-
CMYK0.240.8700.06
HSL283.35º86.72%52.75%-
HSV(B)283.35º87.45%93.73%-
XYZ35.116.9883.09-
YUV98.98207.03186.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 30 (12.11% from 255) = 6.67%
BLUE value IS 239 (93.75% from 255) = 53.11%
R=40.22%
G=6.67%
B=53.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181302390.240.8700.06283.3586.7252.75
HexB51EEF18570611b5735
Octal26536357301270643312765
Binary10110101111101110111111000101011101101000110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51eef; }

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

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

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

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

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

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

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

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