Html Css Color HEX #B831FE Electric Purple

📋 copy color: '#B831FE'

red 184 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #B831FE

Tints of Electric Purple #B831FE

RGB

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

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

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

R = 37.78%
G = 10.06%
B = 52.16%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B831FE (or 0xB831FE) is known color: Electric Purple. HEX triplet: B8, 31 and FE. RGB value is (184,49,254). Sum of RGB (Red+Green+Blue) = 184+49+254=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #B831FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831FE is #47CE01. Grayscale: #707070. Windows color (decimal): -4705794 or 16658872. OLE color: 16658872.

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

Color convert

RGB 184 49 254 -
CMYK 0.28 0.81 0 0.00
HSL 279.51º 0.99% 0.59% -
HSV(B) 279.51º 0.81% 1% -
XYZ 38.75 19.54 95.5 -
YUV 112.74 207.73 178.83 -
System Red Green Blue C M Y K H S L
Decimal 184 49 254 0.28 0.81 0 0.00 279.51 0.99 0.59
Hex B8 31 FE 1C 51 0 0 118 63 3B
Octal 270 61 376 34 121 0 0 430 143 73
Binary 10111000 110001 11111110 11100 1010001 0 0 100011000 1100011 111011

Color Harmonies of #B831FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831FE

Black with #B831FE

Text Example


Text Example

White with #B831FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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