Html Css Color HEX #B31EFB Electric Purple

📋 copy color: '#B31EFB'

red 179 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #B31EFB

Tints of Electric Purple #B31EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 38.91%
G = 6.52%
B = 54.57%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B31EFB (or 0xB31EFB) is known color: Electric Purple. HEX triplet: B3, 1E and FB. RGB value is (179,30,251). Sum of RGB (Red+Green+Blue) = 179+30+251=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #B31EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EFB is #4CE104. Grayscale: #636363. Windows color (decimal): -5038341 or 16457395. OLE color: 16457395.

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

Color convert

RGB 179 30 251 -
CMYK 0.29 0.88 0 0.02
HSL 280.45º 0.97% 0.55% -
HSV(B) 280.45º 0.88% 0.98% -
XYZ 36.47 17.48 92.72 -
YUV 99.75 213.36 184.53 -
System Red Green Blue C M Y K H S L
Decimal 179 30 251 0.29 0.88 0 0.02 280.45 0.97 0.55
Hex B3 1E FB 1D 58 0 2 118 61 37
Octal 263 36 373 35 130 0 2 430 141 67
Binary 10110011 11110 11111011 11101 1011000 0 10 100011000 1100001 110111

Color Harmonies of #B31EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EFB

Black with #B31EFB

Text Example


Text Example

White with #B31EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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