Html Css Color HEX #B828FE Electric Purple

📋 copy color: '#B828FE'

red 184 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #B828FE

Tints of Electric Purple #B828FE

RGB

 RED value IS 184 (72.27% from 255) = 38.49%

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

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

R = 38.49%
G = 8.37%
B = 53.14%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B828FE (or 0xB828FE) is known color: Electric Purple. HEX triplet: B8, 28 and FE. RGB value is (184,40,254). Sum of RGB (Red+Green+Blue) = 184+40+254=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #B828FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828FE is #47D701. Grayscale: #6A6A6A. Windows color (decimal): -4708098 or 16656568. OLE color: 16656568.

HSL color Cylindrical-coordinate representation of color #B828FE: hue angle of 280.37º 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 #B828FE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 40 254 -
CMYK 0.28 0.84 0 0.00
HSL 280.37º 0.99% 0.58% -
HSV(B) 280.37º 0.84% 1% -
XYZ 38.42 18.86 95.38 -
YUV 107.45 210.71 182.6 -
System Red Green Blue C M Y K H S L
Decimal 184 40 254 0.28 0.84 0 0.00 280.37 0.99 0.58
Hex B8 28 FE 1C 54 0 0 118 63 3A
Octal 270 50 376 34 124 0 0 430 143 72
Binary 10111000 101000 11111110 11100 1010100 0 0 100011000 1100011 111010

Color Harmonies of #B828FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828FE

Black with #B828FE

Text Example


Text Example

White with #B828FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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