Html Css Color HEX #B220E8 Electric Purple

📋 copy color: '#B220E8'

red 178 ◦ green 32 ◦ blue 232

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

Shades of Electric Purple #B220E8

Tints of Electric Purple #B220E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 40.27%
G = 7.24%
B = 52.49%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B220E8 (or 0xB220E8) is known color: Electric Purple. HEX triplet: B2, 20 and E8. RGB value is (178,32,232). Sum of RGB (Red+Green+Blue) = 178+32+232=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #B220E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220E8 is #4DDF17. Grayscale: #616161. Windows color (decimal): -5103384 or 15212722. OLE color: 15212722.

HSL color Cylindrical-coordinate representation of color #B220E8: hue angle of 283.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B220E8 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 32 232 -
CMYK 0.23 0.86 0 0.09
HSL 283.8º 0.81% 0.52% -
HSV(B) 283.8º 0.86% 0.91% -
XYZ 33.44 16.32 77.73 -
YUV 98.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 178 32 232 0.23 0.86 0 0.09 283.8 0.81 0.52
Hex B2 20 E8 17 56 0 9 11C 51 34
Octal 262 40 350 27 126 0 11 434 121 64
Binary 10110010 100000 11101000 10111 1010110 0 1001 100011100 1010001 110100

Color Harmonies of #B220E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220E8

Black with #B220E8

Text Example


Text Example

White with #B220E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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