#B71EFD

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

Shades of Electric Purple #B71EFD

Tints of Electric Purple #B71EFD

Color information

#B71EFD (or 0xB71EFD) is unknown color: approx Electric Purple. HEX triplet: B7, 1E and FD. RGB value is (183,30,253). Sum of RGB (Red+Green+Blue) = 183+30+253=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #B71EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EFD is #48E102. Grayscale: #646464. Windows color (decimal): -4776195 or 16588471. OLE color: 16588471.

HSL color Cylindrical-coordinate representation of color #B71EFD: hue angle of 281.17º 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 #B71EFD is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18330253-
CMYK0.280.8800.01
HSL281.17º98.24%55.49%-
HSV(B)281.17º88.14%99.22%-
XYZ37.7218.0994.43-
YUV101.17213.69186.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 30 (12.11% from 255) = 6.44%
BLUE value IS 253 (99.22% from 255) = 54.29%
R=39.27%
G=6.44%
B=54.29%

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
Decimal183302530.280.8800.01281.1798.2455.49
HexB71EFD1C58011196237
Octal26736375341300143114267
Binary101101111111011111101111001011000011000110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71EFD; }

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

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

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

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

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

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

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

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