#b71fe5

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

Shades of Electric Purple #B71FE5

Tints of Electric Purple #B71FE5

Color information

#B71FE5 (or 0xB71FE5) is unknown color: approx Electric Purple. HEX triplet: B7, 1F and E5. RGB value is (183,31,229). Sum of RGB (Red+Green+Blue) = 183+31+229=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #B71FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71FE5 is #48E01A. Grayscale: #626262. Windows color (decimal): -4775963 or 15015863. OLE color: 15015863.

HSL color Cylindrical-coordinate representation of color #B71FE5: hue angle of 286.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71FE5 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18331229-
CMYK0.200.8600.10
HSL286.06º79.2%50.98%-
HSV(B)286.06º86.46%89.8%-
XYZ34.1616.775.55-
YUV99.02201.36187.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 31 (12.5% from 255) = 7.00%
BLUE value IS 229 (89.84% from 255) = 51.69%
R=41.31%
G=7.00%
B=51.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal183312290.200.8600.10286.0679.250.98
HexB71FE514560A11e4f33
Octal267373452412601243611763
Binary101101111111111100101101001010110010101000111101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71fe5; }

 p { color: rgb(183,31,229); }

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

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

 a { background-color: rgb(183,31,229); }

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

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

 span { border-color: rgb(183,31,229); }

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