Html Css Color HEX #B829FD Electric Purple

📋 copy color: '#B829FD'

red 184 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #B829FD

Tints of Electric Purple #B829FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 38.49%
G = 8.58%
B = 52.93%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B829FD (or 0xB829FD) is known color: Electric Purple. HEX triplet: B8, 29 and FD. RGB value is (184,41,253). Sum of RGB (Red+Green+Blue) = 184+41+253=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #B829FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829FD is #47D602. Grayscale: #6B6B6B. Windows color (decimal): -4707843 or 16591288. OLE color: 16591288.

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

Color convert

RGB 184 41 253 -
CMYK 0.27 0.84 0 0.01
HSL 280.47º 0.98% 0.58% -
HSV(B) 280.47º 0.84% 0.99% -
XYZ 38.29 18.87 94.55 -
YUV 107.93 209.88 182.26 -
System Red Green Blue C M Y K H S L
Decimal 184 41 253 0.27 0.84 0 0.01 280.47 0.98 0.58
Hex B8 29 FD 1B 54 0 1 118 62 3A
Octal 270 51 375 33 124 0 1 430 142 72
Binary 10111000 101001 11111101 11011 1010100 0 1 100011000 1100010 111010

Color Harmonies of #B829FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829FD

Black with #B829FD

Text Example


Text Example

White with #B829FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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