Html Css Color HEX #B31AFF Electric Purple

📋 copy color: '#B31AFF'

red 179 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #B31AFF

Tints of Electric Purple #B31AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.65%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 38.91%
G = 5.65%
B = 55.43%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B31AFF (or 0xB31AFF) is known color: Electric Purple. HEX triplet: B3, 1A and FF. RGB value is (179,26,255). Sum of RGB (Red+Green+Blue) = 179+26+255=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #B31AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31AFF is #4CE500. Grayscale: #616161. Windows color (decimal): -5039361 or 16718515. OLE color: 16718515.

HSL color Cylindrical-coordinate representation of color #B31AFF: hue angle of 280.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31AFF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 26 255 -
CMYK 0.30 0.90 0 0
HSL 280.09º 1% 0.55% -
HSV(B) 280.09º 0.9% 1% -
XYZ 37.01 17.54 96.04 -
YUV 97.85 216.69 185.88 -
System Red Green Blue C M Y K H S L
Decimal 179 26 255 0.30 0.90 0 0 280.09 1 0.55
Hex B3 1A FF 1E 5A 0 0 118 64 37
Octal 263 32 377 36 132 0 0 430 144 67
Binary 10110011 11010 11111111 11110 1011010 0 0 100011000 1100100 110111

Color Harmonies of #B31AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31AFF

Black with #B31AFF

Text Example


Text Example

White with #B31AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31AFF; }

 p { color: rgb(179,26,255); }

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

background-color css

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

 a { background-color: rgb(179,26,255); }

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

border-color css

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

 span { border-color: rgb(179,26,255); }

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