Html Css Color HEX #B022EF Electric Purple

📋 copy color: '#B022EF'

red 176 ◦ green 34 ◦ blue 239

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

Shades of Electric Purple #B022EF

Tints of Electric Purple #B022EF

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

 GREEN value IS 34 (13.67% from 255) = 7.57%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 39.2%
G = 7.57%
B = 53.23%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B022EF (or 0xB022EF) is known color: Electric Purple. HEX triplet: B0, 22 and EF. RGB value is (176,34,239). Sum of RGB (Red+Green+Blue) = 176+34+239=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #B022EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B022EF is #4FDD10. Grayscale: #636363. Windows color (decimal): -5233937 or 15671984. OLE color: 15671984.

HSL color Cylindrical-coordinate representation of color #B022EF: hue angle of 281.56º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B022EF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 34 239 -
CMYK 0.26 0.86 0 0.06
HSL 281.56º 0.86% 0.54% -
HSV(B) 281.56º 0.86% 0.94% -
XYZ 34.06 16.61 83.07 -
YUV 99.83 206.54 182.33 -
System Red Green Blue C M Y K H S L
Decimal 176 34 239 0.26 0.86 0 0.06 281.56 0.86 0.54
Hex B0 22 EF 1A 56 0 6 11A 56 36
Octal 260 42 357 32 126 0 6 432 126 66
Binary 10110000 100010 11101111 11010 1010110 0 110 100011010 1010110 110110

Color Harmonies of #B022EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022EF

Black with #B022EF

Text Example


Text Example

White with #B022EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022EF; }

 p { color: rgb(176,34,239); }

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

background-color css

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

 a { background-color: rgb(176,34,239); }

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

border-color css

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

 span { border-color: rgb(176,34,239); }

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