#B720E4

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

Shades of Electric Purple #B720E4

Tints of Electric Purple #B720E4

Color information

#B720E4 (or 0xB720E4) is unknown color: approx Electric Purple. HEX triplet: B7, 20 and E4. RGB value is (183,32,228). Sum of RGB (Red+Green+Blue) = 183+32+228=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #B720E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720E4 is #48DF1B. Grayscale: #626262. Windows color (decimal): -4775708 or 14950583. OLE color: 14950583.

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

Color convert

RGB18332228-
CMYK0.200.8600.11
HSL286.22º78.4%50.98%-
HSV(B)286.22º85.96%89.41%-
XYZ34.0516.774.83-
YUV99.49200.53187.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 32 (12.89% from 255) = 7.22%
BLUE value IS 228 (89.45% from 255) = 51.47%
R=41.31%
G=7.22%
B=51.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal183322280.200.8600.11286.2278.450.98
HexB720E414560B11e4e33
Octal267403442412601343611663
Binary1011011110000011100100101001010110010111000111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B720E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B720E4; }

 p { color: rgb(183,32,228); }

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

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

 a { background-color: rgb(183,32,228); }

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

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

 span { border-color: rgb(183,32,228); }

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