Html Css Color HEX #B31FFE Electric Purple

📋 copy color: '#B31FFE'

red 179 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #B31FFE

Tints of Electric Purple #B31FFE

RGB

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

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

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

R = 38.58%
G = 6.68%
B = 54.74%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B31FFE (or 0xB31FFE) is known color: Electric Purple. HEX triplet: B3, 1F and FE. RGB value is (179,31,254). Sum of RGB (Red+Green+Blue) = 179+31+254=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #B31FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31FFE is #4CE001. Grayscale: #636363. Windows color (decimal): -5038082 or 16654259. OLE color: 16654259.

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

Color convert

RGB 179 31 254 -
CMYK 0.30 0.88 0 0.00
HSL 279.82º 0.99% 0.56% -
HSV(B) 279.82º 0.88% 1% -
XYZ 36.97 17.72 95.24 -
YUV 100.67 214.53 183.87 -
System Red Green Blue C M Y K H S L
Decimal 179 31 254 0.30 0.88 0 0.00 279.82 0.99 0.56
Hex B3 1F FE 1E 58 0 0 118 63 38
Octal 263 37 376 36 130 0 0 430 143 70
Binary 10110011 11111 11111110 11110 1011000 0 0 100011000 1100011 111000

Color Harmonies of #B31FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FFE

Black with #B31FFE

Text Example


Text Example

White with #B31FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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