#B20EE4

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

Shades of Electric Purple #B20EE4

Tints of Electric Purple #B20EE4

Color information

#B20EE4 (or 0xB20EE4) is unknown color: approx Electric Purple. HEX triplet: B2, 0E and E4. RGB value is (178,14,228). Sum of RGB (Red+Green+Blue) = 178+14+228=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #B20EE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EE4 is #4DF11B. Grayscale: #565656. Windows color (decimal): -5107996 or 14945970. OLE color: 14945970.

HSL color Cylindrical-coordinate representation of color #B20EE4: hue angle of 285.98º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EE4 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17814228-
CMYK0.220.9400.11
HSL285.98º88.43%47.45%-
HSV(B)285.98º93.86%89.41%-
XYZ32.5215.3874.65-
YUV87.43207.33192.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 14 (5.86% from 255) = 3.33%
BLUE value IS 228 (89.45% from 255) = 54.29%
R=42.38%
G=3.33%
B=54.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178142280.220.9400.11285.9888.4347.45
HexB2EE4165E0B11e582f
Octal262163442613601343613057
Binary10110010111011100100101101011110010111000111101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20EE4; }

 p { color: rgb(178,14,228); }

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

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

 a { background-color: rgb(178,14,228); }

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

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

 span { border-color: rgb(178,14,228); }

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