Html Css Color HEX #B022FB Electric Purple

📋 copy color: '#B022FB'

red 176 ◦ green 34 ◦ blue 251

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

Shades of Electric Purple #B022FB

Tints of Electric Purple #B022FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 38.18%
G = 7.38%
B = 54.45%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B022FB (or 0xB022FB) is known color: Electric Purple. HEX triplet: B0, 22 and FB. RGB value is (176,34,251). Sum of RGB (Red+Green+Blue) = 176+34+251=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #B022FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B022FB is #4FDD04. Grayscale: #646464. Windows color (decimal): -5233925 or 16458416. OLE color: 16458416.

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

Color convert

RGB 176 34 251 -
CMYK 0.30 0.86 0 0.02
HSL 279.26º 0.96% 0.56% -
HSV(B) 279.26º 0.86% 0.98% -
XYZ 35.89 17.34 92.72 -
YUV 101.2 212.54 181.36 -
System Red Green Blue C M Y K H S L
Decimal 176 34 251 0.30 0.86 0 0.02 279.26 0.96 0.56
Hex B0 22 FB 1E 56 0 2 117 60 38
Octal 260 42 373 36 126 0 2 427 140 70
Binary 10110000 100010 11111011 11110 1010110 0 10 100010111 1100000 111000

Color Harmonies of #B022FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022FB

Black with #B022FB

Text Example


Text Example

White with #B022FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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