Html Css Color HEX #B22EFD Electric Purple

📋 copy color: '#B22EFD'

red 178 ◦ green 46 ◦ blue 253

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

Shades of Electric Purple #B22EFD

Tints of Electric Purple #B22EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.64%

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 37.32%
G = 9.64%
B = 53.04%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B22EFD (or 0xB22EFD) is known color: Electric Purple. HEX triplet: B2, 2E and FD. RGB value is (178,46,253). Sum of RGB (Red+Green+Blue) = 178+46+253=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #B22EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22EFD is #4DD102. Grayscale: #6C6C6C. Windows color (decimal): -5099779 or 16592562. OLE color: 16592562.

HSL color Cylindrical-coordinate representation of color #B22EFD: hue angle of 278.26º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22EFD is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 46 253 -
CMYK 0.30 0.82 0 0.01
HSL 278.26º 0.98% 0.59% -
HSV(B) 278.26º 0.82% 0.99% -
XYZ 37.07 18.51 94.55 -
YUV 109.07 209.23 177.17 -
System Red Green Blue C M Y K H S L
Decimal 178 46 253 0.30 0.82 0 0.01 278.26 0.98 0.59
Hex B2 2E FD 1E 52 0 1 116 62 3B
Octal 262 56 375 36 122 0 1 426 142 73
Binary 10110010 101110 11111101 11110 1010010 0 1 100010110 1100010 111011

Color Harmonies of #B22EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22EFD

Black with #B22EFD

Text Example


Text Example

White with #B22EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22EFD; }

 p { color: rgb(178,46,253); }

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

background-color css

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

 a { background-color: rgb(178,46,253); }

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

border-color css

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

 span { border-color: rgb(178,46,253); }

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