Html Css Color HEX #B20EEF Electric Purple

📋 copy color: '#B20EEF'

red 178 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #B20EEF

Tints of Electric Purple #B20EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 41.3%
G = 3.25%
B = 55.45%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B20EEF (or 0xB20EEF) is known color: Electric Purple. HEX triplet: B2, 0E and EF. RGB value is (178,14,239). Sum of RGB (Red+Green+Blue) = 178+14+239=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #B20EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EEF is #4DF110. Grayscale: #575757. Windows color (decimal): -5107985 or 15666866. OLE color: 15666866.

HSL color Cylindrical-coordinate representation of color #B20EEF: hue angle of 283.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EEF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 14 239 -
CMYK 0.26 0.94 0 0.06
HSL 283.73º 0.89% 0.5% -
HSV(B) 283.73º 0.94% 0.94% -
XYZ 34.1 16.01 82.95 -
YUV 88.69 212.83 191.7 -
System Red Green Blue C M Y K H S L
Decimal 178 14 239 0.26 0.94 0 0.06 283.73 0.89 0.5
Hex B2 E EF 1A 5E 0 6 11C 59 32
Octal 262 16 357 32 136 0 6 434 131 62
Binary 10110010 1110 11101111 11010 1011110 0 110 100011100 1011001 110010

Color Harmonies of #B20EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20EEF

Black with #B20EEF

Text Example


Text Example

White with #B20EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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