Html Css Color HEX #B431FF Electric Purple

📋 copy color: '#B431FF'

red 180 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #B431FF

Tints of Electric Purple #B431FF

RGB

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

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

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

R = 37.19%
G = 10.12%
B = 52.69%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B431FF (or 0xB431FF) is known color: Electric Purple. HEX triplet: B4, 31 and FF. RGB value is (180,49,255). Sum of RGB (Red+Green+Blue) = 180+49+255=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #B431FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B431FF is #4BCE00. Grayscale: #6E6E6E. Windows color (decimal): -4967937 or 16724404. OLE color: 16724404.

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

Color convert

RGB 180 49 255 -
CMYK 0.29 0.81 0 0
HSL 278.16º 1% 0.6% -
HSV(B) 278.16º 0.81% 1% -
XYZ 37.97 19.12 96.3 -
YUV 111.65 208.9 176.75 -
System Red Green Blue C M Y K H S L
Decimal 180 49 255 0.29 0.81 0 0 278.16 1 0.6
Hex B4 31 FF 1D 51 0 0 116 64 3C
Octal 264 61 377 35 121 0 0 426 144 74
Binary 10110100 110001 11111111 11101 1010001 0 0 100010110 1100100 111100

Color Harmonies of #B431FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431FF

Black with #B431FF

Text Example


Text Example

White with #B431FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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