Html Css Color HEX #B31EFC Electric Purple

📋 copy color: '#B31EFC'

red 179 ◦ green 30 ◦ blue 252

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

Shades of Electric Purple #B31EFC

Tints of Electric Purple #B31EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.51%

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 38.83%
G = 6.51%
B = 54.66%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B31EFC (or 0xB31EFC) is known color: Electric Purple. HEX triplet: B3, 1E and FC. RGB value is (179,30,252). Sum of RGB (Red+Green+Blue) = 179+30+252=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #B31EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EFC is #4CE103. Grayscale: #636363. Windows color (decimal): -5038340 or 16522931. OLE color: 16522931.

HSL color Cylindrical-coordinate representation of color #B31EFC: hue angle of 280.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31EFC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 30 252 -
CMYK 0.29 0.88 0 0.01
HSL 280.27º 0.97% 0.55% -
HSV(B) 280.27º 0.88% 0.99% -
XYZ 36.63 17.54 93.55 -
YUV 99.86 213.86 184.45 -
System Red Green Blue C M Y K H S L
Decimal 179 30 252 0.29 0.88 0 0.01 280.27 0.97 0.55
Hex B3 1E FC 1D 58 0 1 118 61 37
Octal 263 36 374 35 130 0 1 430 141 67
Binary 10110011 11110 11111100 11101 1011000 0 1 100011000 1100001 110111

Color Harmonies of #B31EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EFC

Black with #B31EFC

Text Example


Text Example

White with #B31EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EFC; }

 p { color: rgb(179,30,252); }

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

background-color css

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

 a { background-color: rgb(179,30,252); }

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

border-color css

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

 span { border-color: rgb(179,30,252); }

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