Html Css Color HEX #B028FE Electric Purple

📋 copy color: '#B028FE'

red 176 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #B028FE

Tints of Electric Purple #B028FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.51%

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

R = 37.45%
G = 8.51%
B = 54.04%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B028FE (or 0xB028FE) is known color: Electric Purple. HEX triplet: B0, 28 and FE. RGB value is (176,40,254). Sum of RGB (Red+Green+Blue) = 176+40+254=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #B028FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B028FE is #4FD701. Grayscale: #686868. Windows color (decimal): -5232386 or 16656560. OLE color: 16656560.

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

Color convert

RGB 176 40 254 -
CMYK 0.31 0.84 0 0.00
HSL 278.13º 0.99% 0.58% -
HSV(B) 278.13º 0.84% 1% -
XYZ 36.55 17.9 95.3 -
YUV 105.06 212.06 178.6 -
System Red Green Blue C M Y K H S L
Decimal 176 40 254 0.31 0.84 0 0.00 278.13 0.99 0.58
Hex B0 28 FE 1F 54 0 0 116 63 3A
Octal 260 50 376 37 124 0 0 426 143 72
Binary 10110000 101000 11111110 11111 1010100 0 0 100010110 1100011 111010

Color Harmonies of #B028FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B028FE

Black with #B028FE

Text Example


Text Example

White with #B028FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B028FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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