Html Css Color HEX #B22AFF Electric Purple

📋 copy color: '#B22AFF'

red 178 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #B22AFF

Tints of Electric Purple #B22AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.84%

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

R = 37.47%
G = 8.84%
B = 53.68%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B22AFF (or 0xB22AFF) is known color: Electric Purple. HEX triplet: B2, 2A and FF. RGB value is (178,42,255). Sum of RGB (Red+Green+Blue) = 178+42+255=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #B22AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22AFF is #4DD500. Grayscale: #6A6A6A. Windows color (decimal): -5100801 or 16722610. OLE color: 16722610.

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

Color convert

RGB 178 42 255 -
CMYK 0.30 0.84 0 0
HSL 278.31º 1% 0.58% -
HSV(B) 278.31º 0.84% 1% -
XYZ 37.24 18.34 96.19 -
YUV 106.95 211.56 178.68 -
System Red Green Blue C M Y K H S L
Decimal 178 42 255 0.30 0.84 0 0 278.31 1 0.58
Hex B2 2A FF 1E 54 0 0 116 64 3A
Octal 262 52 377 36 124 0 0 426 144 72
Binary 10110010 101010 11111111 11110 1010100 0 0 100010110 1100100 111010

Color Harmonies of #B22AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22AFF

Black with #B22AFF

Text Example


Text Example

White with #B22AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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