Html Css Color HEX #B829FF Electric Purple

📋 copy color: '#B829FF'

red 184 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #B829FF

Tints of Electric Purple #B829FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 38.33%
G = 8.54%
B = 53.13%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B829FF (or 0xB829FF) is known color: Electric Purple. HEX triplet: B8, 29 and FF. RGB value is (184,41,255). Sum of RGB (Red+Green+Blue) = 184+41+255=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #B829FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829FF is #47D600. Grayscale: #6B6B6B. Windows color (decimal): -4707841 or 16722360. OLE color: 16722360.

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

Color convert

RGB 184 41 255 -
CMYK 0.28 0.84 0 0
HSL 280.09º 1% 0.58% -
HSV(B) 280.09º 0.84% 1% -
XYZ 38.61 19 96.24 -
YUV 108.15 210.88 182.1 -
System Red Green Blue C M Y K H S L
Decimal 184 41 255 0.28 0.84 0 0 280.09 1 0.58
Hex B8 29 FF 1C 54 0 0 118 64 3A
Octal 270 51 377 34 124 0 0 430 144 72
Binary 10111000 101001 11111111 11100 1010100 0 0 100011000 1100100 111010

Color Harmonies of #B829FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829FF

Black with #B829FF

Text Example


Text Example

White with #B829FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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