Html Css Color HEX #B20FEC Electric Purple

📋 copy color: '#B20FEC'

red 178 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #B20FEC

Tints of Electric Purple #B20FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 41.49%
G = 3.5%
B = 55.01%

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

#B20FEC (or 0xB20FEC) is known color: Electric Purple. HEX triplet: B2, 0F and EC. RGB value is (178,15,236). Sum of RGB (Red+Green+Blue) = 178+15+236=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #B20FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20FEC is #4DF013. Grayscale: #585858. Windows color (decimal): -5107732 or 15470514. OLE color: 15470514.

HSL color Cylindrical-coordinate representation of color #B20FEC: hue angle of 284.25º degrees, saturation: 0.88, 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 #B20FEC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 15 236 -
CMYK 0.25 0.94 0 0.07
HSL 284.25º 0.88% 0.49% -
HSV(B) 284.25º 0.94% 0.93% -
XYZ 33.67 15.86 80.64 -
YUV 88.93 211 191.53 -
System Red Green Blue C M Y K H S L
Decimal 178 15 236 0.25 0.94 0 0.07 284.25 0.88 0.49
Hex B2 F EC 19 5E 0 7 11C 58 31
Octal 262 17 354 31 136 0 7 434 130 61
Binary 10110010 1111 11101100 11001 1011110 0 111 100011100 1011000 110001

Color Harmonies of #B20FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FEC

Black with #B20FEC

Text Example


Text Example

White with #B20FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FEC; }

 p { color: rgb(178,15,236); }

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

background-color css

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

 a { background-color: rgb(178,15,236); }

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

border-color css

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

 span { border-color: rgb(178,15,236); }

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