#B71EF0

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

Shades of Electric Purple #B71EF0

Tints of Electric Purple #B71EF0

Color information

#B71EF0 (or 0xB71EF0) is unknown color: approx Electric Purple. HEX triplet: B7, 1E and F0. RGB value is (183,30,240). Sum of RGB (Red+Green+Blue) = 183+30+240=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #B71EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EF0 is #48E10F. Grayscale: #636363. Windows color (decimal): -4776208 or 15736503. OLE color: 15736503.

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

Color convert

RGB18330240-
CMYK0.240.8700.06
HSL283.71º87.5%52.94%-
HSV(B)283.71º87.5%94.12%-
XYZ35.7217.2983.89-
YUV99.69207.19187.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 30 (12.11% from 255) = 6.62%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=40.40%
G=6.62%
B=52.98%

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
Decimal183302400.240.8700.06283.7187.552.94
HexB71EF018570611c5835
Octal26736360301270643413065
Binary10110111111101111000011000101011101101000111001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71EF0; }

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

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

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

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

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

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

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

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