Html Css Color HEX #B221FA Electric Purple

📋 copy color: '#B221FA'

red 178 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #B221FA

Tints of Electric Purple #B221FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.16%

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

R = 38.61%
G = 7.16%
B = 54.23%

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

#B221FA (or 0xB221FA) is known color: Electric Purple. HEX triplet: B2, 21 and FA. RGB value is (178,33,250). Sum of RGB (Red+Green+Blue) = 178+33+250=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #B221FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B221FA is #4DDE05. Grayscale: #646464. Windows color (decimal): -5103110 or 16392626. OLE color: 16392626.

HSL color Cylindrical-coordinate representation of color #B221FA: hue angle of 280.09º 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 #B221FA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 33 250 -
CMYK 0.29 0.87 0 0.02
HSL 280.09º 0.96% 0.55% -
HSV(B) 280.09º 0.87% 0.98% -
XYZ 36.16 17.45 91.91 -
YUV 101.09 212.04 182.86 -
System Red Green Blue C M Y K H S L
Decimal 178 33 250 0.29 0.87 0 0.02 280.09 0.96 0.55
Hex B2 21 FA 1D 57 0 2 118 60 37
Octal 262 41 372 35 127 0 2 430 140 67
Binary 10110010 100001 11111010 11101 1010111 0 10 100011000 1100000 110111

Color Harmonies of #B221FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221FA

Black with #B221FA

Text Example


Text Example

White with #B221FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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