Html Css Color HEX #B31FFF Electric Purple

📋 copy color: '#B31FFF'

red 179 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #B31FFF

Tints of Electric Purple #B31FFF

RGB

 RED value IS 179 (70.31% from 255) = 38.49%

 GREEN value IS 31 (12.5% from 255) = 6.67%

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

R = 38.49%
G = 6.67%
B = 54.84%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B31FFF (or 0xB31FFF) is known color: Electric Purple. HEX triplet: B3, 1F and FF. RGB value is (179,31,255). Sum of RGB (Red+Green+Blue) = 179+31+255=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B31FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31FFF is #4CE000. Grayscale: #646464. Windows color (decimal): -5038081 or 16719795. OLE color: 16719795.

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

Color convert

RGB 179 31 255 -
CMYK 0.30 0.88 0 0
HSL 279.64º 1% 0.56% -
HSV(B) 279.64º 0.88% 1% -
XYZ 37.13 17.78 96.08 -
YUV 100.79 215.03 183.79 -
System Red Green Blue C M Y K H S L
Decimal 179 31 255 0.30 0.88 0 0 279.64 1 0.56
Hex B3 1F FF 1E 58 0 0 118 64 38
Octal 263 37 377 36 130 0 0 430 144 70
Binary 10110011 11111 11111111 11110 1011000 0 0 100011000 1100100 111000

Color Harmonies of #B31FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FFF

Black with #B31FFF

Text Example


Text Example

White with #B31FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FFF; }

 p { color: rgb(179,31,255); }

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

background-color css

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

 a { background-color: rgb(179,31,255); }

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

border-color css

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

 span { border-color: rgb(179,31,255); }

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