#B71CEC

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

Shades of Electric Purple #B71CEC

Tints of Electric Purple #B71CEC

Color information

#B71CEC (or 0xB71CEC) is unknown color: approx Electric Purple. HEX triplet: B7, 1C and EC. RGB value is (183,28,236). Sum of RGB (Red+Green+Blue) = 183+28+236=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #B71CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CEC is #48E313. Grayscale: #616161. Windows color (decimal): -4776724 or 15473847. OLE color: 15473847.

HSL color Cylindrical-coordinate representation of color #B71CEC: hue angle of 284.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71CEC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18328236-
CMYK0.220.8800.07
HSL284.71º84.55%51.76%-
HSV(B)284.71º88.14%92.55%-
XYZ35.0816.9580.78-
YUV98.06205.85188.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 28 (11.33% from 255) = 6.26%
BLUE value IS 236 (92.58% from 255) = 52.80%
R=40.94%
G=6.26%
B=52.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183282360.220.8800.07284.7184.5551.76
HexB71CEC16580711d5534
Octal26734354261300743512564
Binary10110111111001110110010110101100001111000111011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71CEC; }

 p { color: rgb(183,28,236); }

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

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

 a { background-color: rgb(183,28,236); }

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

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

 span { border-color: rgb(183,28,236); }

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