Html Css Color HEX #B20EFE Electric Purple

📋 copy color: '#B20EFE'

red 178 ◦ green 14 ◦ blue 254

#B20EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B20EFE

Tints of Electric Purple #B20EFE

RGB

 RED value IS 178 (69.92% from 255) = 39.91%

 GREEN value IS 14 (5.86% from 255) = 3.14%

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 39.91%
G = 3.14%
B = 56.95%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B20EFE (or 0xB20EFE) is known color: Electric Purple. HEX triplet: B2, 0E and FE. RGB value is (178,14,254). Sum of RGB (Red+Green+Blue) = 178+14+254=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #B20EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EFE is #4DF101. Grayscale: #595959. Windows color (decimal): -5107970 or 16649906. OLE color: 16649906.

HSL color Cylindrical-coordinate representation of color #B20EFE: hue angle of 281º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EFE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 14 254 -
CMYK 0.30 0.94 0 0.00
HSL 281º 0.99% 0.53% -
HSV(B) 281º 0.94% 1% -
XYZ 36.41 16.93 95.12 -
YUV 90.4 220.33 190.49 -
System Red Green Blue C M Y K H S L
Decimal 178 14 254 0.30 0.94 0 0.00 281 0.99 0.53
Hex B2 E FE 1E 5E 0 0 119 63 35
Octal 262 16 376 36 136 0 0 431 143 65
Binary 10110010 1110 11111110 11110 1011110 0 0 100011001 1100011 110101

Color Harmonies of #B20EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EFE

Black with #B20EFE

Text Example


Text Example

White with #B20EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EFE; }

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

 H1.HeaderClassName
 {
   color: #B20EFE;
 }
 .AnyTagClassName
 {
   color: #B20EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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