Html Css Color HEX #B31FFC Electric Purple

📋 copy color: '#B31FFC'

red 179 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #B31FFC

Tints of Electric Purple #B31FFC

RGB

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

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

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

R = 38.74%
G = 6.71%
B = 54.55%

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

#B31FFC (or 0xB31FFC) is known color: Electric Purple. HEX triplet: B3, 1F and FC. RGB value is (179,31,252). Sum of RGB (Red+Green+Blue) = 179+31+252=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #B31FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31FFC is #4CE003. Grayscale: #636363. Windows color (decimal): -5038084 or 16523187. OLE color: 16523187.

HSL color Cylindrical-coordinate representation of color #B31FFC: hue angle of 280.18º 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 #B31FFC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 31 252 -
CMYK 0.29 0.88 0 0.01
HSL 280.18º 0.97% 0.55% -
HSV(B) 280.18º 0.88% 0.99% -
XYZ 36.65 17.59 93.56 -
YUV 100.45 213.53 184.03 -
System Red Green Blue C M Y K H S L
Decimal 179 31 252 0.29 0.88 0 0.01 280.18 0.97 0.55
Hex B3 1F FC 1D 58 0 1 118 61 37
Octal 263 37 374 35 130 0 1 430 141 67
Binary 10110011 11111 11111100 11101 1011000 0 1 100011000 1100001 110111

Color Harmonies of #B31FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FFC

Black with #B31FFC

Text Example


Text Example

White with #B31FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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