Html Css Color HEX #B31FEC Electric Purple

📋 copy color: '#B31FEC'

red 179 ◦ green 31 ◦ blue 236

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

Shades of Electric Purple #B31FEC

Tints of Electric Purple #B31FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 40.13%
G = 6.95%
B = 52.91%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B31FEC (or 0xB31FEC) is known color: Electric Purple. HEX triplet: B3, 1F and EC. RGB value is (179,31,236). Sum of RGB (Red+Green+Blue) = 179+31+236=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #B31FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31FEC is #4CE013. Grayscale: #616161. Windows color (decimal): -5038100 or 15474611. OLE color: 15474611.

HSL color Cylindrical-coordinate representation of color #B31FEC: hue angle of 283.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31FEC is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 31 236 -
CMYK 0.24 0.87 0 0.07
HSL 283.32º 0.84% 0.52% -
HSV(B) 283.32º 0.87% 0.93% -
XYZ 34.22 16.62 80.76 -
YUV 98.62 205.53 185.33 -
System Red Green Blue C M Y K H S L
Decimal 179 31 236 0.24 0.87 0 0.07 283.32 0.84 0.52
Hex B3 1F EC 18 57 0 7 11B 54 34
Octal 263 37 354 30 127 0 7 433 124 64
Binary 10110011 11111 11101100 11000 1010111 0 111 100011011 1010100 110100

Color Harmonies of #B31FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FEC

Black with #B31FEC

Text Example


Text Example

White with #B31FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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