Html Css Color HEX #B31BFE Electric Purple

📋 copy color: '#B31BFE'

red 179 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #B31BFE

Tints of Electric Purple #B31BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.87%

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

R = 38.91%
G = 5.87%
B = 55.22%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B31BFE (or 0xB31BFE) is known color: Electric Purple. HEX triplet: B3, 1B and FE. RGB value is (179,27,254). Sum of RGB (Red+Green+Blue) = 179+27+254=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #B31BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31BFE is #4CE401. Grayscale: #616161. Windows color (decimal): -5039106 or 16653235. OLE color: 16653235.

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

Color convert

RGB 179 27 254 -
CMYK 0.30 0.89 0 0.00
HSL 280.18º 0.99% 0.55% -
HSV(B) 280.18º 0.89% 1% -
XYZ 36.87 17.52 95.2 -
YUV 98.33 215.86 185.54 -
System Red Green Blue C M Y K H S L
Decimal 179 27 254 0.30 0.89 0 0.00 280.18 0.99 0.55
Hex B3 1B FE 1E 59 0 0 118 63 37
Octal 263 33 376 36 131 0 0 430 143 67
Binary 10110011 11011 11111110 11110 1011001 0 0 100011000 1100011 110111

Color Harmonies of #B31BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BFE

Black with #B31BFE

Text Example


Text Example

White with #B31BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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