Html Css Color HEX #B31EFA Electric Purple

📋 copy color: '#B31EFA'

red 179 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #B31EFA

Tints of Electric Purple #B31EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 39%
G = 6.54%
B = 54.47%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B31EFA (or 0xB31EFA) is known color: Electric Purple. HEX triplet: B3, 1E and FA. RGB value is (179,30,250). Sum of RGB (Red+Green+Blue) = 179+30+250=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #B31EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EFA is #4CE105. Grayscale: #626262. Windows color (decimal): -5038342 or 16391859. OLE color: 16391859.

HSL color Cylindrical-coordinate representation of color #B31EFA: hue angle of 280.64º degrees, saturation: 0.96, 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 #B31EFA is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 30 250 -
CMYK 0.28 0.88 0 0.02
HSL 280.64º 0.96% 0.55% -
HSV(B) 280.64º 0.88% 0.98% -
XYZ 36.31 17.41 91.89 -
YUV 99.63 212.86 184.61 -
System Red Green Blue C M Y K H S L
Decimal 179 30 250 0.28 0.88 0 0.02 280.64 0.96 0.55
Hex B3 1E FA 1C 58 0 2 119 60 37
Octal 263 36 372 34 130 0 2 431 140 67
Binary 10110011 11110 11111010 11100 1011000 0 10 100011001 1100000 110111

Color Harmonies of #B31EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31EFA

Black with #B31EFA

Text Example


Text Example

White with #B31EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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