#B71AEA

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

Shades of Electric Purple #B71AEA

Tints of Electric Purple #B71AEA

Color information

#B71AEA (or 0xB71AEA) is unknown color: approx Electric Purple. HEX triplet: B7, 1A and EA. RGB value is (183,26,234). Sum of RGB (Red+Green+Blue) = 183+26+234=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #B71AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71AEA is #48E515. Grayscale: #5F5F5F. Windows color (decimal): -4777238 or 15342263. OLE color: 15342263.

HSL color Cylindrical-coordinate representation of color #B71AEA: hue angle of 285.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71AEA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18326234-
CMYK0.220.8900.08
HSL285.29º83.2%50.98%-
HSV(B)285.29º88.89%91.76%-
XYZ34.7516.7579.24-
YUV96.66205.51189.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 26 (10.55% from 255) = 5.87%
BLUE value IS 234 (91.80% from 255) = 52.82%
R=41.31%
G=5.87%
B=52.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal183262340.220.8900.08285.2983.250.98
HexB71AEA16590811d5333
Octal267323522613101043512363
Binary101101111101011101010101101011001010001000111011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71AEA; }

 p { color: rgb(183,26,234); }

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

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

 a { background-color: rgb(183,26,234); }

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

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

 span { border-color: rgb(183,26,234); }

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