Html Css Color HEX #B021FE Electric Purple

📋 copy color: '#B021FE'

red 176 ◦ green 33 ◦ blue 254

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

Shades of Electric Purple #B021FE

Tints of Electric Purple #B021FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.13%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 38.01%
G = 7.13%
B = 54.86%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B021FE (or 0xB021FE) is known color: Electric Purple. HEX triplet: B0, 21 and FE. RGB value is (176,33,254). Sum of RGB (Red+Green+Blue) = 176+33+254=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #B021FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B021FE is #4FDE01. Grayscale: #646464. Windows color (decimal): -5234178 or 16654768. OLE color: 16654768.

HSL color Cylindrical-coordinate representation of color #B021FE: hue angle of 278.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B021FE is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 33 254 -
CMYK 0.31 0.87 0 0.00
HSL 278.82º 0.99% 0.56% -
HSV(B) 278.82º 0.87% 1% -
XYZ 36.34 17.47 95.22 -
YUV 100.95 214.38 181.53 -
System Red Green Blue C M Y K H S L
Decimal 176 33 254 0.31 0.87 0 0.00 278.82 0.99 0.56
Hex B0 21 FE 1F 57 0 0 117 63 38
Octal 260 41 376 37 127 0 0 427 143 70
Binary 10110000 100001 11111110 11111 1010111 0 0 100010111 1100011 111000

Color Harmonies of #B021FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021FE

Black with #B021FE

Text Example


Text Example

White with #B021FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021FE; }

 p { color: rgb(176,33,254); }

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

background-color css

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

 a { background-color: rgb(176,33,254); }

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

border-color css

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

 span { border-color: rgb(176,33,254); }

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