Html Css Color HEX #B220FE Electric Purple

📋 copy color: '#B220FE'

red 178 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #B220FE

Tints of Electric Purple #B220FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.74%

R = 38.36%
G = 6.9%
B = 54.74%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B220FE (or 0xB220FE) is known color: Electric Purple. HEX triplet: B2, 20 and FE. RGB value is (178,32,254). Sum of RGB (Red+Green+Blue) = 178+32+254=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #B220FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220FE is #4DDF01. Grayscale: #646464. Windows color (decimal): -5103362 or 16654514. OLE color: 16654514.

HSL color Cylindrical-coordinate representation of color #B220FE: hue angle of 279.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B220FE is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 32 254 -
CMYK 0.30 0.87 0 0.00
HSL 279.46º 0.99% 0.56% -
HSV(B) 279.46º 0.87% 1% -
XYZ 36.77 17.65 95.24 -
YUV 100.96 214.37 182.95 -
System Red Green Blue C M Y K H S L
Decimal 178 32 254 0.30 0.87 0 0.00 279.46 0.99 0.56
Hex B2 20 FE 1E 57 0 0 117 63 38
Octal 262 40 376 36 127 0 0 427 143 70
Binary 10110010 100000 11111110 11110 1010111 0 0 100010111 1100011 111000

Color Harmonies of #B220FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220FE

Black with #B220FE

Text Example


Text Example

White with #B220FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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