Html Css Color HEX #B831F9 Electric Purple

📋 copy color: '#B831F9'

red 184 ◦ green 49 ◦ blue 249

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

Shades of Electric Purple #B831F9

Tints of Electric Purple #B831F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

 BLUE value IS 249 (97.66% from 255) = 51.66%

R = 38.17%
G = 10.17%
B = 51.66%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B831F9 (or 0xB831F9) is known color: Electric Purple. HEX triplet: B8, 31 and F9. RGB value is (184,49,249). Sum of RGB (Red+Green+Blue) = 184+49+249=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #B831F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831F9 is #47CE06. Grayscale: #6F6F6F. Windows color (decimal): -4705799 or 16331192. OLE color: 16331192.

HSL color Cylindrical-coordinate representation of color #B831F9: hue angle of 280.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B831F9 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 49 249 -
CMYK 0.26 0.80 0 0.02
HSL 280.5º 0.94% 0.58% -
HSV(B) 280.5º 0.8% 0.98% -
XYZ 37.96 19.23 91.33 -
YUV 112.17 205.23 179.24 -
System Red Green Blue C M Y K H S L
Decimal 184 49 249 0.26 0.80 0 0.02 280.5 0.94 0.58
Hex B8 31 F9 1A 50 0 2 118 5E 3A
Octal 270 61 371 32 120 0 2 430 136 72
Binary 10111000 110001 11111001 11010 1010000 0 10 100011000 1011110 111010

Color Harmonies of #B831F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831F9

Black with #B831F9

Text Example


Text Example

White with #B831F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831F9; }

 p { color: rgb(184,49,249); }

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

background-color css

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

 a { background-color: rgb(184,49,249); }

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

border-color css

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

 span { border-color: rgb(184,49,249); }

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