Html Css Color HEX #B220EA Electric Purple

📋 copy color: '#B220EA'

red 178 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #B220EA

Tints of Electric Purple #B220EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 40.09%
G = 7.21%
B = 52.7%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B220EA (or 0xB220EA) is known color: Electric Purple. HEX triplet: B2, 20 and EA. RGB value is (178,32,234). Sum of RGB (Red+Green+Blue) = 178+32+234=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #B220EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B220EA is #4DDF15. Grayscale: #626262. Windows color (decimal): -5103382 or 15343794. OLE color: 15343794.

HSL color Cylindrical-coordinate representation of color #B220EA: hue angle of 283.37º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B220EA is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 32 234 -
CMYK 0.24 0.86 0 0.08
HSL 283.37º 0.83% 0.52% -
HSV(B) 283.37º 0.86% 0.92% -
XYZ 33.73 16.44 79.24 -
YUV 98.68 204.37 184.57 -
System Red Green Blue C M Y K H S L
Decimal 178 32 234 0.24 0.86 0 0.08 283.37 0.83 0.52
Hex B2 20 EA 18 56 0 8 11B 53 34
Octal 262 40 352 30 126 0 10 433 123 64
Binary 10110010 100000 11101010 11000 1010110 0 1000 100011011 1010011 110100

Color Harmonies of #B220EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220EA

Black with #B220EA

Text Example


Text Example

White with #B220EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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