#B71EF3

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

Shades of Electric Purple #B71EF3

Tints of Electric Purple #B71EF3

Color information

#B71EF3 (or 0xB71EF3) is unknown color: approx Electric Purple. HEX triplet: B7, 1E and F3. RGB value is (183,30,243). Sum of RGB (Red+Green+Blue) = 183+30+243=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #B71EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EF3 is #48E10C. Grayscale: #636363. Windows color (decimal): -4776205 or 15933111. OLE color: 15933111.

HSL color Cylindrical-coordinate representation of color #B71EF3: hue angle of 283.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71EF3 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18330243-
CMYK0.250.8800.05
HSL283.1º89.87%53.53%-
HSV(B)283.1º87.65%95.29%-
XYZ36.1717.4786.26-
YUV100.03208.69187.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 30 (12.11% from 255) = 6.58%
BLUE value IS 243 (95.31% from 255) = 53.29%
R=40.13%
G=6.58%
B=53.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183302430.250.8800.05283.189.8753.53
HexB71EF319580511b5a36
Octal26736363311300543313266
Binary10110111111101111001111001101100001011000110111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71EF3; }

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

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

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

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

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

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

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

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