Html Css Color HEX #B829FE Electric Purple

📋 copy color: '#B829FE'

red 184 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #B829FE

Tints of Electric Purple #B829FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.56%

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

R = 38.41%
G = 8.56%
B = 53.03%

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

#B829FE (or 0xB829FE) is known color: Electric Purple. HEX triplet: B8, 29 and FE. RGB value is (184,41,254). Sum of RGB (Red+Green+Blue) = 184+41+254=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #B829FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829FE is #47D601. Grayscale: #6B6B6B. Windows color (decimal): -4707842 or 16656824. OLE color: 16656824.

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

Color convert

RGB 184 41 254 -
CMYK 0.28 0.84 0 0.00
HSL 280.28º 0.99% 0.58% -
HSV(B) 280.28º 0.84% 1% -
XYZ 38.45 18.93 95.39 -
YUV 108.04 210.38 182.18 -
System Red Green Blue C M Y K H S L
Decimal 184 41 254 0.28 0.84 0 0.00 280.28 0.99 0.58
Hex B8 29 FE 1C 54 0 0 118 63 3A
Octal 270 51 376 34 124 0 0 430 143 72
Binary 10111000 101001 11111110 11100 1010100 0 0 100011000 1100011 111010

Color Harmonies of #B829FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829FE

Black with #B829FE

Text Example


Text Example

White with #B829FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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