Html Css Color HEX #B221FF Electric Purple

📋 copy color: '#B221FF'

red 178 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #B221FF

Tints of Electric Purple #B221FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 38.2%
G = 7.08%
B = 54.72%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B221FF (or 0xB221FF) is known color: Electric Purple. HEX triplet: B2, 21 and FF. RGB value is (178,33,255). Sum of RGB (Red+Green+Blue) = 178+33+255=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #B221FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B221FF is #4DDE00. Grayscale: #646464. Windows color (decimal): -5103105 or 16720306. OLE color: 16720306.

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

Color convert

RGB 178 33 255 -
CMYK 0.30 0.87 0 0
HSL 279.19º 1% 0.56% -
HSV(B) 279.19º 0.87% 1% -
XYZ 36.95 17.77 96.09 -
YUV 101.66 214.54 182.45 -
System Red Green Blue C M Y K H S L
Decimal 178 33 255 0.30 0.87 0 0 279.19 1 0.56
Hex B2 21 FF 1E 57 0 0 117 64 38
Octal 262 41 377 36 127 0 0 427 144 70
Binary 10110010 100001 11111111 11110 1010111 0 0 100010111 1100100 111000

Color Harmonies of #B221FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221FF

Black with #B221FF

Text Example


Text Example

White with #B221FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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