Html Css Color HEX #B431FE Electric Purple

📋 copy color: '#B431FE'

red 180 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #B431FE

Tints of Electric Purple #B431FE

RGB

 RED value IS 180 (70.7% from 255) = 37.27%

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

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

R = 37.27%
G = 10.14%
B = 52.59%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B431FE (or 0xB431FE) is known color: Electric Purple. HEX triplet: B4, 31 and FE. RGB value is (180,49,254). Sum of RGB (Red+Green+Blue) = 180+49+254=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #B431FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431FE is #4BCE01. Grayscale: #6E6E6E. Windows color (decimal): -4967938 or 16658868. OLE color: 16658868.

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

Color convert

RGB 180 49 254 -
CMYK 0.29 0.81 0 0.00
HSL 278.34º 0.99% 0.59% -
HSV(B) 278.34º 0.81% 1% -
XYZ 37.81 19.06 95.45 -
YUV 111.54 208.4 176.83 -
System Red Green Blue C M Y K H S L
Decimal 180 49 254 0.29 0.81 0 0.00 278.34 0.99 0.59
Hex B4 31 FE 1D 51 0 0 116 63 3B
Octal 264 61 376 35 121 0 0 426 143 73
Binary 10110100 110001 11111110 11101 1010001 0 0 100010110 1100011 111011

Color Harmonies of #B431FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431FE

Black with #B431FE

Text Example


Text Example

White with #B431FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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