Html Css Color HEX #B20EED Electric Purple

📋 copy color: '#B20EED'

red 178 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #B20EED

Tints of Electric Purple #B20EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 41.49%
G = 3.26%
B = 55.24%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B20EED (or 0xB20EED) is known color: Electric Purple. HEX triplet: B2, 0E and ED. RGB value is (178,14,237). Sum of RGB (Red+Green+Blue) = 178+14+237=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #B20EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EED is #4DF112. Grayscale: #575757. Windows color (decimal): -5107987 or 15535794. OLE color: 15535794.

HSL color Cylindrical-coordinate representation of color #B20EED: hue angle of 284.13º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EED is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 14 237 -
CMYK 0.25 0.94 0 0.07
HSL 284.13º 0.89% 0.49% -
HSV(B) 284.13º 0.94% 0.93% -
XYZ 33.8 15.89 81.41 -
YUV 88.46 211.83 191.87 -
System Red Green Blue C M Y K H S L
Decimal 178 14 237 0.25 0.94 0 0.07 284.13 0.89 0.49
Hex B2 E ED 19 5E 0 7 11C 59 31
Octal 262 16 355 31 136 0 7 434 131 61
Binary 10110010 1110 11101101 11001 1011110 0 111 100011100 1011001 110001

Color Harmonies of #B20EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EED

Black with #B20EED

Text Example


Text Example

White with #B20EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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