Html Css Color HEX #B220EC Electric Purple

📋 copy color: '#B220EC'

red 178 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #B220EC

Tints of Electric Purple #B220EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.17%

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

R = 39.91%
G = 7.17%
B = 52.91%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B220EC (or 0xB220EC) is known color: Electric Purple. HEX triplet: B2, 20 and EC. RGB value is (178,32,236). Sum of RGB (Red+Green+Blue) = 178+32+236=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #B220EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220EC is #4DDF13. Grayscale: #626262. Windows color (decimal): -5103380 or 15474866. OLE color: 15474866.

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

Color convert

RGB 178 32 236 -
CMYK 0.25 0.86 0 0.07
HSL 282.94º 0.84% 0.53% -
HSV(B) 282.94º 0.86% 0.93% -
XYZ 34.02 16.55 80.76 -
YUV 98.91 205.37 184.41 -
System Red Green Blue C M Y K H S L
Decimal 178 32 236 0.25 0.86 0 0.07 282.94 0.84 0.53
Hex B2 20 EC 19 56 0 7 11B 54 35
Octal 262 40 354 31 126 0 7 433 124 65
Binary 10110010 100000 11101100 11001 1010110 0 111 100011011 1010100 110101

Color Harmonies of #B220EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220EC

Black with #B220EC

Text Example


Text Example

White with #B220EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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