Html Css Color HEX #B220FA Electric Purple

📋 copy color: '#B220FA'

red 178 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #B220FA

Tints of Electric Purple #B220FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 38.7%
G = 6.96%
B = 54.35%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B220FA (or 0xB220FA) is known color: Electric Purple. HEX triplet: B2, 20 and FA. RGB value is (178,32,250). Sum of RGB (Red+Green+Blue) = 178+32+250=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #B220FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220FA is #4DDF05. Grayscale: #636363. Windows color (decimal): -5103366 or 16392370. OLE color: 16392370.

HSL color Cylindrical-coordinate representation of color #B220FA: hue angle of 280.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B220FA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 32 250 -
CMYK 0.29 0.87 0 0.02
HSL 280.18º 0.96% 0.55% -
HSV(B) 280.18º 0.87% 0.98% -
XYZ 36.13 17.4 91.9 -
YUV 100.51 212.37 183.27 -
System Red Green Blue C M Y K H S L
Decimal 178 32 250 0.29 0.87 0 0.02 280.18 0.96 0.55
Hex B2 20 FA 1D 57 0 2 118 60 37
Octal 262 40 372 35 127 0 2 430 140 67
Binary 10110010 100000 11111010 11101 1010111 0 10 100011000 1100000 110111

Color Harmonies of #B220FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220FA

Black with #B220FA

Text Example


Text Example

White with #B220FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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